]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'rs/apply-reject-long-name'
authorJunio C Hamano <gitster@pobox.com>
Tue, 23 Apr 2024 18:52:41 +0000 (11:52 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 23 Apr 2024 18:52:42 +0000 (11:52 -0700)
The filename used for rejected hunks "git apply --reject" creates
was limited to PATH_MAX, which has been lifted.

* rs/apply-reject-long-name:
  apply: avoid using fixed-size buffer in write_out_one_reject()


Trivial merge