diff options
author | Zhukov Roman <zhukovra@users.noreply.github.com> | 2020-09-29 18:12:17 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-29 23:12:17 +0800 |
commit | be86d67e810743d711b48066a71ee57ce953d65f (patch) | |
tree | 3239c029cde332bc36cf29cebaf891dd55697040 /CHANGELOG.md | |
parent | 23823e9698299a8046417152a385edfe4e48cd27 (diff) |
Add git diff timeout in app config (#6348)
Co-authored-by: ᴜɴᴋɴᴡᴏɴ <u@gogs.io>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index d1b61a95..d879fb1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ All notable changes to Gogs are documented in this file. ### Added - An unlisted option is added when create or migrate a repository. Unlisted repositories are public but not being listed for users without direct access in the UI. [#5733](https://github.com/gogs/gogs/issues/5733) +- Add new configuration option `[git.timeout] DIFF` for customizing operation timeout of `git diff`. [#6315](https://github.com/gogs/gogs/issues/6315) ### Changed |