-
-
Notifications
You must be signed in to change notification settings - Fork 6k
Closed
Description
- Gitea version (or commit ref): 1.6.1
- Git version: 2.11.0
- Operating system: Debian 9.5 x64
- Database (use
[x]
):- PostgreSQL
- MySQL
- MSSQL
- SQLite
- Can you reproduce the bug at https://try.gitea.io:
- Yes (provide example URL)
- No
- Not relevant
- Log gist:
Description
I have modified the app.ini as follows, but no one can show in Git Configuration page.
[git]
GC_ARGS = "--prune=now"
[git]
GC_ARGS = --prune=now
I just google it and find out a same question solved by fix '[git] GC_ARGS' is not loaded for Gogs, it is exist the same question for Gitea?