]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'mf/format-patch-commit-list-format' into next
authorJunio C Hamano <gitster@pobox.com>
Tue, 24 Mar 2026 21:24:07 +0000 (14:24 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 24 Mar 2026 21:24:07 +0000 (14:24 -0700)
commit0f5b6702ebc4d69c1b6e4f0d0efe21128fdff47f
tree3299071d7995ae45a27d23837e61da98c28b1f68
parente7b555cbc590cca584e8823fc2d97101e5505d3e
parent36c16a5b7fff7806b475b5fa07eca3a5179d7fa6
Merge branch 'mf/format-patch-commit-list-format' into next

Improve the recently introduced `git format-patch
--commit-list-format` (formerly `--cover-letter-format`) option,
including a new "modern" preset and better CLI ergonomics.

* mf/format-patch-commit-list-format:
  format-patch: --commit-list-format without prefix
  format-patch: add preset for --commit-list-format
  format-patch: wrap generate_commit_list_cover()
  format.commitListFormat: strip meaning from empty
  docs/pretty-formats: add %(count) and %(total)
  format-patch: rename --cover-letter-format option
  format-patch: refactor generate_commit_list_cover
  pretty.c: better die message %(count) and %(total)