James Moger
2015-12-03 0aecfc10a08474a8ae19c2a46ea9ed77d75b2f6e
src/main/distrib/linux/add-indexed-branch.sh
@@ -18,4 +18,4 @@
FOLDER=data/git
EXCLUSIONS=--skip test.git --skip group/test*
BRANCH=default
java -cp gitblit.jar;"%CD%\ext\*" com.gitblit.AddIndexedBranch --repositoriesFolder $FOLDER% --branch $BRANCH $EXCLUSIONS
java -cp gitblit.jar:"ext/*" com.gitblit.AddIndexedBranch --repositoriesFolder $FOLDER --branch $BRANCH $EXCLUSIONS