mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-02 22:11:54 +02:00
31862: _git: Add status.short and status.branch
This commit is contained in:
parent
805b665901
commit
baee0a2295
2 changed files with 5 additions and 0 deletions
|
@ -6,6 +6,9 @@
|
|||
* 31863: Completion/Unix/Command/_git: _git: Add new arguments
|
||||
introduced in Git v1.8.4
|
||||
|
||||
* 31862: Completion/Unix/Command/_git: _git: Add status.short and
|
||||
status.branch
|
||||
|
||||
2013-10-21 m0viefreak <m0viefreak.cm@googlemail.com>
|
||||
|
||||
* 31856: Completion/Unix/Command/_git: _git: fix a few
|
||||
|
|
|
@ -2199,6 +2199,8 @@ _git-config () {
|
|||
status.relativePaths:'show paths relative to current directory::->bool:false'
|
||||
status.showUntrackedFiles:'show untracked files::->status.showUntrackedFiles:normal'
|
||||
status.submodulesummary:'include submodule summary::->bool:false'
|
||||
status.branch:'show branch and tracking info in short format::->bool:false'
|
||||
status.short:'use short format by default::->bool:false'
|
||||
'submodule.*.branch:remote branch name for a submodule:branch name:->string'
|
||||
'submodule.*.fetchRecurseSubmodules:fetch commits of submodules::->bool'
|
||||
'submodule.*.path:path within project:submodule directory:_directories -qS \:'
|
||||
|
|
Loading…
Reference in a new issue