shithub: git9

ref: 9a457b55a9f0a01c275cb0a85ca96e90b61bf862
dir: /common.rc/

View raw version
nl='
'

fn die{
	>[1=2] echo $0: $*
	exit $"*
}

fn usage{
	>[1=2] echo -n 'usage:' $usage
	exit 'usage'
}

fn gitup{
	gitroot=`{git/conf -r >[2]/dev/null}
	gitrel=`{pwd | sed 's@^'$gitroot'/*@@'}
	if(~ $#gitroot 0)
		die 'not a git repository'
	if(~ $#gitrel 0)
		gitrel='.'
	cd $gitroot
	if(! test -e /mnt/git/ctl || ! grep -s '^repo '$gitroot'$' /mnt/git/ctl)
		git/fs
	if not
		status=''
}