diff options
author | zeripath <art27@cantab.net> | 2020-01-22 23:46:46 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-22 23:46:46 +0000 |
commit | c8d7ae1ee33e31ed15632a26c74ba9a3ea115043 (patch) | |
tree | f26103ff819952d2875a48ce0b1fe99417ad2bbd /docs/content/doc/advanced/config-cheat-sheet.en-us.md | |
parent | 608cd58db670b061ca898930401458b30264a6c9 (diff) | |
download | gitea-c8d7ae1ee33e31ed15632a26c74ba9a3ea115043.tar.gz gitea-c8d7ae1ee33e31ed15632a26c74ba9a3ea115043.zip |
Make archive prefixing configurable with a global setting (#9943)
* Allow archive prefix setting
* Update copyright
* Update copyright
Diffstat (limited to 'docs/content/doc/advanced/config-cheat-sheet.en-us.md')
-rw-r--r-- | docs/content/doc/advanced/config-cheat-sheet.en-us.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/content/doc/advanced/config-cheat-sheet.en-us.md b/docs/content/doc/advanced/config-cheat-sheet.en-us.md index 1c03fce3d0..e7b87c5272 100644 --- a/docs/content/doc/advanced/config-cheat-sheet.en-us.md +++ b/docs/content/doc/advanced/config-cheat-sheet.en-us.md @@ -68,6 +68,7 @@ Values containing `#` or `;` must be quoted using `` ` `` or `"""`. - `DEFAULT_CLOSE_ISSUES_VIA_COMMITS_IN_ANY_BRANCH`: **false**: Close an issue if a commit on a non default branch marks it as closed. - `ENABLE_PUSH_CREATE_USER`: **false**: Allow users to push local repositories to Gitea and have them automatically created for a user. - `ENABLE_PUSH_CREATE_ORG`: **false**: Allow users to push local repositories to Gitea and have them automatically created for an org. +- `PREFIX_ARCHIVE_FILES`: **true**: Prefix archive files by placing them in a directory named after the repository. ### Repository - Pull Request (`repository.pull-request`) |