From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8435 invoked by alias); 8 Feb 2015 18:53:23 -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: 34473 Received: (qmail 23561 invoked from network); 8 Feb 2015 18:53:21 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 X-CMAE-Score: 0 X-CMAE-Analysis: v=2.1 cv=I4zSn2kl c=1 sm=1 tr=0 a=FT8er97JFeGWzr5TCOCO5w==:117 a=kj9zAlcOel0A:10 a=q2GGsy2AAAAA:8 a=oR5dmqMzAAAA:8 a=-9mUelKeXuEA:10 a=0HtSIViG9nkA:10 a=zMKdqgoPapHykeDYzOsA:9 a=CjuIK1q_8ugA:10 a=l-aW5zggT3UA:10 a=IluvV692-IgA:10 a=yQWrjQgV1dEA:10 a=neoCLjX-8D8A:10 From: Bart Schaefer Message-id: <150208105311.ZM5139@torch.brasslantern.com> Date: Sun, 08 Feb 2015 10:53:11 -0800 In-reply-to: <1423405078-21484-1-git-send-email-genml+zsh-workers@thequod.de> Comments: In reply to Daniel Hahler "[PATCH] completion: git: stash: handle 'save' being the default" (Feb 8, 3:17pm) References: <1423405078-21484-1-git-send-email-genml+zsh-workers@thequod.de> X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: zsh-workers@zsh.org Subject: Re: [PATCH] completion: git: stash: handle 'save' being the default MIME-version: 1.0 Content-type: text/plain; charset=us-ascii On Feb 8, 3:17pm, Daniel Hahler wrote: } } "git stash" should complete arguments for "git stash save", but without } the message part. Thank you; this had been bugging me.