Reintegrate: allow comments in the input
Junio C Hamano committed
Mar 20, 2010 at 12:57 UTC
45ac5d4ec2fcb71def55a7a7e4760eb27e78c29c
1 file changed
+1
Reintegrate
+1
index 6a86314006..515f475670 100755
--- a/Reintegrate
+++ b/Reintegrate
@@ -39,6 +39,7 @@ no)
while read branch eh
do
+ case "$branch" in '#'*) continue ;; esac
case "$eh" in
"")
save=$(git rev-parse --verify HEAD)