Skip to content

Commit 5664711

Browse files
committed
Merge branch 'ms/rebase-insnformat-doc-fix'
Docfix. * ms/rebase-insnformat-doc-fix: Documentation: fix statement about rebase.instructionFormat
2 parents 15df15f + 9cd30af commit 5664711

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Documentation/config/rebase.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ rebase.missingCommitsCheck::
4040
rebase.instructionFormat::
4141
A format string, as specified in linkgit:git-log[1], to be used for the
4242
todo list during an interactive rebase. The format will
43-
automatically have the long commit hash prepended to the format.
43+
automatically have the commit hash prepended to the format.
4444

4545
rebase.abbreviateCommands::
4646
If set to true, `git rebase` will use abbreviated command names in the

Documentation/git-rebase.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@ See also INCOMPATIBLE OPTIONS below.
523523
+
524524
The commit list format can be changed by setting the configuration option
525525
rebase.instructionFormat. A customized instruction format will automatically
526-
have the long commit hash prepended to the format.
526+
have the commit hash prepended to the format.
527527
+
528528
See also INCOMPATIBLE OPTIONS below.
529529

0 commit comments

Comments
 (0)