File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ rebase.missingCommitsCheck::
38
38
rebase.instructionFormat::
39
39
A format string, as specified in linkgit:git-log[1], to be used for the
40
40
todo list during an interactive rebase. The format will
41
- automatically have the long commit hash prepended to the format.
41
+ automatically have the commit hash prepended to the format.
42
42
43
43
rebase.abbreviateCommands::
44
44
If set to true, `git rebase` will use abbreviated command names in the
Original file line number Diff line number Diff line change @@ -523,7 +523,7 @@ See also INCOMPATIBLE OPTIONS below.
523
523
+
524
524
The commit list format can be changed by setting the configuration option
525
525
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.
527
527
+
528
528
See also INCOMPATIBLE OPTIONS below.
529
529
You can’t perform that action at this time.
0 commit comments