mirror of
https://github.com/git-for-windows/git.git
synced 2026-05-31 12:28:51 -05:00
When rebasingc8b6c1db91(mingw: support long paths, 2015-07-28) on top of391bceae43(compat/mingw: support POSIX semantics for atomic renames, 2024-10-27) a newly introduced MAX_PATH buffer was not increased to MAX_LONG_PATH. This fixes https://github.com/git-for-windows/git/issues/5476 Signed-off-by: Kim Gybels <kgybels@kodkod.be>