From: Junio C Hamano Date: Fri, 28 Sep 2012 01:19:48 +0000 (-0700) Subject: Meta/GRADUATED: a branch may not be describable X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4781a1f7de2fa323f4d7b5288d03026d43492943;p=thirdparty%2Fgit.git Meta/GRADUATED: a branch may not be describable --- diff --git a/GRADUATED b/GRADUATED index 1240cf3662..aea874f5ac 100755 --- a/GRADUATED +++ b/GRADUATED @@ -58,7 +58,7 @@ do echo "# Graduated to both $m $and_or_thru master" while read branch do - d=$(git describe $branch) + d=$(git describe --always $branch) echo "$(git show -s --format='%ct' "$branch") $branch ;# $d" done <"$tmp.both" | sort -r -n |