Re: [PATCH] describe: add tests for unusual graphs

2016-12-09 Thread Quinn Grier
On 2016-12-09 17:12, Junio C Hamano wrote: > Quinn Grier writes: > >> git describe may give incorrect results if there are backdated commits >> or multiple roots. This commit adds two test_expect_failure tests that >> demonstrate these problems. > > I am not sure i

[PATCH] describe: add tests for unusual graphs

2016-12-09 Thread Quinn Grier
git describe may give incorrect results if there are backdated commits or multiple roots. This commit adds two test_expect_failure tests that demonstrate these problems. Signed-off-by: Quinn Grier --- t/t6120-describe.sh | 48 1 file changed, 48