]> git.ipfire.org Git - thirdparty/git.git/commit - t/t1507-rev-parse-upstream.sh
Merge branch 'jc/apply-parse-diff-git-header-names-fix'
authorJunio C Hamano <gitster@pobox.com>
Tue, 9 Apr 2024 21:31:43 +0000 (14:31 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 9 Apr 2024 21:31:43 +0000 (14:31 -0700)
commit8289a36f8725d33f5bdff2a5aeaa0b0369ad8ff8
treedbbd3962329f6d3a31e6064019e3819051cba5cc
parent19981daefd7c147444462739375462b49412ce33
parent776ffd1a303afa8cf581d62e9d0478d112fecdd2
Merge branch 'jc/apply-parse-diff-git-header-names-fix'

"git apply" failed to extract the filename the patch applied to,
when the change was about an empty file created in or deleted from
a directory whose name ends with a SP, which has been corrected.

* jc/apply-parse-diff-git-header-names-fix:
  t4126: fix "funny directory name" test on Windows (again)
  t4126: make sure a directory with SP at the end is usable
  apply: parse names out of "diff --git" more carefully
apply.c