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
17
17
q quiet
18
18
debug show plenty of debug output
19
19
n,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
21
21
22
22
options for 'publish'
23
23
heads= only publish for listed heads instead of all heads
@@ -39,7 +39,7 @@ PATH=$PATH:$(git --exec-path)
39
39
40
40
if [ " $( hash git-subtree & > /dev/null && echo OK) " = " " ]
41
41
then
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"
43
43
fi
44
44
45
45
ANNOTATE=
@@ -65,6 +65,7 @@ subsplit_main()
65
65
-q) QUIET=1 ;;
66
66
--debug) VERBOSE=1 ;;
67
67
--heads) HEADS=" $1 " ; shift ;;
68
+ --work-dir) WORK_DIR=" $1 " ; shift ;;
68
69
--no-heads) NO_HEADS=1 ;;
69
70
--tags) TAGS=" $1 " ; shift ;;
70
71
--no-tags) NO_TAGS=1 ;;
You can’t perform that action at this time.
0 commit comments