Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
[PATCH 4/6] _git: Reword --heads to match new meaning
- X-seq: zsh-workers 31866
- From: Øystein Walle <oystwa@xxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: [PATCH 4/6] _git: Reword --heads to match new meaning
- Date: Sun, 20 Oct 2013 19:43:32 +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=eIVFvDf8pgNkL3mQSWFTJXvTr0ztgGwI//Uz2A1/fZk=; b=d9E1V9FAqszdCxZfSNsNtzNmbzjtwMlbFi4WjfdxD7Uhq9YDrOcbOmgBoy/KVNg2bl Q8ffQsz6+/oQhret7FyS/faMQxn74NkyE/+ieu4aA3f9RFEUhx4N6uNFmLiVARhXkWtt qK5XbKXNUmi6gJcPUT8r316skxnrMtauLT/TnMXcfmr6+afr70zPplXLWBGDfNAUN9w0 PjiEFBfp9Xi6JmBzl8iOkVt1u27hrjZg49Yv5pjfMcesGI20FimcZoCZYoxyBbzwwq/u ugJJ8vjz8FHNBPl/8xIyQJrDQliEiJDdY3KZzSTq+CGjzDrvnHXYE8X4HlrK64reAz9c uXPw==
- 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, 1 insertion(+), 1 deletion(-)
diff --git a/Completion/Unix/Command/_git b/Completion/Unix/Command/_git
index eb2da11..36e9707 100644
--- a/Completion/Unix/Command/_git
+++ b/Completion/Unix/Command/_git
@@ -4429,7 +4429,7 @@ _git-show-ref () {
- list \
'(-h --head)'{-h,--head}'[show HEAD reference]' \
'--tags[show only refs/tags]' \
- '--heads[show only refs/heads]' \
+ '--heads[show only HEAD and refs under refs/heads]' \
'(-d --dereference)'{-d,--dereference}'[dereference tags into object IDs as well]' \
'(-s --hash)'{-s+,--hash=-}'[only show the SHA-1 hash, not the reference name]:: :__git_guard_number length' \
'--verify[enable stricter reference checking]' \
--
1.8.4.1.516.g1d25dd4
Messages sorted by:
Reverse Date,
Date,
Thread,
Author