Merge branch 'dl/format-patch-notes-config-fixup'
authorJunio C Hamano <gitster@pobox.com>
Wed, 25 Dec 2019 19:21:58 +0000 (11:21 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 25 Dec 2019 19:21:58 +0000 (11:21 -0800)
commit17066bea38d14a9f9a7a174f40cd9dc1fd720210
tree66c932b0150f221909cd2dac863511fb3579217d
parent135365dd991f9520406012e30ab27a8d22951df8
parente0f9095aaa56f5c731faced2e61ca48df5caedfb
Merge branch 'dl/format-patch-notes-config-fixup'

"git format-patch" can take a set of configured format.notes values
to specify which notes refs to use in the log message part of the
output.  The behaviour of this was not consistent with multiple
--notes command line options, which has been corrected.

* dl/format-patch-notes-config-fixup:
  notes.h: fix typos in comment
  notes: break set_display_notes() into smaller functions
  config/format.txt: clarify behavior of multiple format.notes
  format-patch: move git_config() before repo_init_revisions()
  format-patch: use --notes behavior for format.notes
  notes: extract logic into set_display_notes()
  notes: create init_display_notes() helper
  notes: rename to load_display_notes()
Documentation/config/format.txt
builtin/log.c
notes.c
notes.h
revision.c
revision.h
t/t4014-format-patch.sh