Meta/Reintegrate: allow comment in redo list

todo
Junio C Hamano 2011-10-19 11:14:40 -07:00
parent a31dee5a21
commit 017d4649f6
1 changed files with 2 additions and 2 deletions

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"