We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa9672e commit fc591d5Copy full SHA for fc591d5
docs/content/doc/advanced/config-cheat-sheet.en-us.md
@@ -408,7 +408,7 @@ NB: You must `REDIRECT_MACARON_LOG` and have `DISABLE_ROUTER_LOG` set to `false`
408
409
## Git (`git`)
410
411
-- `PATH`: "": The path of git executable. If empty, Gitea searches through the PATH environment.
+- `PATH`: **""**: The path of git executable. If empty, Gitea searches through the PATH environment.
412
- `MAX_GIT_DIFF_LINES`: **100**: Max number of lines allowed of a single file in diff view.
413
- `MAX_GIT_DIFF_LINE_CHARACTERS`: **5000**: Max character count per line highlighted in diff view.
414
- `MAX_GIT_DIFF_FILES`: **100**: Max number of files shown in diff view.
0 commit comments