mirror of
https://github.com/git/git.git
synced 2026-01-18 22:56:21 +00:00
Merge branch 'jp/completion-help-alias' into next
* jp/completion-help-alias: git-completion: Add git help completion for aliases
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user