ref: 3e8d256c825675adb4ec5ce5d829fb0bc18166aa
dir: /revert/
#!/bin/rc
rfork e
. /sys/lib/git/common.rc
gitup
flagfmt='c:query query' args='file ...'
eval `''{aux/getflags $*} || exec aux/usage
commit=/mnt/git/HEAD
if(~ $#query 1)
	commit=`{git/query -p $query}
for(f in `$nl{cd $commit/tree/ && walk -f ./$gitrel/$*}){
	mkdir -p `{basename -d $f}
	cp -- $commit/tree/$f $f
	git/add $f
}
exit ''