DescriptionFix multi-rename empty branch detection.
This changes the 'empty' branch detection to compare the commit trees instead
of the commit hashes. This avoids empty-branch detection when you have multiple
renames on the branch that end up canceling eachother out. Previously you'd
end up with the rename-commits, in order, in your rebased branch, even though
when you run `git upstream-diff` you get nothing.
R=agable@chromium.org, jochen@chromium.org, vadimsh@chromium.org
BUG=438208
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=297849
Patch Set 1 #
Depends on Patchset: Messages
Total messages: 7 (2 generated)
|