]> git.ipfire.org Git - thirdparty/git.git/blame - git-push-script
Add "git-push-script" to make a more regular interface
[thirdparty/git.git] / git-push-script
CommitLineData
51cb06c3
LT
1#!/bin/sh
2. git-sh-setup-script || die "Not a git archive"
3git-send-pack "$@"