From: Junio C Hamano Date: Mon, 15 Sep 2025 15:52:06 +0000 (-0700) Subject: Merge branch 'ps/upload-pack-oom-protection' X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a93ec6da429b2cf2d6a5ca83e981ba440c5238d8;p=thirdparty%2Fgit.git Merge branch 'ps/upload-pack-oom-protection' A broken or malicious "git fetch" can say that it has the same object for many many times, and the upload-pack serving it can exhaust memory storing them redundantly, which has been corrected. * ps/upload-pack-oom-protection: upload-pack: don't ACK non-commits repeatedly in protocol v2 t5530: modernize tests --- a93ec6da429b2cf2d6a5ca83e981ba440c5238d8