]> git.ipfire.org Git - thirdparty/git.git/commit - t/lib-credential.sh
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)
commita031815a7df317a4387151b1f4af1c85834458b1
tree7e0e65062058b6094a2f759293f2adfcac7ace87
parentccdc7d98bb39aad1dc1bc78357a763d10fe14ddb
parent1c10b8e5b0819598b42c042754c7c860a8637ce3
Merge branch 'jk/pretty-subject-cleanup'

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
builtin/log.c
builtin/rev-list.c
log-tree.c
pretty.c