Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
completion: git: various improvements to commit object handling
- X-seq: zsh-workers 35099
- From: Daniel Hahler <genml+zsh-workers@xxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: completion: git: various improvements to commit object handling
- Date: Wed, 13 May 2015 16:26:24 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/simple; d=thequod.de; h= x-mailer:message-id:date:date:subject:subject:from:from:received :received:received; s=postfix2; t=1431527198; bh=yX2szrTgh+e+Jf4 xXMbyit/CVs6GI1TsxZUu8cYTHl0=; b=jB0rK2UH5qDJcOeG+zDhaLYk+r9705T AF9ZhI+BgPP5uFZC/2YAju94ZdL3x1jSjbdJdkmnLskcmlfVKmv5BOhYk5QKA1yx gMVJP5rdYscijMh7LR+WXmVSKXoX0DD2a4qQfl3ui7vQdKHWwvKsP3TfRVRtpr+3 JwLyrZ2t8Ftk=
- 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
I've also submitted it as a pull request against the zsh-users' mirror on Github:
https://github.com/zsh-users/zsh/pull/4
[PATCH 1/7] completion: git: __git_recent_commits: remove ' ->*' from
[PATCH 2/7] completion: git: use %D for %d, without the " (", ")"
[PATCH 3/7] completion: git: add __git_commit_objects_prefer_recent
[PATCH 4/7] completion: git: __git_commit_objects: query 1000 commits
[PATCH 5/7] completion: git: add %cr to commit objects (all and
[PATCH 6/7] completion: git: unique name for __git_recent_commits
[PATCH 7/7] completion: git: add distance_from_head to
Regards,
Daniel.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author