summaryrefslogtreecommitdiff
path: root/git-push-script
diff options
context:
space:
mode:
Diffstat (limited to 'git-push-script')
-rwxr-xr-xgit-push-script3
1 files changed, 3 insertions, 0 deletions
diff --git a/git-push-script b/git-push-script
new file mode 100755
index 0000000000..80e922bb5d
--- /dev/null
+++ b/git-push-script
@@ -0,0 +1,3 @@
+#!/bin/sh
+. git-sh-setup-script || die "Not a git archive"
+git-send-pack "$@"