shithub: shithub

ref: e98527f9722c23dfceafe4560f5c51bd4f2a01f9
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 $gitfs/$ref/tree /mnt/$repo
cd /mnt
tar c $repo | gzip -n