eg. 'wrapper', 'category:python' or '"document database"'
This file looks large and may slow your browser down if we attempt to syntax highlight it, so we are showing it without any pretty colors. Highlight it anyway.
#!/bin/bash
set -e
git fetch origin
origin=origin/master
if [ $# -eq 1 ]; then
origin=$1
fi
origin=`git rev-parse $origin`
git update-ref refs/remotes/git-svn $origin
git svn fetch