shithub: shithub

ref: d2917cc98cfbda35f505c06d1712e11638ef4663
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