commit | 278884b5738c2b23797ca25084412336908a1f3a | [log] [tgz] |
---|---|---|
author | Vincent Driessen <vincent@datafox.nl> | 周四 1月 28 16:29:34 2010 +0100 |
committer | Vincent Driessen <vincent@datafox.nl> | 周四 1月 28 16:29:34 2010 +0100 |
tree | b3fba9ad3afa081f1cdea3d4a54aafb6105f6a08 | |
parent | 92b125cfba9f51598e576284c43387da3b163fba [diff] [blame] |
Fix 'feature diff'
diff --git a/git-flow-feature b/git-flow-feature index 72e62b4..c336b57 100644 --- a/git-flow-feature +++ b/git-flow-feature
@@ -175,5 +175,5 @@ parse_args "$@" # TODO: if this feature has been based on a non-develop branch, we really # should not be comparing to $DEVELOP. How to deal with this? - git diff $DEVELOP..$BRANCH + git diff $DEVELOP_BRANCH..$BRANCH }