]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'jt/apply-reverse-twice'
authorJunio C Hamano <gitster@pobox.com>
Mon, 2 Nov 2020 21:17:43 +0000 (13:17 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 2 Nov 2020 21:17:43 +0000 (13:17 -0800)
"git apply -R" did not handle patches that touch the same path
twice correctly, which has been corrected.  This is most relevant
in a patch that changes a path from a regular file to a symbolic
link (and vice versa).

* jt/apply-reverse-twice:
  apply: when -R, also reverse list of sections


Trivial merge