Reintegrate: allow comments in the input
Junio C Hamano committed
Mar 20, 2010 at 12:57 UTC
45ac5d4ec2fcb71def55a7a7e4760eb27e78c29c
1 file changed
+1
Reintegrate
+1
@@ -39,6 +39,7 @@ no)
39
40
while read branch eh
41
do
42
+ case "$branch" in '#'*) continue ;; esac
43
case "$eh" in
44
"")
45
save=$(git rev-parse --verify HEAD)