Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [PATCH] git log's "branch" argument is optional
- X-seq: zsh-workers 28099
- From: Wayne Davison <wayned@xxxxxxxxxxxxxxxxxxxxx>
- To: Simon Ruderich <simon@xxxxxxxxxxxx>
- Subject: Re: [PATCH] git log's "branch" argument is optional
- Date: Sat, 24 Jul 2010 12:06:41 -0700
- Cc: zsh-workers@xxxxxxx
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:cc:content-type; bh=RBZdleCBtdgDiwuYlv4j2aDofyuayyH4/bBydiQrkcM=; b=bPSrExOcADNV/8fChY1lpWMOabqU2rzWSMu0ZArjbXt5ptMU96HRIoyf8yLz41994X 1k0mx1arNMVpet+TTi08ztQkuvv3ESavFRraTw9oaGKmAZFzp4ff5RtlmQdsaCAaOVGo J+wF2ePK/IkuFsmw+JnmE5NgQM8iKBLjLjKCc=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; b=TzrDMdiRDgS5HudPJfXvjEOTfmMqImzoVW9FvIHbJswP7tGQNpIoHHsFahBq9U9t4+ gyy+XgeNLULGGdDyCyqWpOBULOW8DLaHOZNYV3YrFCKCMlzqHRC3UxvnRc0qWvZ3e2tQ RaSGsHl794D4msKMhN8yA9Z4KFZU78qUMcR0U=
- In-reply-to: <20100724103651.GA3438@xxxxxxxxxxxx>
- 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: <20100606114012.GA17874704@xxxxxxxxxxxxxxxx> <20100724103651.GA3438@xxxxxxxxxxxx>
- Sender: 4wayned@xxxxxxxxx
On Sat, Jul 24, 2010 at 3:36 AM, Simon Ruderich <simon@xxxxxxxxxxxx> wrote:
> Could this patch please get applied? It works fine for me and
> fixes the mentioned problem.
>
I've committed the change. I hadn't noticed the problem because I use an
alias lo='git log --patience', and that apparently by-passes the branch
completion. Indeed, it is impossible to complete a branch name after an
option, so we'll need to look into fixing that next.
..wayne..
Messages sorted by:
Reverse Date,
Date,
Thread,
Author