Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
[PATCH 14/16] _git: move --(no-)follow to be log-specific option
- X-seq: zsh-workers 31605
- From: Øystein Walle <oystwa@xxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: [PATCH 14/16] _git: move --(no-)follow to be log-specific option
- Date: Sun, 28 Jul 2013 18:22:11 +0200
- Cc: m0viefreak.cm@xxxxxxxxxxxxxx, Ø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:x-mailer:in-reply-to:references :in-reply-to:references; bh=02xafls5FTkcAfg2EjzOOziOrwNSu+3SC9Q6R+aZvz0=; b=x89iUrTky+aFGsO+I12a+OhD9UGx1Vt0vtriJ8eiwX6zIrJKgmuGIDzYvxaUL9jBaC na7RDWdksYaDg9ivWe3iB6B6xq8XVxw0lLMj5gbpNq/nXuXpjMqhofwHIqlpuQXelEk1 WVkYaec0EbfkLdwj2DSY1qhlSteJLcyWtqfROGW5zxFVj/4fghv3FtfSOTBm1XdDQU07 lllKlBWuGhGYpqHwT3UvWcCgZ+DE6On5I6Z/sk9YuR/ZgwM/hgOUINALu7zXZVF1OvTl 6dXk8d4SjY95uotsWDx7kckyZh0TPuLjV53aiPRU5ASBdRkT4M0OnFoISUqdg+WIVh8V T69Q==
- In-reply-to: <cover.1375006129.git.oystwa@gmail.com>
- In-reply-to: <cover.1375006129.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.1375006129.git.oystwa@gmail.com>
- References: <cover.1375006129.git.oystwa@gmail.com>
---
Completion/Unix/Command/_git | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Completion/Unix/Command/_git b/Completion/Unix/Command/_git
index 55054b0..9b15d57 100644
--- a/Completion/Unix/Command/_git
+++ b/Completion/Unix/Command/_git
@@ -5856,6 +5856,8 @@ __git_setup_log_options () {
'(- *)-h[display help]'
'( --no-decorate)--decorate=-[print out ref names of any commits that are shown]: :__git_log_decorate_formats'
'(--decorate )--no-decorate[do not print out ref names of any commits that are shown]'
+ '( --no-follow)--follow[follow renames]'
+ '(--follow )--no-follow[do not follow renames]'
'--source[show which ref each commit is reached from]')
}
@@ -5926,8 +5928,6 @@ __git_setup_diff_options () {
'(--ext-diff )--no-ext-diff[disallow external diff helper to be executed]'
'(--textconv --no-textconv)--textconv[allow external text conversion filters to be run when comparing binary files]'
'(--textconv --no-textconv)--no-textconv[do not allow external text conversion filters to be run when comparing binary files]'
- '( --no-follow)--follow[follow renames]'
- '(--follow )--no-follow[do not follow renames]'
'--ignore-submodules[ignore changes to submodules]:: :__git_ignore_submodules_whens'
'(--no-prefix)--src-prefix=[use given prefix for source]:prefix'
'(--no-prefix)--dst-prefix=[use given prefix for destination]:prefix'
--
1.8.2.2
Messages sorted by:
Reverse Date,
Date,
Thread,
Author