]> source.dussan.org Git - gitea.git/commit
Add uploadpack.allowAnySHA1InWant to allow --filter=blob:none with older git clients...
author6543 <6543@obermui.de>
Wed, 20 Apr 2022 18:54:36 +0000 (20:54 +0200)
committerGitHub <noreply@github.com>
Wed, 20 Apr 2022 18:54:36 +0000 (20:54 +0200)
commita785c46ca8d046b06d442845eb7e02bb87c09b80
tree12d3137cd0011451caabe64e8c1f74851a2272c4
parent6bddfd3086e198daf103e3db7234a04432ed8e40
Add uploadpack.allowAnySHA1InWant to allow --filter=blob:none with older git clients (#19430) (#19438)

Older git clients need uploadpack.allowAnySHA1InWant if partial cloning is allowed.

Fix #19118

Signed-off-by: Andrew Thornton <art27@cantab.net>
Co-authored-by: zeripath <art27@cantab.net>
modules/git/git.go