Re: [GSoC][PATCH v8 05/20] stash: add tests for `git stash show` config

2018-09-03 Thread Johannes Schindelin
Hi Junio, On Thu, 30 Aug 2018, Junio C Hamano wrote: > Paul-Sebastian Ungureanu writes: > > +test_stat_and_patch () { > > + if test "" = "$1" > > + then > > + test_might_fail git config --unset stash.showStat > > + else > > + test_config stash.showStat "$1" > > + fi

Re: [GSoC][PATCH v8 05/20] stash: add tests for `git stash show` config

2018-08-30 Thread Junio C Hamano
Paul-Sebastian Ungureanu writes: > This commit introduces tests for `git stash show` > config. It tests all the cases where `stash.showStat` > and `stash.showPatch` are unset or set to true / false. > > Signed-off-by: Paul-Sebastian Ungureanu > --- > t/t3907-stash-show-config.sh | 81

[GSoC][PATCH v8 05/20] stash: add tests for `git stash show` config

2018-08-30 Thread Paul-Sebastian Ungureanu
This commit introduces tests for `git stash show` config. It tests all the cases where `stash.showStat` and `stash.showPatch` are unset or set to true / false. Signed-off-by: Paul-Sebastian Ungureanu --- t/t3907-stash-show-config.sh | 81 1 file changed, 81