-
-
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
Use shellquote to unpack arguments to gitea serv #12624
Use shellquote to unpack arguments to gitea serv #12624
Conversation
Fix go-gitea#12471 Signed-off-by: Andrew Thornton <art27@cantab.net>
6ccadbd
to
e5bc18f
Compare
Signed-off-by: Andrew Thornton <art27@cantab.net>
Damn I always forget to run golangci-lint as it makes my laptop jump to 100°C and puts the fans on max. I don't quite understand why... |
Codecov Report
@@ Coverage Diff @@
## master #12624 +/- ##
==========================================
+ Coverage 43.43% 43.45% +0.01%
==========================================
Files 645 645
Lines 71328 71328
==========================================
+ Hits 30983 30995 +12
+ Misses 35332 35324 -8
+ Partials 5013 5009 -4
Continue to review full report at Codecov.
|
go-gitea#12624 missed lowering the provided repoPath. (Additionally make a few fixes to the way the debug flag works.) Fix go-gitea#12659 Fix go-gitea#12667 Signed-off-by: Andrew Thornton <art27@cantab.net>
Fix #12471
Signed-off-by: Andrew Thornton art27@cantab.net