Skip to content

Commit

Permalink
Merge pull request #106 from tuxinaut/master
Browse files Browse the repository at this point in the history
Add git merge to the expanded numeric commands
  • Loading branch information
ndbroadbent committed Aug 27, 2013
2 parents 22d0b3c + 6f73502 commit 465bb26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/git/aliases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ if type hub > /dev/null 2>&1; then export _git_cmd="hub"; fi
function git(){
# Only expand args for git commands that deal with paths or branches
case $1 in
checkout|commit|rm|blame|diff|add|log|rebase|reset)
checkout|commit|rm|blame|diff|add|log|rebase|reset|merge)
exec_scmb_expand_args "$_git_cmd" "$@";;
branch)
_scmb_git_branch_shortcuts "${@:2}";;
Expand Down

0 comments on commit 465bb26

Please sign in to comment.