From: Junio C Hamano Date: Mon, 15 Jul 2024 17:11:40 +0000 (-0700) Subject: Merge branch 'as/describe-broken-refresh-index-fix' X-Git-Tag: v2.46.0-rc1~30 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b227482ea0e31e5e1db3e7e9378b5d688e9ff5e3;p=thirdparty%2Fgit.git Merge branch 'as/describe-broken-refresh-index-fix' "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 --- b227482ea0e31e5e1db3e7e9378b5d688e9ff5e3