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.
4 lines
78 B
Bash
Executable File
4 lines
78 B
Bash
Executable File
#!/bin/sh
|
|
. git-sh-setup-script || die "Not a git archive"
|
|
git-send-pack "$@"
|