commit | c3607ac2e8cbff05730143da3a968476a09810f5 | [log] [tgz] |
---|---|---|
author | Vincent Driessen <vincent@datafox.nl> | 周五 2月 05 19:53:45 2010 +0100 |
committer | Vincent Driessen <vincent@datafox.nl> | 周五 2月 05 19:53:45 2010 +0100 |
tree | 23e3ff13b66f4f58c28fb67e0bafffca55f15cb2 | |
parent | 5474e46a7373368e048c397586b4403cc9562d71 [diff] [blame] |
Put all common functions into separate file gitflow-common. Renamed shFlags.sh -> gitflow-shFlags
diff --git a/Makefile b/Makefile index 11b0b9d..1da3fa1 100644 --- a/Makefile +++ b/Makefile
@@ -10,7 +10,8 @@ SCRIPT_FILES+=git-flow-release SCRIPT_FILES+=git-flow-support SCRIPT_FILES+=git-flow-version -SCRIPT_FILES+=shFlags.sh +SCRIPT_FILES+=gitflow-common +SCRIPT_FILES+=gitflow-shFlags all: @echo "usage: make install"