1
0
forked from gitea/gitea
wxiaoguang 5e5ff77ed7
Use git.HOME_PATH for Git HOME directory () ()
Before, in , the old home directory is not correct.
This PR introduces a new config option for git home: git.HOME_PATH,
which is default to %(APP_DATA_PATH)/home

And pass env GNUPGHOME to git command, force Gitea to use a stable GNUPGHOME directory
2022-07-08 21:44:36 +08:00
..