Meta/Reintegrate: allow comment in redo list

Junio C Hamano committed Oct 19, 2011 at 11:14 UTC 017d4649f6ec13d2bf7d60e85ba8f25b7acdf379
1 file changed +2 -2
Reintegrate
+2 -2
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"