]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'as/describe-broken-refresh-index-fix'
authorJunio C Hamano <gitster@pobox.com>
Mon, 15 Jul 2024 17:11:40 +0000 (10:11 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 15 Jul 2024 17:11:40 +0000 (10:11 -0700)
"git describe --dirty --broken" forgot to refresh the index before
seeing if there is any chang, ("git describe --dirty" correctly did
so), which has been corrected.

* as/describe-broken-refresh-index-fix:
  describe: refresh the index when 'broken' flag is used

1  2 
builtin/describe.c

Simple merge