From 9568d540c380f9ca0529285ee00bf818124e9238 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Wed, 20 Jan 2010 11:08:35 +0100 Subject: [PATCH] support remote branches --- git-update-octopus | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-update-octopus b/git-update-octopus index 50217f2..395df0b 100755 --- a/git-update-octopus +++ b/git-update-octopus @@ -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 -- 2.39.2