]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Reintegrate: allow comments in the input
authorJunio C Hamano <gitster@pobox.com>
Sat, 20 Mar 2010 19:57:40 +0000 (12:57 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sat, 20 Mar 2010 19:57:40 +0000 (12:57 -0700)
Reintegrate

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