commit | cf5b2a5562767ac80ce1e9e103c5e460dd0dabce | [log] [tgz] |
---|---|---|
author | Vincent Driessen <vincent@datafox.nl> | 周一 5月 16 10:37:16 2011 +0200 |
committer | Vincent Driessen <vincent@datafox.nl> | 周一 5月 16 11:04:35 2011 +0200 |
tree | ecdaba8a799129379e093c9a8ab845891d51b8b1 | |
parent | c4b4b3c286c834d6c306b7fe54dc365b27635bb4 [diff] |
Implement git flow feature finish without a branch name to finish the current branch, if any. This fixes #127.
diff --git a/git-flow-feature b/git-flow-feature index ebbb035..2133330 100644 --- a/git-flow-feature +++ b/git-flow-feature
@@ -232,7 +232,7 @@ DEFINE_boolean rebase false "rebase instead of merge" r DEFINE_boolean keep false "keep branch after performing finish" k parse_args "$@" - expand_nameprefix_arg + expand_nameprefix_arg_or_current # sanity checks require_branch "$BRANCH"