aboutsummaryrefslogtreecommitdiff
path: root/docs/magit.org
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2025-01-17 07:45:19 +0100
committerJonas Bernoulli <jonas@bernoul.li>2025-01-17 07:45:19 +0100
commit5e60aa72e560b79a73580f00bcdb37d360cd04c7 (patch)
treed9be477466f3a5acdcbe27c30aab446f784180f9 /docs/magit.org
parentb83417276c494f08feb02939ae05bff23c1e4224 (diff)
magit-commit-create: No longer amend with a prefix argument
Several fine commands dedicated to amending exist, and have been preferable to this prefix argument for many years now.
Diffstat (limited to 'docs/magit.org')
-rw-r--r--docs/magit.org3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/magit.org b/docs/magit.org
index 95a3a21..96c1e4a 100644
--- a/docs/magit.org
+++ b/docs/magit.org
@@ -4620,8 +4620,7 @@ Also see [[man:git-commit]]
- Key: c c (magit-commit-create) ::
- Create a new commit on ~HEAD~. With a prefix argument amend to the
- commit at ~HEAD~ instead.
+ Create a new commit.
- Key: c a (magit-commit-amend) ::