aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/config
diff options
context:
space:
mode:
authorMaarten van der Schrieck <maarten@thingsconnected.nl>2024-01-03 18:14:23 +0000
committerJunio C Hamano <gitster@pobox.com>2024-01-03 11:21:15 -0800
commit9cd30af991f8fe60f87fa92836e02cb3bf88864b (patch)
tree3f97f507d83e9a245e7667cb920efac33129e56b /Documentation/config
parent0d1bd1dfb37ef25e1911777c94129fc769ffec38 (diff)
downloadgit-9cd30af991f8fe60f87fa92836e02cb3bf88864b.tar.gz
Documentation: fix statement about rebase.instructionFormat
Since commit 62db5247 (rebase -i: generate the script via rebase--helper, 2017-07-14), the short hash is given in rebase-todo. Specifying rebase.instructionFormat does not alter this behavior, contrary to what the documentation implies. Signed-off-by: Maarten van der Schrieck <maarten@thingsconnected.nl> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/config')
-rw-r--r--Documentation/config/rebase.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/config/rebase.txt b/Documentation/config/rebase.txt
index f19bd0e040..2f48bef4bf 100644
--- a/Documentation/config/rebase.txt
+++ b/Documentation/config/rebase.txt
@@ -38,7 +38,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