Skip to content

Commit

Permalink
Fix 'feature diff'
Browse files Browse the repository at this point in the history
  • Loading branch information
nvie committed Jan 28, 2010
1 parent 92b125c commit 278884b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-flow-feature
Original file line number Diff line number Diff line change
Expand Up @@ -175,5 +175,5 @@ cmd_diff() {
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
}

0 comments on commit 278884b

Please sign in to comment.