Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: removable colon after git push
- X-seq: zsh-workers 24114
- From: Clint Adams <clint@xxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: PATCH: removable colon after git push
- Date: Thu, 22 Nov 2007 11:41:10 -0500
- Mail-followup-to: zsh-workers@xxxxxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
This is for people who want to push "branch" but not "branch:"
Index: Completion/Unix/Command/_git
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/Unix/Command/_git,v
retrieving revision 1.50
diff -u -r1.50 _git
--- Completion/Unix/Command/_git 20 Oct 2007 03:12:00 -0000 1.50
+++ Completion/Unix/Command/_git 22 Nov 2007 16:36:20 -0000
@@ -2801,7 +2801,7 @@
if compset -S ':*'; then
__git_heads
else
- __git_heads -S ':'
+ __git_heads -qS ':'
fi
fi
}
Messages sorted by:
Reverse Date,
Date,
Thread,
Author