1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

Support git.PATH entry in app.ini (#6772)

This commit is contained in:
Mura Li
2019-07-07 15:26:56 +08:00
committed by techknowlogick
parent 8d9d6aa903
commit f88aa1d215
4 changed files with 18 additions and 4 deletions

View File

@@ -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