diff options
| author | Max Resnick <max@ofmax.li> | 2023-02-11 22:23:57 -0800 |
|---|---|---|
| committer | Max Resnick <max@ofmax.li> | 2023-02-11 22:23:57 -0800 |
| commit | 9e04be2ca3d8980ebc8ec791d005ba77382fb1fa (patch) | |
| tree | ee0c9345ad9df46786163e478f0ed68585625a80 /internal/git | |
| parent | 754159c40f64478f2656b4fdef2b66c31dfe1211 (diff) | |
| download | go-git-server-9e04be2ca3d8980ebc8ec791d005ba77382fb1fa.tar.gz | |
disable export all, fix path name
Diffstat (limited to 'internal/git')
| -rw-r--r-- | internal/git/handler.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/internal/git/handler.go b/internal/git/handler.go index 6f29483..e90ab5f 100644 --- a/internal/git/handler.go +++ b/internal/git/handler.go @@ -18,8 +18,6 @@ func GitHttpBackendHandler(reposDir, backendCommand string) http.Handler { Dir: ".", Env: []string{ projectDirEnv, - // TODO we don't want to export all - "GIT_HTTP_EXPORT_ALL=1", fmt.Sprintf("REMOTE_USER=%s", uid), }, } |