aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2024-03-05 09:44:44 -0800
committerJunio C Hamano <gitster@pobox.com>2024-03-05 09:44:44 -0800
commit53ac1f106f4fbc3f23bdcc7847a49e69e93f66e4 (patch)
tree5ba9a0b610882315b612f557da7ad2665a8901b8
parentMerge branch 'kn/for-all-refs' (diff)
parentrebase: fix typo in autosquash documentation (diff)
downloadgit-53ac1f106f4fbc3f23bdcc7847a49e69e93f66e4.tar.gz
git-53ac1f106f4fbc3f23bdcc7847a49e69e93f66e4.zip
Merge branch 'ak/rebase-autosquash'
Typofix. * ak/rebase-autosquash: rebase: fix typo in autosquash documentation
-rw-r--r--Documentation/git-rebase.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-rebase.txt b/Documentation/git-rebase.txt
index 06206521fc..e7e725044d 100644
--- a/Documentation/git-rebase.txt
+++ b/Documentation/git-rebase.txt
@@ -607,7 +607,7 @@ The recommended way to create commits with squash markers is by using the
linkgit:git-commit[1], which take the target commit as an argument and
automatically fill in the subject line of the new commit from that.
+
-Settting configuration variable `rebase.autoSquash` to true enables
+Setting configuration variable `rebase.autoSquash` to true enables
auto-squashing by default for interactive rebase. The `--no-autosquash`
option can be used to override that setting.
+