]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'rs/apply-lift-path-length-limit'
authorJunio C Hamano <gitster@pobox.com>
Mon, 15 Apr 2024 21:11:42 +0000 (14:11 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 15 Apr 2024 21:11:42 +0000 (14:11 -0700)
"git apply" has been updated to lift the hardcoded pathname length
limit, which in turn allowed a mksnpath() function that is no
longer used.

* rs/apply-lift-path-length-limit:
  path: remove mksnpath()
  apply: avoid fixed-size buffer in create_one_file()

1  2 
apply.c
path.c
path.h

diff --cc apply.c
Simple merge
diff --cc path.c
Simple merge
diff --cc path.h
Simple merge