From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16095 invoked by alias); 24 Jul 2010 19:06:59 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 28099 Received: (qmail 1771 invoked from network); 24 Jul 2010 19:06:55 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,HTML_MESSAGE,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.google.com designates 209.85.216.43 as permitted sender) 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= MIME-Version: 1.0 Sender: 4wayned@gmail.com In-Reply-To: <20100724103651.GA3438@ruderich.org> References: <20100606114012.GA17874704@CIS.FU-Berlin.DE> <20100724103651.GA3438@ruderich.org> Date: Sat, 24 Jul 2010 12:06:41 -0700 X-Google-Sender-Auth: kSpkmPI_yh28GL6ZOiOWq3A14-8 Message-ID: Subject: Re: [PATCH] git log's "branch" argument is optional From: Wayne Davison To: Simon Ruderich Cc: zsh-workers@zsh.org Content-Type: multipart/alternative; boundary=00c09f9058761406d5048c26da08 --00c09f9058761406d5048c26da08 Content-Type: text/plain; charset=UTF-8 On Sat, Jul 24, 2010 at 3:36 AM, Simon Ruderich 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.. --00c09f9058761406d5048c26da08--