]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'jc/format-patch-force-in-body-from'
authorJunio C Hamano <gitster@pobox.com>
Fri, 9 Sep 2022 19:02:25 +0000 (12:02 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 9 Sep 2022 19:02:25 +0000 (12:02 -0700)
commit0e2a4764edea38c4aad95af246d6a7648a7d5e2d
tree01f278caec2b8d7d037abeb37f34968d484d5d97
parent428dce9f4d70b44b61c19c36f3dbe5b3f58aeba2
parentd5fc07df688ace8c5a32f66b358ebd55cdaf4d28
Merge branch 'jc/format-patch-force-in-body-from'

"git format-patch --from=<ident>" can be told to add an in-body
"From:" line even for commits that are authored by the given
<ident> with "--force-in-body-from"option.

* jc/format-patch-force-in-body-from:
  format-patch: learn format.forceInBodyFrom configuration variable
  format-patch: allow forcing the use of in-body From: header
  pretty: separate out the logic to decide the use of in-body from
builtin/log.c
revision.h