Commit baf66bef authored by Vincent Driessen's avatar Vincent Driessen

Merge branch 'release/0.4.1' into develop

parents f78b6604 4b5b9320
0.4.1: 0.4.1:
----- -----
Release date: *Not released yet* Release date: **2011/02/04**
* New option `-d` added to `git flow init`, to initialize with defaults without * New option `-d` added to `git flow init`, to initialize with defaults without
asking for input. Ideal for creating git-flow enabled repos in custom asking for input interactively. Ideal for creating git-flow enabled repos in
scripts. custom scripts.
* The parsing issues related to git-flow feature's flags are now dealt with on * The parsing issues related to git-flow feature's flags are now dealt with on
all known platforms. (Fixed #54, #62, #86, #97) all known platforms. (Fixed #54, #62, #86, #97)
......
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
# policies, either expressed or implied, of Vincent Driessen. # policies, either expressed or implied, of Vincent Driessen.
# #
GITFLOW_VERSION=0.4 GITFLOW_VERSION=0.4.1
usage() { usage() {
echo "usage: git flow version" echo "usage: git flow version"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment