shithub: shithub

ref: 2e798f8d446018f0d0322618ad4d701f1695ea8e
dir: shithub/tar

View raw version
#!/bin/rc -e

. /sys/lib/shithub/common.rc

cd $1
shift

rfork ne
nl='
'

gituser=$1
repo=$2
refname=$3

repons $gituser $repo
if(! ref=`{resolveref $refname}){
	echo '<b>invalid ref '$refname'</b>'
	exit
}
bind /mnt/git/$ref/tree /mnt/$repo
cd /mnt
tar cz $repo