-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove the local clones #6505
Remove the local clones #6505
Conversation
68fdbd0
to
fbaee15
Compare
Codecov Report
@@ Coverage Diff @@
## master #6505 +/- ##
==========================================
- Coverage 40.54% 40.53% -0.01%
==========================================
Files 406 410 +4
Lines 54501 54504 +3
==========================================
- Hits 22095 22091 -4
+ Misses 29370 29369 -1
- Partials 3036 3044 +8
Continue to review full report at Codecov.
|
|
I've now enabled |
Will fix #6544 |
This severely conflicts with #6314 in ways that will require more thought. It also likely severely conflicts with @filipnavara 's #6478 . I'm therefore going to close this. |
I think it deserves to be revisited but at the moment I already spent hours to resolve conflicts on my PR so I'm too tired to look into doing it here too. |
Aha! the issue is that #6314 can't cope with the hooks being run! |
In several places Gitea still makes full local clones instead of using a shared repository.
This PR aims to remove these - using bare copies where it can.