Re: [PATCH 2/4] git.el: Added a command to amend a commit.

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Alexandre Julliard <julliard@...>
Cc: <git@...>
Date: Thursday, February 7, 2008 - 9:23 am

Alexandre Julliard <julliard@winehq.org> writes:


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.
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 2/4] git.el: Added a command to amend a commit., Alexandre Julliard, (Thu Feb 7, 8:50 am)
Re: [PATCH 2/4] git.el: Added a command to amend a commit., Sergei Organov, (Thu Feb 7, 9:23 am)