Re: [PATCH v5 3/6] stash: refactor stash_create

2017-02-19 Thread Thomas Gummerer
On 02/17, Jeff King wrote: > On Fri, Feb 17, 2017 at 10:41:38PM +, Thomas Gummerer wrote: > > > Refactor the internal stash_create function to use a -m flag for > > specifying the message and -u flag to indicate whether untracked files > > should be added to the stash. > > > > This makes it

Re: [PATCH v5 3/6] stash: refactor stash_create

2017-02-17 Thread Jeff King
On Fri, Feb 17, 2017 at 10:41:38PM +, Thomas Gummerer wrote: > Refactor the internal stash_create function to use a -m flag for > specifying the message and -u flag to indicate whether untracked files > should be added to the stash. > > This makes it easier to pass a pathspec argument to

[PATCH v5 3/6] stash: refactor stash_create

2017-02-17 Thread Thomas Gummerer
Refactor the internal stash_create function to use a -m flag for specifying the message and -u flag to indicate whether untracked files should be added to the stash. This makes it easier to pass a pathspec argument to stash_create in the next patch. The user interface for git stash create stays