diff --git a/git-integration.sh b/git-integration.sh index 75555a7..4ad4fab 100755 --- a/git-integration.sh +++ b/git-integration.sh @@ -234,7 +234,8 @@ integration_edit () { if test -n "$append_branches" then echo "$append_branches" | - sed -e '/^$/d' -e 's/^/\nmerge /' + sed -e '/^$/d' -e 's/^/\ +merge /' fi echo && git stripspace --comment-lines <