diff options
Diffstat (limited to 'git-push-script')
-rwxr-xr-x | git-push-script | 3 |
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 "$@" |