]> git.ipfire.org Git - thirdparty/git.git/commit - t/t6120-describe.sh
t6120-describe: correct test repo history graph in comment
authorSZEDER Gábor <szeder.dev@gmail.com>
Tue, 12 Nov 2019 10:38:09 +0000 (11:38 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 13 Nov 2019 04:13:24 +0000 (13:13 +0900)
commitd91ce887c936affbbf24ab2461d924ad1c6eefc7
treeafd7dc85cff97fe6301e3648643c5dc58beb19db
parentda72936f544fec5a335e66432610e4cef4430991
t6120-describe: correct test repo history graph in comment

At the top of 't6120-describe.sh' an ASCII graph illustrates the
repository's history used in this test script.  This graph is a bit
misleading, because it swapped the second merge commit's first and
second parents.

When describing/naming a commit it does make a difference which parent
is the first and which is the second/Nth, so update this graph to
accurately represent that second merge.

While at it, move this history graph from the 'test_description'
variable to a regular comment.

Signed-off-by: SZEDER Gábor <szeder.dev@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t6120-describe.sh