diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2025-01-17 07:45:19 +0100 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2025-01-17 07:45:19 +0100 |
| commit | 5e60aa72e560b79a73580f00bcdb37d360cd04c7 (patch) | |
| tree | d9be477466f3a5acdcbe27c30aab446f784180f9 /docs/magit.org | |
| parent | b83417276c494f08feb02939ae05bff23c1e4224 (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.org | 3 |
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) :: |
