diff options
author | Jeff King <peff@peff.net> | 2019-06-18 23:37:28 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-06-19 07:12:49 -0700 |
commit | 29c83fc23f140c6d06e13916f40e6830616cfa29 (patch) | |
tree | 555fac47bdc47479a031e5ebc79710e80b0e695b /t/t3506-cherry-pick-ff.sh | |
parent | Git 2.20.1 (diff) | |
download | tgif-29c83fc23f140c6d06e13916f40e6830616cfa29.tar.xz |
interpret-trailers: load default config
The interpret-trailers program does not do the usual loading of config
via git_default_config(), and thus does not respect many of the usual
options. In particular, we will not load core.commentChar, even though
the underlying trailer code uses its value.
This can be seen in the accompanying test, where setting
core.commentChar to anything besides "#" results in a failure to treat
the comments correctly.
Reported-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t3506-cherry-pick-ff.sh')
0 files changed, 0 insertions, 0 deletions