Re: [PATCH v6 0/4] stash: add new tests and introduce a new helper function

2018-06-28 Thread Paul-Sebastian Ungureanu
Hello, Heh, what is more useful than apology is to tell us which order these three (apparent) series build on top of each other ;-) The answer, IIUC, is that * oidf+tests come first, then * apply/drop/branch/pop (as these rely on oidf) on top, and finally * list (as it wants to add to

Re: [PATCH v6 0/4] stash: add new tests and introduce a new helper function

2018-06-27 Thread Junio C Hamano
Johannes Schindelin writes: > Hi, > > On Mon, 25 Jun 2018, Paul-Sebastian Ungureanu wrote: > >> This first series of patches does bring some changes and improvements to >> the test suite. One of the patches also introduces a new function >> `get_oidf()` which will be hepful for the incoming

Re: [PATCH v6 0/4] stash: add new tests and introduce a new helper function

2018-06-26 Thread Johannes Schindelin
Hi, On Mon, 25 Jun 2018, Paul-Sebastian Ungureanu wrote: > This first series of patches does bring some changes and improvements to > the test suite. One of the patches also introduces a new function > `get_oidf()` which will be hepful for the incoming patches related to > `git stash`. For

[PATCH v6 0/4] stash: add new tests and introduce a new helper function

2018-06-25 Thread Paul-Sebastian Ungureanu
Hello, This first series of patches does bring some changes and improvements to the test suite. One of the patches also introduces a new function `get_oidf()` which will be hepful for the incoming patches related to `git stash`. Thanks, Paul Joel Teichroeb (1): stash: improve option parsing