From: Sergei Organov <osv@javad.com>
To: Alexandre Julliard <julliard@winehq.org>
Cc: git@vger.kernel.org
Subject: Re: [PATCH 2/4] git.el: Added a command to amend a commit.
Date: Thu, 07 Feb 2008 16:23:23 +0300 [thread overview]
Message-ID: <87prv8294k.fsf@osv.gnss.ru> (raw)
In-Reply-To: <87ve51orq8.fsf@wine.dyndns.org> (Alexandre Julliard's message of "Thu\, 07 Feb 2008 13\:50\:39 +0100")
Alexandre Julliard <julliard@winehq.org> writes:
> It reverts the commit and sets up the status and edit log buffer to
> allow making changes and recommitting it. Bound to C-c C-a.
Nice! Doesn't it lack something like this:
diff --git a/contrib/emacs/git.el b/contrib/emacs/git.el
index c3c0c45..9ad37a1 100644
--- a/contrib/emacs/git.el
+++ b/contrib/emacs/git.el
@@ -1385,6 +1385,7 @@ Return the list of files that haven't been handled."
`("Git"
["Refresh" git-refresh-status t]
["Commit" git-commit-file t]
+ ["Ammend Commit" git-ammend-commit t]
("Merge"
["Next Unmerged File" git-next-unmerged-file t]
["Prev Unmerged File" git-prev-unmerged-file t]
-- Sergei.
next prev parent reply other threads:[~2008-02-07 13:24 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-02-07 12:50 [PATCH 2/4] git.el: Added a command to amend a commit Alexandre Julliard
2008-02-07 13:23 ` Sergei Organov [this message]
2008-02-07 13:29 ` David Kastrup
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=87prv8294k.fsf@osv.gnss.ru \
--to=osv@javad.com \
--cc=git@vger.kernel.org \
--cc=julliard@winehq.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.