Merge branch 'ms/rebase-insnformat-doc-fix' into maint-2.43
Docfix. * ms/rebase-insnformat-doc-fix: Documentation: fix statement about rebase.instructionFormat
This commit is contained in:
@ -38,7 +38,7 @@ rebase.missingCommitsCheck::
|
|||||||
rebase.instructionFormat::
|
rebase.instructionFormat::
|
||||||
A format string, as specified in linkgit:git-log[1], to be used for the
|
A format string, as specified in linkgit:git-log[1], to be used for the
|
||||||
todo list during an interactive rebase. The format will
|
todo list during an interactive rebase. The format will
|
||||||
automatically have the long commit hash prepended to the format.
|
automatically have the commit hash prepended to the format.
|
||||||
|
|
||||||
rebase.abbreviateCommands::
|
rebase.abbreviateCommands::
|
||||||
If set to true, `git rebase` will use abbreviated command names in the
|
If set to true, `git rebase` will use abbreviated command names in the
|
||||||
|
@ -523,7 +523,7 @@ See also INCOMPATIBLE OPTIONS below.
|
|||||||
+
|
+
|
||||||
The commit list format can be changed by setting the configuration option
|
The commit list format can be changed by setting the configuration option
|
||||||
rebase.instructionFormat. A customized instruction format will automatically
|
rebase.instructionFormat. A customized instruction format will automatically
|
||||||
have the long commit hash prepended to the format.
|
have the commit hash prepended to the format.
|
||||||
+
|
+
|
||||||
See also INCOMPATIBLE OPTIONS below.
|
See also INCOMPATIBLE OPTIONS below.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user