git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Larry D'Anna <larry@elder-gods.org>
To: Tay Ray Chuan <rctay89@gmail.com>
Cc: Kirill Smelkov <kirr@mns.spb.ru>, git@vger.kernel.org
Subject: Re: [RFC,PATCH] git-amend -- darcs like amend-record for git
Date: Mon, 1 Mar 2010 12:08:59 -0500	[thread overview]
Message-ID: <20100301170859.GA4142@cthulhu> (raw)
In-Reply-To: <be6fef0d1003010116p443985b3ib71f229a1978f831@mail.gmail.com>

* Tay Ray Chuan (rctay89@gmail.com) [100301 04:16]:
> Hi,
> 
> On Thu, Feb 25, 2010 at 10:16 PM, Kirill Smelkov <kirr@mns.spb.ru> wrote:
> > Ever wanted to type `git commit --amend HEAD~3` ? But had to fall back to commit
> > and interactive rebase with fixup? And was tired by a lot of typing? And also
> > rebase works only on clean worktree, so stash save and stash pop have to be
> > used...
> >
> > Forget it.
> >
> > Now one can just do `git add ...` to prepare index, and then
> > `git amend <commit>` to merge that changes from index into <commit>.
> 
> this may be a little late, but I'd like to indicate my interest in
> such a feature.

I like it too.

  --larry

  reply	other threads:[~2010-03-01 17:09 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-02-25 14:16 [RFC,PATCH] git-amend -- darcs like amend-record for git Kirill Smelkov
2010-03-01  9:16 ` Tay Ray Chuan
2010-03-01 17:08   ` Larry D'Anna [this message]
2010-03-03  8:01     ` Kirill Smelkov

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=20100301170859.GA4142@cthulhu \
    --to=larry@elder-gods.org \
    --cc=git@vger.kernel.org \
    --cc=kirr@mns.spb.ru \
    --cc=rctay89@gmail.com \
    /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).