4 lines
78 B
Plaintext
4 lines
78 B
Plaintext
|
#!/bin/sh
|
||
|
. git-sh-setup-script || die "Not a git archive"
|
||
|
git-send-pack "$@"
|