Re: [PATCH] stash: drop superfluos pathspec parameter

2018-03-21 Thread Junio C Hamano
ing, but since we're > already touching the area, this may be a good cleanup. OK, I can go either way, and since you have already written a change, let's not waste it ;-) Thanks. > > This is based on top of tg/stash-untracked-with-pathspec-fix. > > --- >8 --- > Subject

[PATCH] stash: drop superfluos pathspec parameter (was: Re: [PATCH v5 2/3] stash push: avoid printing errors)

2018-03-21 Thread Thomas Gummerer
ood cleanup. This is based on top of tg/stash-untracked-with-pathspec-fix. --- >8 --- Subject: [PATCH] stash: drop superfluos pathspec parameter Since 833622a945 ("stash push: avoid printing errors", 2018-03-19) we don't use the 'git clean' call for the pathspec case