We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c06e05 commit b0a3ef7Copy full SHA for b0a3ef7
modules/git/git.go
@@ -170,7 +170,7 @@ var initOnce sync.Once
170
171
func initFixGitHome117rc() error {
172
// Gitea 1.17-rc uses "setting.RepoRootPath" for Git HOME, which is incorrect.
173
- // Do this check to make sure there is no legacy file in the RepoRootPath. This check might be able to be removed with 1.19 release.
+ // Do this check to make sure there is no legacy file in the RepoRootPath. This check might be able to be removed with 1.18 release.
174
175
// remove the auto generated git config file (it will be moved to new home)
176
gitConfigNewPath := filepath.Join(HomeDir(), ".gitconfig")
0 commit comments