mirror of
https://github.com/git/git.git
synced 2024-10-31 22:37:54 +01:00
51cb06c36d
It only does local and ssh pushes, because it's really just a wrapper for git-send-pack. We might make it do an rsync mirror or something, of course.
3 lines
78 B
Bash
Executable file
3 lines
78 B
Bash
Executable file
#!/bin/sh
|
|
. git-sh-setup-script || die "Not a git archive"
|
|
git-send-pack "$@"
|