Skip to content

Commit

Permalink
refactor git-graft
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Apr 5, 2011
1 parent 2d94afe commit dcd1f2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/git-graft
Expand Up @@ -2,7 +2,7 @@

test -z $1 && echo "source branch required." && exit 1
src=$1
dst=${2-}
dst=$2

git checkout $dst \
&& git merge --no-ff $src \
Expand Down

0 comments on commit dcd1f2e

Please sign in to comment.