Re: [PATCH v1 6/6] Unit tests for V2 porcelain status

2016-07-21 Thread Johannes Schindelin
Hi, On Wed, 20 Jul 2016, Jakub Narębski wrote: > On 20 July 2016 at 17:47, Jeff Hostetler wrote: > > On 07/20/2016 11:30 AM, Jakub Narębski wrote: > >> W dniu 2016-07-20 o 00:10, Jeff Hostetler pisze: > >>> > >>> +test_expect_success pre_initial_commit_0 ' > >>> + printf "## branch: (initi

Re: [PATCH v1 6/6] Unit tests for V2 porcelain status

2016-07-20 Thread Jakub Narębski
On 20 July 2016 at 17:47, Jeff Hostetler wrote: > On 07/20/2016 11:30 AM, Jakub Narębski wrote: >> W dniu 2016-07-20 o 00:10, Jeff Hostetler pisze: >>> >>> +test_expect_success pre_initial_commit_0 ' >>> + printf "## branch: (initial) master\n" >expected && >>> + printf "?? actual\n" >

Re: [PATCH v1 6/6] Unit tests for V2 porcelain status

2016-07-20 Thread Jeff Hostetler
On 07/20/2016 11:30 AM, Jakub Narębski wrote: W dniu 2016-07-20 o 00:10, Jeff Hostetler pisze: +test_expect_success pre_initial_commit_0 ' + printf "## branch: (initial) master\n" >expected && + printf "?? actual\n" >>expected && + printf "?? dir1/\n" >>expected && + pr

Re: [PATCH v1 6/6] Unit tests for V2 porcelain status

2016-07-20 Thread Jakub Narębski
W dniu 2016-07-20 o 00:10, Jeff Hostetler pisze: > +test_expect_success pre_initial_commit_0 ' > + printf "## branch: (initial) master\n" >expected && > + printf "?? actual\n" >>expected && > + printf "?? dir1/\n" >>expected && > + printf "?? expected\n" >>expected && > + printf

[PATCH v1 6/6] Unit tests for V2 porcelain status

2016-07-19 Thread Jeff Hostetler
This commit contains unit tests to exercise the V2 porcelain status format. Signed-off-by: Jeff Hostetler --- t/t7064-wtstatus-pv2.sh | 461 t/t7501-commit.sh | 9 + 2 files changed, 470 insertions(+) create mode 100755 t/t7064-wtstatus-p