Reintegrate: allow comments in the input

This commit is contained in:
Junio C Hamano
2010-03-20 12:57:40 -07:00
parent 930a889c6c
commit 45ac5d4ec2

View File

@@ -39,6 +39,7 @@ no)
while read branch eh
do
case "$branch" in '#'*) continue ;; esac
case "$eh" in
"")
save=$(git rev-parse --verify HEAD)