0
0
mirror of https://github.com/go-gitea/gitea.git synced 2026-03-14 20:55:36 +01:00
zeripath 0db6add5c0
Set uploadpack.allowFilter etc on gitea serv to enable partial clones with ssh (#20902) (#21058)
Backport #20902

When setting.Git.DisablePartialClone is set to false then the web server will add filter support to web http. It does this by using`-c` command arguments but this will not work on gitea serv as the upload-pack and receive-pack commands do not support this.

Instead we move these options into the .gitconfig instead.

Fix #20400

Signed-off-by: Andrew Thornton <art27@cantab.net>

Signed-off-by: Andrew Thornton <art27@cantab.net>
2022-09-04 12:17:27 -04:00
..
2022-05-06 10:12:30 +01:00
2022-06-12 20:08:23 +08:00
2022-08-17 11:33:26 -04:00
2022-03-30 16:42:47 +08:00