diff options
Diffstat (limited to 'internal/git/handler.go')
| -rw-r--r-- | internal/git/handler.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/git/handler.go b/internal/git/handler.go index 5a3b3e6..6f29483 100644 --- a/internal/git/handler.go +++ b/internal/git/handler.go @@ -18,6 +18,7 @@ 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), }, |