From: Junio C Hamano Date: Wed, 19 Oct 2011 18:14:40 +0000 (-0700) Subject: Meta/Reintegrate: allow comment in redo list X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=017d4649f6ec13d2bf7d60e85ba8f25b7acdf379;p=thirdparty%2Fgit.git Meta/Reintegrate: allow comment in redo list --- diff --git a/Reintegrate b/Reintegrate index 726e345294..ed57047217 100755 --- a/Reintegrate +++ b/Reintegrate @@ -39,9 +39,9 @@ no) while read branch eh do - case "$branch" in '#'*) continue ;; esac + case "$branch" in '#'* | '') continue ;; esac case "$eh" in - "") + "" | "#"*) save=$(git rev-parse --verify HEAD) echo >&2 "* $branch"