Re: [PATCH v6 0/6] stash: support pathspec argument

2017-02-25 Thread Thomas Gummerer
On 02/20, Junio C Hamano wrote: > Thomas Gummerer writes: > > > @@ -55,10 +53,13 @@ push [-p|--patch] [-k|--[no-]keep-index] > > [-u|--include-untracked] [-a|--all] [-q > > > > Save your local modifications to a new 'stash', and run `git reset > > --hard` to

Re: [PATCH v6 0/6] stash: support pathspec argument

2017-02-20 Thread Junio C Hamano
Thomas Gummerer writes: > @@ -55,10 +53,13 @@ push [-p|--patch] [-k|--[no-]keep-index] > [-u|--include-untracked] [-a|--all] [-q > > Save your local modifications to a new 'stash', and run `git reset > --hard` to revert them. The part is optional and gives

Re: [PATCH v6 0/6] stash: support pathspec argument

2017-02-20 Thread Junio C Hamano
Thomas Gummerer writes: > @@ -55,10 +53,13 @@ push [-p|--patch] [-k|--[no-]keep-index] > [-u|--include-untracked] [-a|--all] [-q > > Save your local modifications to a new 'stash', and run `git reset > --hard` to revert them. The part is optional and gives

Re: [PATCH v6 0/6] stash: support pathspec argument

2017-02-19 Thread Jeff King
On Sun, Feb 19, 2017 at 11:03:07AM +, Thomas Gummerer wrote: > Thanks Junio and Peff for comments on the last round. > > Changes since then: > > - removed mention of the "new form" of git stash create from the > Documentation. > - Changed documentation for git stash without a verb,

[PATCH v6 0/6] stash: support pathspec argument

2017-02-19 Thread Thomas Gummerer
Thanks Junio and Peff for comments on the last round. Changes since then: - removed mention of the "new form" of git stash create from the Documentation. - Changed documentation for git stash without a verb, mentioning stash -p now being an alias for git stash push -p and that -- can be