-
Notifications
You must be signed in to change notification settings - Fork 394
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cmd: update commit-related info. #1989
Merged
Merged
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
5f5c1ff
cmd: update commit-related info
jorgeorpinel 68c9c1a
Merge branch 'master' into cmd/commit
jorgeorpinel 94eb1f8
cmd: improve commit intro
jorgeorpinel 9c22f7e
cmd: update commit description
jorgeorpinel 45da240
cmd: shorten commit intro
jorgeorpinel 9b06323
cmd: mention that commit is an alternative to add
jorgeorpinel 6ba7ea0
cmd: generalize use case of commit (not just about stages)
jorgeorpinel 98c464f
cmd: separate add from repro cases of commit
jorgeorpinel a0cb751
cmd: term: don't say "under development"
jorgeorpinel ba6e109
cmd: clarify commit scenarios
jorgeorpinel 3711dc8
cmd: clarify diffs among -no-cache options in run, repro
jorgeorpinel ce8ccad
cmd: update import/run --no-exec regarding caching
jorgeorpinel 1c7d4a1
cmd: reinstate note on caching in import refs.
jorgeorpinel 0be1fe0
cmd: rephrase first p in commit
jorgeorpinel f63a664
cmd: simplify main scenario in commit desc.
jorgeorpinel 12a1a8e
Merge branch 'master' into cmd/commit
jorgeorpinel 97be1b9
cmd: more uses for run -O
jorgeorpinel 144749f
cmd: mention import --no-exec in commit
jorgeorpinel 859e874
cmd: restructure commit desc
jorgeorpinel cf34cf6
cmd: impro/add motivation to run/repro/import --no-commit/exec
jorgeorpinel 11c2768
cmd: update motivation for --no-exec
jorgeorpinel 36997ed
cmd: Other->Specifically in secondary commit scenarios
jorgeorpinel b45e324
cmd: simplify import* --no-exec
jorgeorpinel File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you have repetition useful ... useful
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hm yeah this sentence wasn't great, sorry... Updated in d3ed553.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it's repetitive with the last sentence of the previous paragraph, essentially it reads:
is it intentional?
and overall it got complicated again. Is there a way to merge A and B?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
True. I guess this is why we didn't have so much motivation in the --no-exec options before... I tried to merge it now but it's still a little long.
Maybe we should remove the part about "if the file/directory already exists locally"? It seems like a very edge case to download something manually and THEN register it with
import
.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, I removed that to simplify.