1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-02 10:01:11 +02:00

31752: _git: change completion text for consistency

This commit is contained in:
Øystein Walle 2013-09-22 12:48:27 +02:00 committed by Frank Terbeck
parent 128de883bd
commit 2025b05bcf
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2013-09-22 Øystein Walle <oystwa@gmail.com>
* 31752: Completion/Unix/Command/_git: _git: change completion
text for consistency
2013-09-22 m0viefreak <m0viefreak.cm@googlemail.com>
* 31753: Completion/Unix/Command/_git: _git: correct some

View file

@ -1934,7 +1934,7 @@ _git-config () {
'difftool.*.cmd:command to invoke for the diff tool::_path_commands'
'difftool.*.path:path to use for the diff tool:absolute diff tool path:_files -g "*(*)"'
difftool.prompt:'prompt before each invocation of the diff tool::->bool:true'
diff.wordRegex:'regex used to determine what a word is when performing word-by-word diff:regex:->string'
diff.wordRegex:'regex used to determine what a word is when performing word-by-word diff:regular expression:->string'
diff.guitool:'diff tool with gui to use::__git_difftools'
fetch.unpackLimit:'maximum number of objects to unpack when fetching:unpack limit:->int'
fetch.recurseSubmodules:'recurse into submodules (as needed) when fetching::->fetch.recurseSubmodules:on-demand'