From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28011 invoked by alias); 23 May 2015 10:15:13 -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: 35273 Received: (qmail 17936 invoked from network); 23 May 2015 10:15:08 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,RCVD_IN_DNSWL_LOW,RCVD_IN_MSPIKE_H2 autolearn=ham autolearn_force=no version=3.4.0 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= daniel.shahaf.name; h=content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=mesmtp; bh=LBO5JTKdGoGleIy/vYxQmiUlPGU=; b=bN4QPn YzBC6R2HNhVL8AGMjrjQm7hR6aP/liZZ1joPtC7YTjinOP4+cIe6CdBY6vm+skWP MuhSRvSIEMeq9DkMO2csgRgnjaA9u8GjdVYDHrqR4s295t3IPSoRBC5it3LoR9jF wBhtIImoBoi/oTr75pldSjk9UtvlfuY1YaFc4= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=smtpout; bh=LBO5JTKdGoGleIy/vYxQmiUlPGU=; b=RrT4f 45ynsTvVYGCNGNE4dIzE2Wc+okfw/H/H3wguZoFL9pekzmdX0Zb3hzhs3Intsd+a JGBQcSH3vLoUoEEQcn0HBtSHU10BQUtX1hfd8zvPGFcSwRwFI6Jqv3VG8PR5rw7m URnaKgLZ8fDMLYZ/BSZLh7YrVT0PwEbZwpD9N4= X-Sasl-enc: iiO5qina+NY0j/b5K+0cp9d0v8EffQbjNNdd7DjW1SWD 1432376106 Date: Sat, 23 May 2015 10:15:03 +0000 From: Daniel Shahaf To: zsh-workers@zsh.org Subject: Re: [PATCH] completion: git: provide --amend also with "message" group Message-ID: <20150523101503.GE1889@tarsus.local2> References: <1431521515-8644-1-git-send-email-genml+zsh-workers@thequod.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1431521515-8644-1-git-send-email-genml+zsh-workers@thequod.de> User-Agent: Mutt/1.5.21 (2010-09-15) Daniel Hahler wrote on Wed, May 13, 2015 at 14:51:55 +0200: > + $amend_opt \ > '*: :__git_ignore_line_inside_arguments __git_changed_files' \ > - '(message)' \ > {-C,--reuse-message=}'[use existing commit object with same log message]: :__git_commits' \ > {-c,--reedit-message=}'[use existing commit object and edit log message]: :__git_commits' \ > {-F,--file=}'[read commit message from given file]: :_files' \ > {-m,--message=}'[use the given message as the commit message]:message' \ > - {-t,--template=}'[use file as a template commit message]:template:_files' \ > - $amend_opt > + {-t,--template=}'[use file as a template commit message]:template:_files' I notice you haven't pushed this yet. Any particular reason not to push it? Cheers, Daniel