Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
[PATCH] Small fix for _git
- X-seq: zsh-workers 23889
- From: "Nikolai Weibull" <now@xxxxxxxx>
- To: "zsh workers" <zsh-workers@xxxxxxxxxx>
- Subject: [PATCH] Small fix for _git
- Date: Mon, 1 Oct 2007 16:02:35 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; bh=ueZ3Rz+YUK7BHnOizmVZ9sWnPH5dlq+qI5RwNwJ0+eY=; b=Bkp7Y8I9ouwbWYXASlatO+45o1qQOLoMeAl9gBctnfpdqU6x1EB4fXY4Za737N3lmV49fGGBWH1eIIJzxawTdASDnBLbtQmBmA7Kf1nzTVXW8N+VJkcSbbQKSk/IT6rIwtVyNSMrtzZtUUIv5EYm0Q97bFemUKIftZYstsQCYsA=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; b=BlL020uEFw+udJ2N8X/KIbZUbh/D/UM92Vpeenhgf4mFIpJl4nNbafO7HcfpjakV9giF0/1Ne4vn133klPKTkTiy2cSPgWvAhz7QcRy/N5M+O01EYf2eONKK4ldlWUAMg2xQ4llSNntb8LNhvqTyzlY4GEDwO0W+JnoxH925Q2A=
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- Sender: nikolai.weibull@xxxxxxxxx
Ugh. I seriously don't know how to work using CVS. Here's a small
patch that is to be applied after my previous fix for _git-log:
@@ -1990,7 +2001,7 @@
'-k[remove keywords from source files in the CVS archive]' \
'-m[attempt to detect merges based on the commit message]' \
'-M[attempt to detect merges based on the commit message with
custom pattern]:pattern' \
- '-o[specify the branch into which you wish to
import]:branch:__git_branches' \
+ '-o[specify the branch into which you wish to
import]:branch:__git_branch_names' \
'-P[read cvsps output file]:file:_files' \
'-p[specify additionaly options for cvsps]:cvsps-options' \
'-s[substitute the "/" character in branch names with given
substitution]:substitute' \
nikolai
Messages sorted by:
Reverse Date,
Date,
Thread,
Author