From: "Shawn O. Pearce" <spearce@spearce.org>
To: Dmitry Potapov <dpotapov@gmail.com>
Cc: Git Mailing List <git@vger.kernel.org>
Subject: Re: [PATCH] completion.bash: add 'skip' and 'run' to git-bisect
Date: Wed, 2 Jul 2008 13:35:40 +0000 [thread overview]
Message-ID: <20080702133540.GA19103@spearce.org> (raw)
In-Reply-To: <1215005390-1506-1-git-send-email-dpotapov@gmail.com>
Dmitry Potapov <dpotapov@gmail.com> wrote:
> Signed-off-by: Dmitry Potapov <dpotapov@gmail.com>
Keeping up with the subcommands is a challenge. ;-)
Acked-by: Shawn O. Pearce <spearce@spearce.org>
> ---
> contrib/completion/git-completion.bash | 4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash
> index ebf7cde..3d15434 100755
> --- a/contrib/completion/git-completion.bash
> +++ b/contrib/completion/git-completion.bash
> @@ -511,7 +511,7 @@ _git_add ()
>
> _git_bisect ()
> {
> - local subcommands="start bad good reset visualize replay log"
> + local subcommands="start bad good skip reset visualize replay log run"
> local subcommand="$(__git_find_subcommand "$subcommands")"
> if [ -z "$subcommand" ]; then
> __gitcomp "$subcommands"
> @@ -519,7 +519,7 @@ _git_bisect ()
> fi
>
> case "$subcommand" in
> - bad|good|reset)
> + bad|good|reset|skip)
> __gitcomp "$(__git_refs)"
> ;;
> *)
> --
--
Shawn.
prev parent reply other threads:[~2008-07-02 13:36 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-07-02 13:29 [PATCH] completion.bash: add 'skip' and 'run' to git-bisect Dmitry Potapov
2008-07-02 13:35 ` Shawn O. Pearce [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20080702133540.GA19103@spearce.org \
--to=spearce@spearce.org \
--cc=dpotapov@gmail.com \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).