]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'js/add-i-a-bit-more-tests'
authorJunio C Hamano <gitster@pobox.com>
Mon, 16 Dec 2019 21:08:47 +0000 (13:08 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 16 Dec 2019 21:08:47 +0000 (13:08 -0800)
commit011fc2e88e9ab13760c571330737ffaf0986e4ef
treed3a9036fdd1c30284ca1bd6829dfdeef9201b093
parentd1c0fe8d9b16bf8b6b1cc0e83fac6670e3f64f0f
parentb4bbbbd5a247e0e75d079bca591b657ec9084a46
Merge branch 'js/add-i-a-bit-more-tests'

Test coverage update in preparation for further work on "git add -i".

* js/add-i-a-bit-more-tests:
  apply --allow-overlap: fix a corner case
  git add -p: use non-zero exit code when the diff generation failed
  t3701: verify that the diff.algorithm config setting is handled
  t3701: verify the shown messages when nothing can be added
  t3701: add a test for the different `add -p` prompts
  t3701: avoid depending on the TTY prerequisite
  t3701: add a test for advanced split-hunk editing
apply.c