Skip to content

Commit 40b8076

Browse files
rmacklingitster
authored andcommitted
rebase: fix typo in autosquash documentation
This is a minor follow-up to cb00f52 (rebase: rewrite --(no-)autosquash documentation, 2023-11-14) to fix a typo introduced in that commit. Signed-off-by: Richard Macklin <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent cb00f52 commit 40b8076

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/git-rebase.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,7 @@ The recommended way to create commits with squash markers is by using the
607607
linkgit:git-commit[1], which take the target commit as an argument and
608608
automatically fill in the subject line of the new commit from that.
609609
+
610-
Settting configuration variable `rebase.autoSquash` to true enables
610+
Setting configuration variable `rebase.autoSquash` to true enables
611611
auto-squashing by default for interactive rebase. The `--no-autosquash`
612612
option can be used to override that setting.
613613
+

0 commit comments

Comments
 (0)