1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-08-01 17:38:33 +00:00

Simplify mirror repository API logic (#30963)

Fix #30921

(cherry picked from commit 821d2fc2a3cc897f21d707455850177077b72410)
This commit is contained in:
wxiaoguang 2024-05-18 00:07:41 +08:00 committed by Gergely Nagy
parent 87def3837b
commit 50b4e7f26e
No known key found for this signature in database
3 changed files with 5 additions and 11 deletions

View file

@ -21160,7 +21160,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"
},