-
-
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
Enforce setting HEAD in wiki to master #13950
Enforce setting HEAD in wiki to master #13950
Conversation
The default branch in wikis must be master - therefore forcibly set the HEAD to master. Fix go-gitea#13846 Signed-off-by: Andrew Thornton <art27@cantab.net>
We can't have it follow the default branch name setting? |
I think this should be doable but not as backportable bugfix |
Codecov Report
@@ Coverage Diff @@
## master #13950 +/- ##
==========================================
- Coverage 42.25% 42.20% -0.05%
==========================================
Files 710 710
Lines 77226 77228 +2
==========================================
- Hits 32628 32592 -36
- Misses 39235 39260 +25
- Partials 5363 5376 +13
Continue to review full report at Codecov.
|
The default branch in wikis must be master - therefore forcibly set the HEAD to master. Fix go-gitea#13846 Signed-off-by: Andrew Thornton <art27@cantab.net> Co-authored-by: 6543 <6543@obermui.de>
backport: #13961 |
The default branch in wikis must be master - therefore forcibly set the HEAD
to master.
Fix #13846
Signed-off-by: Andrew Thornton art27@cantab.net