Re: [PATCH v2 3/3] Add test for describe with a bare repository

2019-01-26 Thread Sebastian Staudt
Am So., 27. Jan. 2019 um 01:25 Uhr schrieb Duy Nguyen : > > On Sun, Jan 27, 2019 at 3:51 AM Sebastian Staudt wrote: > > > > This ensures that nothing breaks the basic functionality of describe for > > bare repositories. Please note that --broken and --dirty need a working > > tree. > > > > Signed-

Re: [PATCH v2 3/3] Add test for describe with a bare repository

2019-01-26 Thread Duy Nguyen
On Sun, Jan 27, 2019 at 3:51 AM Sebastian Staudt wrote: > > This ensures that nothing breaks the basic functionality of describe for > bare repositories. Please note that --broken and --dirty need a working > tree. > > Signed-off-by: Sebastian Staudt > --- > t/t6120-describe.sh | 7 +++ > 1

[PATCH v2 3/3] Add test for describe with a bare repository

2019-01-26 Thread Sebastian Staudt
This ensures that nothing breaks the basic functionality of describe for bare repositories. Please note that --broken and --dirty need a working tree. Signed-off-by: Sebastian Staudt --- t/t6120-describe.sh | 7 +++ 1 file changed, 7 insertions(+) diff --git a/t/t6120-describe.sh b/t/t6120-