Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
nits with new _git
- X-seq: zsh-workers 29272
- From: Mikael Magnusson <mikachu@xxxxxxxxx>
- To: zsh workers <zsh-workers@xxxxxxx>
- Subject: nits with new _git
- Date: Sat, 14 May 2011 03:28:53 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=98HSVDcGOaDcdxmK34/4WZJ5Nsv5tjlpQKBSfuzR//w=; b=kwg/dhHBiN+GfPdjXJe1pq76zrvi3v6KhkC2jKqb7GerHU97dEQntXecDTFXOSpSzc JxznIAUvuCsxV7NQCO78hE5VaBcR6HsoEhwX+j3O/t8fGQKZBTrSAFSrKF5jqYD2Yaeo aSmnN5R9pUAA6cp36LebEQB4CjAda2X8nHrbI=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=UzfwZIGC6i/5spn5j6R7LxqFRyKOzgzwA7WZVQfT084eXoB8olga7i4cHRiy6f1g04 vfUUf8SfhR33BYf0zpkcZMHMpKLKkSrUgYJnXhTZH24I07YxhO7JPTfvl106CPCtpd6R hK34YCnZAOd6g2JK4kbjTRnoKDc4e8F2iywEA=
- 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
Now that pws fixed the crash, I'm updating to the new _git, so far
I've noticed these two things.
git log --pret<tab> goes into correction, same for git show.
% git log --pretty=
---- option
--pretty -- pretty print commit messages
---- corrections (errors: 2)
--grep -- limit commits to those with log messages matching the given pattern
--pretty -- pretty print commit messages
Usually this would hint at some missing ret=0 somewhere, but I
couldn't find any. Unconditionally returning 0 from _git does 'fix' it
though, so it must be somewhere.
The other thing is that git branch -d -r <tab> doesn't complete remote branches.
--
Mikael Magnusson
Messages sorted by:
Reverse Date,
Date,
Thread,
Author