File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 16
16
# Set EXCLUSIONS for any repositories that you do not want to change
17
17
# --------------------------------------------------------------------------
18
18
FOLDER=data/git
19
- EXCLUSIONS=--skip test.git --skip group/test*
19
+ EXCLUSIONS=" --skip test.git --skip group/test*"
20
20
BRANCH=default
21
- java -cp gitblit.jar:" ext/*" com.gitblit.AddIndexedBranch --repositoriesFolder $FOLDER --branch $BRANCH $EXCLUSIONS
21
+ java -cp gitblit.jar:" ext/*" com.gitblit.AddIndexedBranch --repositoriesFolder " $FOLDER " --branch " $BRANCH " " $EXCLUSIONS "
Original file line number Diff line number Diff line change @@ -17,5 +17,5 @@ if [ -z $1 ] || [ -z $2 ]; then
17
17
exit 1;
18
18
fi
19
19
20
- java -cp " gitblit.jar:ext/*" com.gitblit.MigrateTickets $1 --baseFolder $2
20
+ java -cp " gitblit.jar:ext/*" com.gitblit.MigrateTickets " $1 " --baseFolder " $2 "
21
21
Original file line number Diff line number Diff line change @@ -20,5 +20,5 @@ if [ -z $1 ] ; then
20
20
exit 1;
21
21
fi
22
22
23
- java -cp " gitblit.jar:ext/*" com.gitblit.ReindexTickets --baseFolder $1
23
+ java -cp " gitblit.jar:ext/*" com.gitblit.ReindexTickets --baseFolder " $1 "
24
24
You can’t perform that action at this time.
0 commit comments