diff options
Diffstat (limited to '')
| -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), }, } |