diff options
author | Mura Li <typeless@users.noreply.github.com> | 2019-07-07 15:26:56 +0800 |
---|---|---|
committer | techknowlogick <techknowlogick@gitea.io> | 2019-07-07 03:26:56 -0400 |
commit | f88aa1d21572beafc5a22db0c9712751f47fc0ac (patch) | |
tree | abeb23e8a3b141e5156f7ec99222e968c8d5a73d /custom | |
parent | 8d9d6aa903baf3662fa31bceb489291564a873d1 (diff) | |
download | gitea-f88aa1d21572beafc5a22db0c9712751f47fc0ac.tar.gz gitea-f88aa1d21572beafc5a22db0c9712751f47fc0ac.zip |
Support git.PATH entry in app.ini (#6772)
Diffstat (limited to 'custom')
-rw-r--r-- | custom/conf/app.ini.sample | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/custom/conf/app.ini.sample b/custom/conf/app.ini.sample index 89c12c42bf..e44cc90a4b 100644 --- a/custom/conf/app.ini.sample +++ b/custom/conf/app.ini.sample @@ -670,6 +670,8 @@ SCHEDULE = @every 24h UPDATE_EXISTING = true [git] +; The path of git executable. If empty, Gitea searches through the PATH environment. +PATH = ; Disables highlight of added and removed changes DISABLE_DIFF_HIGHLIGHT = false ; Max number of lines allowed in a single file in diff view |