1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

Simplify mirror repository API logic (#30963)

Fix #30921
This commit is contained in:
wxiaoguang
2024-05-18 00:07:41 +08:00
committed by GitHub
parent 68d5c18953
commit 821d2fc2a3
3 changed files with 5 additions and 11 deletions

View File

@@ -20753,7 +20753,7 @@
"x-go-name": "Description"
},
"enable_prune": {
"description": "enable prune - remove obsolete remote-tracking references",
"description": "enable prune - remove obsolete remote-tracking references when mirroring",
"type": "boolean",
"x-go-name": "EnablePrune"
},