Add "git-push-script" to make a more regular interface
authorLinus Torvalds <torvalds@g5.osdl.org>
Fri, 8 Jul 2005 21:24:25 +0000 (14:24 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 8 Jul 2005 21:24:25 +0000 (14:24 -0700)
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.

No differences found