]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'dl/apply-3way-diff3'
authorJunio C Hamano <gitster@pobox.com>
Sun, 10 Nov 2019 09:02:15 +0000 (18:02 +0900)
committerJunio C Hamano <gitster@pobox.com>
Sun, 10 Nov 2019 09:02:15 +0000 (18:02 +0900)
commiteff313f8a7ff64cb3097d185c55f5ce7271f4ee9
treea33a22e1d92e607654fb64fb3ab04ffd1786b4cd
parentdb806d7064ee132c2dbb3d36d26da9adb5066260
parent091489d068e0e812123f5114149bdb0e7d74c257
Merge branch 'dl/apply-3way-diff3'

"git apply --3way" learned to honor merge.conflictStyle
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