Commit 59e6aefa authored by Vincent Driessen's avatar Vincent Driessen

Update usage docs and changelog.

parent cf5b2a55
...@@ -2,6 +2,9 @@ ...@@ -2,6 +2,9 @@
----- -----
Release date: **not yet** Release date: **not yet**
* `git flow feature finish` can now be called without a feature branch
name(prefix) argument and will finish the current branch, if on any.
* Various minor bug fixes related to internal argument passing * Various minor bug fixes related to internal argument passing
0.4.1: 0.4.1:
......
...@@ -44,7 +44,7 @@ PREFIX=$(git config --get gitflow.prefix.feature) ...@@ -44,7 +44,7 @@ PREFIX=$(git config --get gitflow.prefix.feature)
usage() { usage() {
echo "usage: git flow feature [list] [-v]" echo "usage: git flow feature [list] [-v]"
echo " git flow feature start [-F] <name> [<base>]" echo " git flow feature start [-F] <name> [<base>]"
echo " git flow feature finish [-rFk] <name|nameprefix>" echo " git flow feature finish [-rFk] [<name|nameprefix>]"
echo " git flow feature publish <name>" echo " git flow feature publish <name>"
echo " git flow feature track <name>" echo " git flow feature track <name>"
echo " git flow feature diff [<name|nameprefix>]" echo " git flow feature diff [<name|nameprefix>]"
......
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