aboutsummaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2021-06-25 21:38:17 +0200
committerJonas Bernoulli <jonas@bernoul.li>2021-06-25 21:58:29 +0200
commit341e3c8995fc445694f31c96ec113b63dc488b17 (patch)
tree761fedf5e5fc5df9825fa852fef3db0cdfc769d5 /Documentation
parenteedc9f0b9c7c682d13f5906f2b51f89bb0d3b021 (diff)
magit-log-move-to-revision: New command
Closes #4418.
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/RelNotes/3.1.0.org3
-rw-r--r--Documentation/magit.org11
2 files changed, 14 insertions, 0 deletions
diff --git a/Documentation/RelNotes/3.1.0.org b/Documentation/RelNotes/3.1.0.org
index d9a2307..69e63bd 100644
--- a/Documentation/RelNotes/3.1.0.org
+++ b/Documentation/RelNotes/3.1.0.org
@@ -1,6 +1,9 @@
* Magit v3.1.0 Release Notes (unreleased)
** Breaking changes
** Changes since v3.0.0
+
+- Added new command ~magit-log-move-to-revision~. #4418
+
** Fixes since v3.0.0
- Fixed ~magit-emacs-Q-command~ and ~make build~ for ELPA users.
diff --git a/Documentation/magit.org b/Documentation/magit.org
index 188640c..523ae48 100644
--- a/Documentation/magit.org
+++ b/Documentation/magit.org
@@ -2616,6 +2616,17 @@ the status buffer.
first parent, but a numeric prefix can be used to specify another
parent.
+- Key: j, magit-log-move-to-revision
+
+ Read a revision and move to it in current log buffer.
+
+ If the chosen reference or revision isn't being displayed in
+ the current log buffer, then inform the user about that and do
+ nothing else.
+
+ If invoked outside any log buffer, then display the log buffer
+ of the current repository first; creating it if necessary.
+
- Key: SPC, magit-diff-show-or-scroll-up
Update the commit or diff buffer for the thing at point.