File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ h,help show the help
1717q quiet
1818debug show plenty of debug output
1919n,dry-run do everything except actually send the updates
20- work-dir directory that contains the subsplit working directory
20+ work-dir= directory that contains the subsplit working directory
2121
2222 options for 'publish'
2323heads= only publish for listed heads instead of all heads
@@ -39,7 +39,7 @@ PATH=$PATH:$(git --exec-path)
3939
4040if [ " $( hash git-subtree & > /dev/null && echo OK) " = " " ]
4141then
42- die " Git subplit needs git subtree; install git subtree or upgrade git to >=1.7.11"
42+ die " Git subsplit needs git subtree; install git subtree or upgrade git to >=1.7.11"
4343fi
4444
4545ANNOTATE=
@@ -65,6 +65,7 @@ subsplit_main()
6565 -q) QUIET=1 ;;
6666 --debug) VERBOSE=1 ;;
6767 --heads) HEADS=" $1 " ; shift ;;
68+ --work-dir) WORK_DIR=" $1 " ; shift ;;
6869 --no-heads) NO_HEADS=1 ;;
6970 --tags) TAGS=" $1 " ; shift ;;
7071 --no-tags) NO_TAGS=1 ;;
You can’t perform that action at this time.
0 commit comments