-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Updates vendor/code.gitea.io/git #6286
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
Updates vendor/code.gitea.io/git #6286
Conversation
@lunny Pending your review on how we should handle getting my changes to the git repo when you have changes in there for v1.9. |
@techknowlogick @lunny I also see the build fails due to there needing to be a change to a call to what lunny did for the cache in the gitea code. |
Given the caching code seems to be able to cope with nil for the cache it's probably quickest to just change the broken bits in Gitea to pass in nil |
I think this has been replaced by #6224 |
Actually Rich if you update this so that you use the latest git master you can fix #6292. |
Codecov Report
@@ Coverage Diff @@
## master #6286 +/- ##
=======================================
Coverage 38.83% 38.83%
=======================================
Files 359 359
Lines 51100 51100
=======================================
Hits 19844 19844
Misses 28384 28384
Partials 2872 2872 Continue to review full report at Codecov.
|
Updates the dep for code.gitea.io/git