git: Add scripts to enable a base path for git over ssh.
authorMatthijs Kooijman <matthijs@stdin.nl>
Mon, 30 Mar 2009 07:15:36 +0000 (09:15 +0200)
committerMatthijs Kooijman <matthijs@stdin.nl>
Mon, 30 Mar 2009 07:15:36 +0000 (09:15 +0200)
commitac18da62cddd42ae3e1f7c800f0c70547ae663aa
tree49b46e3767e83fdf88a10be88f267b635d4b0142
parent101c70d3c1375d6a434f87465bdba6722ad764ed
git: Add scripts to enable a base path for git over ssh.

These files provide wrappers aroudn git-{receive,upload}-pack that
prepend the base path '/data/vcs/git/' to each non-option argument. This
enables git urls over ssh to leave out this base path.
usr/local/bin/git-prepend-base [new file with mode: 0755]
usr/local/bin/git-receive-pack [new symlink]
usr/local/bin/git-upload-pack [new symlink]