Re: [PATCH 1/1] git-stash.txt: correct "git stash" behavior with no arguments

2017-10-12 Thread Junio C Hamano
小川恭史 writes: > As you point, > > git stash > > without any argument is equivalent to both of > > git stash save > git stash push > > . The original sentence is correct. OK. Note that I was merely reacting to "Correct it." in your justification for the

Re: [PATCH 1/1] git-stash.txt: correct "git stash" behavior with no arguments

2017-10-11 Thread 小川恭史
As you point, git stash without any argument is equivalent to both of git stash save git stash push . The original sentence is correct.

Re: [PATCH 1/1] git-stash.txt: correct "git stash" behavior with no arguments

2017-10-11 Thread 小川恭史
As you point, git stash without any argument is equivalent to both of git stash save git stash push . The original sentence is correct. 2017-10-12 12:31 GMT+09:00 小川恭史 : > As you point, > > git stash > > without any argument is equivalent to both of >

Re: [PATCH 1/1] git-stash.txt: correct "git stash" behavior with no arguments

2017-10-11 Thread Junio C Hamano
Takahito Ogawa writes: > @@ -33,7 +33,7 @@ and reverts the working directory to match the `HEAD` > commit. > The modifications stashed away by this command can be listed with > `git stash list`, inspected with `git stash show`, and restored > (potentially on top of a

[PATCH 1/1] git-stash.txt: correct "git stash" behavior with no arguments

2017-10-11 Thread Takahito Ogawa
"git stash" behavior without any arguments was changed in 1ada5020b ("stash: use stash_push for no verb form", 2017-02-28). This is equivalent to "git stash push" but documents says "git stash save". Correct it. Reviewed-by: Thomas Gummerer Signed-off-by: Takahito Ogawa

Re: [PATCH 1/1] git-stash.txt: correct "git stash" behavior with no arguments

2017-10-11 Thread Thomas Gummerer
On 10/11, Thomas Gummerer wrote: > On 10/12, Takahito Ogawa wrote: > > "git stash" behavior without any arguments was changed in > > 1ada5020b ("stash: use stash_push for no verb form", 2017-02-28). > > This is equivalent to "git stash push" but documents says > > "git stash save". > > > >

Re: [PATCH 1/1] git-stash.txt: correct "git stash" behavior with no arguments

2017-10-11 Thread Thomas Gummerer
On 10/12, Takahito Ogawa wrote: > "git stash" behavior without any arguments was changed in > 1ada5020b ("stash: use stash_push for no verb form", 2017-02-28). > This is equivalent to "git stash push" but documents says > "git stash save". > > Correct it. Thanks for fixing this! I recently sent

[PATCH 1/1] git-stash.txt: correct "git stash" behavior with no arguments

2017-10-11 Thread Takahito Ogawa
"git stash" behavior without any arguments was changed in 1ada5020b ("stash: use stash_push for no verb form", 2017-02-28). This is equivalent to "git stash push" but documents says "git stash save". Correct it. Signed-off-by: Takahito Ogawa ---

[PATCH 1/1] git-stash.txt: correct "git stash" behavior with no arguments

2017-10-11 Thread Takahito Ogawa
"git stash" behavior without any arguments was changed in 1ada5020b ("stash: use stash_push for no verb form", 2017-02-28). This is equivalent to "git stash push" but document says "git stash save". Correct it. Signed-off-by: Takahito Ogawa ---

[PATCH 1/1] git-stash.txt: correct "git stash" behavior with no arguments

2017-10-11 Thread Takahito Ogawa
"git stash" behavior without any arguments was changed in 1ada5020b ("stash: use stash_push for no verb form", 2017-02-28). This is equivalent to "git stash push" but document says "git stash save". Correct it. Signed-off-by: Takahito Ogawa ---