mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
git-info: add zsh completion
This commit is contained in:
parent
ecf0f4847f
commit
c386733efd
|
|
@ -267,6 +267,13 @@ _git-ignore() {
|
|||
}
|
||||
|
||||
|
||||
_git-info() {
|
||||
_arguments -C \
|
||||
'(--color -c)'{--color,-c}'[use color for information titles]' \
|
||||
'--no-config[do not show list all variables set in config file, along with their values]'
|
||||
}
|
||||
|
||||
|
||||
_git-merge-into() {
|
||||
_arguments '--ff-only[merge only fast-forward]'
|
||||
_arguments \
|
||||
|
|
|
|||
Loading…
Reference in a new issue