-
-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Closed
Labels
Description
Description
Ubuntu 22.04 lts
GIT_TRACE=1 git clone --filter=tree:0 ssh://gitea@gitea:38745/common/kernel.git
15:58:08.342028 git.c:455 trace: built-in: git clone --filter=tree:0 ssh://gitea@gitea:38745/common/kernel.git
Cloning into 'kernel'...
15:58:08.348827 run-command.c:668 trace: run_command: unset GIT_DIR; GIT_PROTOCOL=version=2 ssh -o SendEnv=GIT_PROTOCOL -p 38745 gitea@gitea.amarulasolutions.com 'git-upload-pack '''/common/kernel.git''''
warning: filtering not recognized by server, ignoring
Gitea processo during clone
CGroup: /system.slice/gitea.service
├─4093562 /opt/gitea/gitea web
├─4093737 /usr/bin/git -c protocol.version=2 -c uploadpack.allowfilter=true -c uploadpack.allowAnySHA1InWant=true -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filte>
├─4093738 /usr/bin/git -c protocol.version=2 -c uploadpack.allowfilter=true -c uploadpack.allowAnySHA1InWant=true -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filte>
├─4093739 /usr/bin/git -c protocol.version=2 -c uploadpack.allowfilter=true -c uploadpack.allowAnySHA1InWant=true -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filte>
└─4093740 /usr/bin/git -c protocol.version=2 -c uploadpack.allowfilter=true
Gitea Version
1.17.3
Can you reproduce the bug on the Gitea demo site?
No
Log Gist
No response
Screenshots
No response
Git Version
2.25.1, Wire Protocol Version 2 Enabled
Operating System
ubuntu 22.04 LTS
How are you running Gitea?
gitea is official run from systemd on kvm machine not docker
Database
PostgreSQL
Metadata
Metadata
Assignees
Labels
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity
zeripath commentedon Nov 13, 2022
Works for me on 1.18-rc0 and dev.
zeripath commentedon Nov 13, 2022
OK I've been able to replicate on 1.17.3 docker. This is odd.
Fix enabling partial clones on 1.17
zeripath commentedon Nov 13, 2022
Aha! I've discovered the issue. The backport was broken.
Fix enabling partial clones on 1.17 (#21809)