Meta/ML: show the name of the topic even if it has advanced since merged
Junio C Hamano committed
Nov 29, 2012 at 13:11 UTC
8322a30ba8902e69baabc814170c8d221c280965
1 file changed
+1
-1
ML
+1
-1
@@ -29,7 +29,7 @@ search_topics () {
29
elif tip=$(git rev-parse --verify "refs/heads/$topic") &&
30
test "$tip" != "$full_sha1"
31
then
32
- echo >&2 "$tip moved from $sha1"
32
+ echo >&2 "$topic # $tip moved from $sha1"
33
continue
34
fi
35