summaryrefslogtreecommitdiff
path: root/internal/command/commandargs
diff options
context:
space:
mode:
Diffstat (limited to 'internal/command/commandargs')
-rw-r--r--internal/command/commandargs/shell.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/command/commandargs/shell.go b/internal/command/commandargs/shell.go
index 7e2b72e..1fe59fb 100644
--- a/internal/command/commandargs/shell.go
+++ b/internal/command/commandargs/shell.go
@@ -15,6 +15,8 @@ const (
ReceivePack CommandType = "git-receive-pack"
UploadPack CommandType = "git-upload-pack"
UploadArchive CommandType = "git-upload-archive"
+
+ GitProtocolEnv = "GIT_PROTOCOL"
)
var (