]> git.99rst.org Git - git.git/commit
pretty: document multiple %(describe) being inconsistent
authorRené Scharfe <redacted>
Sun, 28 Feb 2021 11:22:34 +0000 (12:22 +0100)
committerJunio C Hamano <redacted>
Mon, 1 Mar 2021 17:50:27 +0000 (09:50 -0800)
commit273c9901c2ebfb2dae0c52de912bf3f57be19aac
treef2ff575c1cf41f8ea0a83bda0c355e65a1a7c2ea
parent09fe8ca92e4f0269bd7914b5010731a09948abf0
pretty: document multiple %(describe) being inconsistent

Each %(describe) placeholder is expanded using a separate git describe
call.  Their outputs depend on the tags present at the time, so there's
no consistency guarantee.  Document that fact.

Reported-by: Ævar Arnfjörð Bjarmason <redacted>
Signed-off-by: René Scharfe <redacted>
Signed-off-by: Junio C Hamano <redacted>
Documentation/pretty-formats.txt
git clone https://git.99rst.org/PROJECT