From: Junio C Hamano Date: Thu, 29 Nov 2012 21:11:07 +0000 (-0800) Subject: Meta/ML: show the name of the topic even if it has advanced since merged X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8322a30ba8902e69baabc814170c8d221c280965;p=thirdparty%2Fgit.git Meta/ML: show the name of the topic even if it has advanced since merged --- diff --git a/ML b/ML index b4f56ab00a..f8376cd2af 100755 --- a/ML +++ b/ML @@ -29,7 +29,7 @@ search_topics () { elif tip=$(git rev-parse --verify "refs/heads/$topic") && test "$tip" != "$full_sha1" then - echo >&2 "$tip moved from $sha1" + echo >&2 "$topic # $tip moved from $sha1" continue fi