Meta/GRADUATED: a branch may not be describable

todo
Junio C Hamano 2012-09-27 18:19:48 -07:00
parent d20819096c
commit 4781a1f7de
1 changed files with 1 additions and 1 deletions

View File

@ -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 |