]> granicus.if.org Git - git/commit
Merge branch 'dl/apply-3way-diff3' into next
authorJunio C Hamano <gitster@pobox.com>
Thu, 24 Oct 2019 03:30:24 +0000 (12:30 +0900)
committerJunio C Hamano <gitster@pobox.com>
Thu, 24 Oct 2019 03:30:24 +0000 (12:30 +0900)
commit84e27d28b64e0ceab216e821f1e7aa4560c5ca0f
tree84adbeb2bd8643a81a8597bce5a8e6be819b4df1
parent06d60a7fb07c8658d4c3c335b03c02d3bc13868a
parent091489d068e0e812123f5114149bdb0e7d74c257
Merge branch 'dl/apply-3way-diff3' into next

"git apply --3way" learned to honor merge.conflictsStyle
configuration variable, like merges would.

* dl/apply-3way-diff3:
  apply: respect merge.conflictStyle in --3way
  t4108: demonstrate bug in apply
  t4108: use `test_config` instead of `git config`
  t4108: remove git command upstream of pipe
  t4108: replace create_file with test_write_lines
apply.c