]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Meta/GRADUATED: a branch may not be describable
authorJunio C Hamano <gitster@pobox.com>
Fri, 28 Sep 2012 01:19:48 +0000 (18:19 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 28 Sep 2012 01:19:48 +0000 (18:19 -0700)
GRADUATED

index 1240cf366227f2a82ce5b65b421c3898869a0f1d..aea874f5ac77cff0baaced0595269bc3512c1120 100755 (executable)
--- 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 |