Meta/Reintegrate: allow comment in redo list

This commit is contained in:
Junio C Hamano
2011-10-19 11:14:40 -07:00
parent a31dee5a21
commit 017d4649f6

View File

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