Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
[PATCH 3/6] _git: Add status.short and status.branch
- X-seq: zsh-workers 31862
- From: Øystein Walle <oystwa@xxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: [PATCH 3/6] _git: Add status.short and status.branch
- Date: Sun, 20 Oct 2013 19:43:31 +0200
- Cc: Øystein Walle <oystwa@xxxxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references :in-reply-to:references; bh=ZoNhBoQKwHL0hL2lgimTmq9a76mPzqDfUpAZjIGS0lQ=; b=OefoVYTmThoiD2caSR9mUvhj0aF8fYYIb9F8Y4+7zIbN3TNMrfP/KiaxLtzpZbnoPm YSoPMv/LFX/c3z24fsCfHxgAwKK61jZtRRzyUnJ5lBpbJSadCe+N4VqbH2yVZZJOyRL7 OQzrFOjfMZXMIolICU7mOTzH/uDlXGPajinxQ8ZH63hVcTPeVrf+9iQoNJyDSDyWu9Tv PT5vmr6bDleed3lcnbVO8vck6nNk9mH2oMOg0e86PB1ij6Xr/8XAcZnS9lpWCohJOfKB yB6hkAWbG4lJXOO6ueRkdq5X6NMAFVAGJkh1P2ThIWELG0XVg9jidrESVX95LJ8fu1i3 EwZg==
- In-reply-to: <cover.1382290234.git.oystwa@gmail.com>
- In-reply-to: <cover.1382290234.git.oystwa@gmail.com>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <cover.1382290234.git.oystwa@gmail.com>
- References: <cover.1382290234.git.oystwa@gmail.com>
---
Completion/Unix/Command/_git | 2 ++
1 file changed, 2 insertions(+)
diff --git a/Completion/Unix/Command/_git b/Completion/Unix/Command/_git
index 5b1e710..eb2da11 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 \:'
--
1.8.4.1.516.g1d25dd4
Messages sorted by:
Reverse Date,
Date,
Thread,
Author