Skip to content

Commit

Permalink
Merge branch 'ms/rebase-insnformat-doc-fix' into next
Browse files Browse the repository at this point in the history
Docfix.

* ms/rebase-insnformat-doc-fix:
  Documentation: fix statement about rebase.instructionFormat
  • Loading branch information
gitster committed Jan 4, 2024
2 parents 1237898 + 9cd30af commit d68f2be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Documentation/config/rebase.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ rebase.missingCommitsCheck::
rebase.instructionFormat::
A format string, as specified in linkgit:git-log[1], to be used for the
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::
If set to true, `git rebase` will use abbreviated command names in the
Expand Down
2 changes: 1 addition & 1 deletion Documentation/git-rebase.txt
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@ See also INCOMPATIBLE OPTIONS below.
+
The commit list format can be changed by setting the configuration option
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.

Expand Down

0 comments on commit d68f2be

Please sign in to comment.