diff options
| author | Junio C Hamano <gitster@pobox.com> | 2026-04-03 13:01:08 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2026-04-03 13:01:08 -0700 |
| commit | cd79c76a51f776bf46a849db04ce2cc45c5c5d6d (patch) | |
| tree | 517de253842e2504ad8d7a77d6069f1fb38ef3e1 /Documentation/config/format.adoc | |
| parent | aafabe2fc461112daac8c184dd175c6bc9710244 (diff) | |
| parent | 0284046ad01e22b5e794a864a96925791f75353c (diff) | |
| download | git-cd79c76a51f776bf46a849db04ce2cc45c5c5d6d.tar.xz | |
Merge branch 'mf/format-patch-commit-list-format-doc'
Doc updates.
* mf/format-patch-commit-list-format-doc:
format-patch: removing unconditional wrapping
docs: fix --commit-list-format related entries
Diffstat (limited to 'Documentation/config/format.adoc')
| -rw-r--r-- | Documentation/config/format.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/config/format.adoc b/Documentation/config/format.adoc index ef1ed1d250..dbd186290b 100644 --- a/Documentation/config/format.adoc +++ b/Documentation/config/format.adoc @@ -103,7 +103,7 @@ format.coverLetter:: format.commitListFormat:: When the `--cover-letter-format` option is not given, `format-patch` - uses the value of this variable to decide how to format the title of + uses the value of this variable to decide how to format the entry of each commit. Defaults to `shortlog`. format.outputDirectory:: |
