You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/doc/advanced/config-cheat-sheet.en-us.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -948,6 +948,8 @@ Default templates for project boards:
948
948
## Git (`git`)
949
949
950
950
-`PATH`: **""**: The path of Git executable. If empty, Gitea searches through the PATH environment.
951
+
-`HOME_PATH`: **%(APP_DATA_PATH)/home**: The HOME directory for Git.
952
+
This directory will be used to contain the `.gitconfig` and possible `.gnupg` directories that Gitea's git calls will use. If you can confirm Gitea is the only application running in this environment, you can set it to the normal home directory for Gitea user.
951
953
-`DISABLE_DIFF_HIGHLIGHT`: **false**: Disables highlight of added and removed changes.
952
954
-`MAX_GIT_DIFF_LINES`: **1000**: Max number of lines allowed of a single file in diff view.
953
955
-`MAX_GIT_DIFF_LINE_CHARACTERS`: **5000**: Max character count per line highlighted in diff view.
0 commit comments