]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'jk/pretty-subject-cleanup'
authorJunio C Hamano <gitster@pobox.com>
Mon, 1 Apr 2024 20:21:33 +0000 (13:21 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 1 Apr 2024 20:21:34 +0000 (13:21 -0700)
Code clean-up in the "git log" machinery that implements custom log
message formatting.

* jk/pretty-subject-cleanup:
  format-patch: fix leak of empty header string
  format-patch: simplify after-subject MIME header handling
  format-patch: return an allocated string from log_write_email_headers()
  log: do not set up extra_headers for non-email formats
  pretty: drop print_email_subject flag
  pretty: split oneline and email subject printing
  shortlog: stop setting pp.print_email_subject

1  2 
builtin/log.c
builtin/rev-list.c
log-tree.c
pretty.c

diff --cc builtin/log.c
Simple merge
Simple merge
diff --cc log-tree.c
Simple merge
diff --cc pretty.c
Simple merge