mirror of
https://github.com/git/git.git
synced 2024-10-31 22:37:54 +01:00
4 lines
78 B
Text
4 lines
78 B
Text
|
#!/bin/sh
|
||
|
. git-sh-setup-script || die "Not a git archive"
|
||
|
git-send-pack "$@"
|