diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | Completion/Unix/Command/_git | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 62af20e16..0dbf17111 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/Completion/Unix/Command/_git b/Completion/Unix/Command/_git index 5b1e71063..eb2da110b 100644 --- a/Completion/Unix/Command/_git +++ b/Completion/Unix/Command/_git @@ -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 \:' |