Skip to content

Commit

Permalink
No expand args for git reset
Browse files Browse the repository at this point in the history
  • Loading branch information
ndbroadbent committed Feb 3, 2013
1 parent dd10be7 commit adedf86
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|reset|rm|blame|diff|add|log|rebase)
checkout|commit|rm|blame|diff|add|log|rebase)
exec_scmb_expand_args "$_git_cmd" "$@";;
branch)
_scmb_git_branch_shortcuts "${@:2}";;
Expand Down

0 comments on commit adedf86

Please sign in to comment.