Sergei Organov [off-list ref] writes:
quoted hunk ↗ jump to hunk
Alexandre Julliard [off-list ref] writes:
quoted
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]
"amend", please.
--
David Kastrup