Support git.PATH entry in app.ini (#6772)
This commit is contained in:
parent
8d9d6aa903
commit
f88aa1d215
4 changed files with 18 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue