]> git.ipfire.org Git - thirdparty/git.git/commitdiff
rebase: fix typo in autosquash documentation
authorRichard Macklin <code@rmacklin.dev>
Tue, 27 Feb 2024 06:32:58 +0000 (06:32 +0000)
committerJunio C Hamano <gitster@pobox.com>
Tue, 27 Feb 2024 16:50:49 +0000 (08:50 -0800)
This is a minor follow-up to cb00f524df (rebase: rewrite
--(no-)autosquash documentation, 2023-11-14) to fix a typo introduced in
that commit.

Signed-off-by: Richard Macklin <code@rmacklin.dev>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-rebase.txt

index 1dd6555f66b5543aa851a1b73d6ca5ec86a48d93..ba96fb5714e87a7cf4ef5aa945f91ede5e7a2bb0 100644 (file)
@@ -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.
 +