aboutsummaryrefslogtreecommitdiff
path: root/docs/magit.org
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2025-09-01 03:09:46 +0200
committerJonas Bernoulli <jonas@bernoul.li>2025-09-01 03:09:46 +0200
commitb3e6ec094e2c6e5ac617be383f3d900ff9bfdc0b (patch)
treee4ad5a041d53cb3c2a30b051a917e990fd8710d5 /docs/magit.org
parent067fac119fb5e93a97c1525a1858be1ee2d6755e (diff)
manual: Move magit-diff-visit-previous-blob to end of its section
Changing its value is discouraged, so move it out of sight.
Diffstat (limited to 'docs/magit.org')
-rw-r--r--docs/magit.org24
1 files changed, 12 insertions, 12 deletions
diff --git a/docs/magit.org b/docs/magit.org
index d25f964..7c851be 100644
--- a/docs/magit.org
+++ b/docs/magit.org
@@ -4073,18 +4073,6 @@ These commands can only be used when point is inside a diff.
The buffer is displayed in the selected window. With a prefix
argument the buffer is displayed in another window instead.
-- User Option: magit-diff-visit-previous-blob ::
-
- This option controls whether ~magit-diff-visit-file~ may visit the
- previous blob. When this is ~t~ (the default) and point is on a
- removed line in a diff for a committed change, then
- ~magit-diff-visit-file~ visits the blob from the last revision which
- still had that line.
-
- Currently this is only supported for committed changes, for staged
- and unstaged changes ~magit-diff-visit-file~ always visits the file in
- the working tree.
-
- Key: C-<return> (magit-diff-visit-worktree-file) ::
This command visits the worktree version of the appropriate file.
@@ -4114,6 +4102,18 @@ argument.
These commands behave like the respective commands described above,
except that they display the blob or file in another window or frame.
+- User Option: magit-diff-visit-previous-blob ::
+
+ This option controls whether ~magit-diff-visit-file~ may visit the
+ previous blob. When this is ~t~ (the default) and point is on a
+ removed line in a diff for a committed change, then
+ ~magit-diff-visit-file~ visits the blob from the last revision which
+ still had that line.
+
+ Currently this is only supported for committed changes, for staged
+ and unstaged changes ~magit-diff-visit-file~ always visits the file in
+ the working tree.
+
** Blaming
Also see [[man:git-blame]]