Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [PATCH] completion: git: provide --amend also with "message" group
- X-seq: zsh-workers 35273
- From: Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Re: [PATCH] completion: git: provide --amend also with "message" group
- Date: Sat, 23 May 2015 10:15:03 +0000
- 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=
- In-reply-to: <1431521515-8644-1-git-send-email-genml+zsh-workers@thequod.de>
- 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: <1431521515-8644-1-git-send-email-genml+zsh-workers@thequod.de>
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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author