diff options
author | Junio C Hamano <gitster@pobox.com> | 2016-10-31 13:15:24 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-10-31 13:15:24 -0700 |
commit | 702b6a6fc0ed8cebdb1c60856fa24b9e947fa0e0 (patch) | |
tree | 23c2050309220d948c271f3189510d670486b5fe /Documentation/config.txt | |
parent | 3d0ff881d0818c5bb93da99f74c3c343e07d18af (diff) | |
parent | 6d834ac8f182fb8bb67e7e2bc39605b0efaf8549 (diff) | |
download | git-702b6a6fc0ed8cebdb1c60856fa24b9e947fa0e0.tar.gz git-702b6a6fc0ed8cebdb1c60856fa24b9e947fa0e0.tar.xz |
Merge branch 'jk/rebase-config-insn-fmt-docfix'
Documentation fix.
* jk/rebase-config-insn-fmt-docfix:
doc: fix missing "::" in config list
Diffstat (limited to 'Documentation/config.txt')
-rw-r--r-- | Documentation/config.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt index 27069ac03..a0ab66aae 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -2450,7 +2450,7 @@ rebase.missingCommitsCheck:: command in the todo-list. Defaults to "ignore". -rebase.instructionFormat +rebase.instructionFormat:: A format string, as specified in linkgit:git-log[1], to be used for the instruction list during an interactive rebase. The format will automatically have the long commit hash prepended to the format. |