From: "Shawn O. Pearce" <spearce@spearce.org>
To: Bj??rn Gustavsson <bgustavsson@gmail.com>
Cc: git@vger.kernel.org
Subject: Re: [PATCH] bash: add support for 'git replace'
Date: Fri, 9 Oct 2009 15:19:54 -0700 [thread overview]
Message-ID: <20091009221954.GA9261@spearce.org> (raw)
In-Reply-To: <4ACFA1C2.6020001@gmail.com>
Acked-by: Shawn O. Pearce <spearce@spearce.org>
> +_git_replace ()
> +{
> + __gitcomp "$(__git_refs)"
> +}
> +
> _git_reset ()
> {
> __git_has_doubledash && return
> @@ -2162,6 +2167,7 @@ _git ()
> push) _git_push ;;
> rebase) _git_rebase ;;
> remote) _git_remote ;;
> + replace) _git_replace ;;
--
Shawn.
prev parent reply other threads:[~2009-10-09 22:21 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-10-09 20:49 [PATCH] bash: add support for 'git replace' Björn Gustavsson
2009-10-09 22:19 ` 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=20091009221954.GA9261@spearce.org \
--to=spearce@spearce.org \
--cc=bgustavsson@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).