Skip to content

Commit

Permalink
Merge branch 'jp/completion-help-alias'
Browse files Browse the repository at this point in the history
* jp/completion-help-alias:
  git-completion: Add git help completion for aliases
  • Loading branch information
Junio C Hamano committed Mar 27, 2011
2 parents 149971b + f85a6f0 commit 908535c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/completion/git-completion.bash
Original file line number Diff line number Diff line change
Expand Up @@ -1511,7 +1511,7 @@ _git_help ()
;;
esac
__git_compute_all_commands
__gitcomp "$__git_all_commands
__gitcomp "$__git_all_commands $(__git_aliases)
attributes cli core-tutorial cvs-migration
diffcore gitk glossary hooks ignore modules
repository-layout tutorial tutorial-2
Expand Down

0 comments on commit 908535c

Please sign in to comment.