]> git.xonotic.org Git - xonotic/div0-gittools.git/commitdiff
support remote branches
authorRudolf Polzer <rpolzer@nb-04.(none)>
Wed, 20 Jan 2010 10:08:35 +0000 (11:08 +0100)
committerRudolf Polzer <rpolzer@nb-04.(none)>
Wed, 20 Jan 2010 10:08:35 +0000 (11:08 +0100)
git-update-octopus

index 50217f26d2bb18f73563c20f109a3783dda0e6b9..395df0bb1aab6549e72620abf4f2b5a9f45e8355 100755 (executable)
@@ -2,7 +2,7 @@
 
 git log --format=raw | while IFS= read -r L; do
        case "$L" in
-               '    Merge branches '*)
+               '    Merge branches '*|'    Merge remote branches '*)
                        b=`echo "$L" | sed -e "s/[^']*'\?\([^']*\)'\?/\1 /g"`
                        git merge $b
                        break