git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Tay Ray Chuan <rctay89@gmail.com>
To: Kirill Smelkov <kirr@mns.spb.ru>
Cc: git@vger.kernel.org
Subject: Re: [RFC,PATCH] git-amend -- darcs like amend-record for git
Date: Mon, 1 Mar 2010 17:16:24 +0800	[thread overview]
Message-ID: <be6fef0d1003010116p443985b3ib71f229a1978f831@mail.gmail.com> (raw)
In-Reply-To: <1267107365-2973-1-git-send-email-kirr@mns.spb.ru>

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.

A suggestion: I believe this could be better advertised as git-rebase
--interactive --edit. After all, you do replay the intervening commits
(which is closer to git-rebase than git-commit).

-- 
Cheers,
Ray Chuan

  reply	other threads:[~2010-03-01  9:16 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 [this message]
2010-03-01 17:08   ` Larry D'Anna
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=be6fef0d1003010116p443985b3ib71f229a1978f831@mail.gmail.com \
    --to=rctay89@gmail.com \
    --cc=git@vger.kernel.org \
    --cc=kirr@mns.spb.ru \
    /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).