Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaik Schreiber2014-03-25 12:09:14 +0000
committerMatthias Sohn2014-04-04 15:39:37 +0000
commitd6b7699ef7d5c7d31324b6e92dee55fcb96f81b0 (patch)
tree63e47906f68bca9b44471dc0b2279a39da006df9 /org.eclipse.egit.ui/plugin.properties
parentd89162b594f98a2846184b589681d1c9b9f92d63 (diff)
downloadegit-d6b7699ef7d5c7d31324b6e92dee55fcb96f81b0.tar.gz
egit-d6b7699ef7d5c7d31324b6e92dee55fcb96f81b0.tar.xz
egit-d6b7699ef7d5c7d31324b6e92dee55fcb96f81b0.zip
Add ability to edit a commit directly from the history view.
This adds a new menu item Modify > Edit to the context menu of the history view. It can be used to edit a commit, then manually amending the commit afterwards. An error will be displayed if the selected commit cannot be reached from the current HEAD commit. This is done so as to avoid the need to checkout another commit automatically before executing the edit procedure. CQ: 8158 Bug: 431751 Change-Id: Idef404f2d712cccb862a7eb11571a7a4151badb8 Signed-off-by: Maik Schreiber <blizzy@blizzy.de> Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.egit.ui/plugin.properties')
-rw-r--r--org.eclipse.egit.ui/plugin.properties1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.egit.ui/plugin.properties b/org.eclipse.egit.ui/plugin.properties
index 8d7e7a4e39..1122d347b1 100644
--- a/org.eclipse.egit.ui/plugin.properties
+++ b/org.eclipse.egit.ui/plugin.properties
@@ -267,6 +267,7 @@ PullIntoCurrentBranchMenuLabel = P&ull
CherryPickCommand.name = Cherry Pick
SquashCommitsCommand.name = Squash Commits
RewordCommitCommand.name = Reword Commit
+EditCommitCommand.name = Edit Commit
RevertCommand.name = Revert Commit
RebaseCurrentCommand.name = Rebase
DisconnectCommand.name = Disconnect

Back to the top