Re: [PATCH 3/3] stash: support filename argument

2017-01-29 Thread Thomas Gummerer
On 01/23, Junio C Hamano wrote: > Thomas Gummerer writes: > > > diff --git a/git-stash.sh b/git-stash.sh > > index d6b4ae3290..7dcce629bd 100755 > > --- a/git-stash.sh > > +++ b/git-stash.sh > > @@ -41,7 +41,7 @@ no_changes () { > > untracked_files () { > >

Re: [PATCH 3/3] stash: support filename argument

2017-01-23 Thread Junio C Hamano
Thomas Gummerer writes: > diff --git a/git-stash.sh b/git-stash.sh > index d6b4ae3290..7dcce629bd 100755 > --- a/git-stash.sh > +++ b/git-stash.sh > @@ -41,7 +41,7 @@ no_changes () { > untracked_files () { > excl_opt=--exclude-standard > test "$untracked" =

[PATCH 3/3] stash: support filename argument

2017-01-21 Thread Thomas Gummerer
While working on a repository, it's often helpful to stash the changes of a single or multiple files, and leave others alone. Unfortunately git currently offers no such option. git stash -p can be used to work around this, but it's often impractical when there are a lot of changes over multiple