@leroysheep / BookAlchemy / commits / 4781a1f7de

Meta/GRADUATED: a branch may not be describable

Junio C Hamano committed Sep 27, 2012 at 18:19 UTC 4781a1f7de2fa323f4d7b5288d03026d43492943
1 file changed +1 -1
GRADUATED
+1 -1
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 |