Merge branch 'jp/completion-help-alias'
* jp/completion-help-alias: git-completion: Add git help completion for aliases
This commit is contained in:
commit
908535c1fa
@ -1511,7 +1511,7 @@ _git_help ()
|
|||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
__git_compute_all_commands
|
__git_compute_all_commands
|
||||||
__gitcomp "$__git_all_commands
|
__gitcomp "$__git_all_commands $(__git_aliases)
|
||||||
attributes cli core-tutorial cvs-migration
|
attributes cli core-tutorial cvs-migration
|
||||||
diffcore gitk glossary hooks ignore modules
|
diffcore gitk glossary hooks ignore modules
|
||||||
repository-layout tutorial tutorial-2
|
repository-layout tutorial tutorial-2
|
||||||
|
Loading…
Reference in New Issue
Block a user