]> source.dussan.org Git - gitea.git/commit
Fix partial cloning a repo (#18373)
authorGusted <williamzijl7@hotmail.com>
Sun, 23 Jan 2022 21:19:32 +0000 (21:19 +0000)
committerGitHub <noreply@github.com>
Sun, 23 Jan 2022 21:19:32 +0000 (22:19 +0100)
commitc2e13fb763ec4764f8ebbeb25b190b48ac7b99ad
tree29572d3dcc4666afe7056847578176370897fb61
parent5e5740af69cb0f44ff0c1576a2387388d75bb4c2
Fix partial cloning a repo (#18373)

- Pass the Global command args into serviceRPC.
- Fixes error with partial cloning.
- Add partial clone test
- Include diff

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
integrations/git_helper_for_declarative_test.go
integrations/git_test.go
modules/git/diff.go
modules/git/repo.go
routers/web/repo/http.go
services/gitdiff/gitdiff.go