72398f2 When a branch is rebased, ignore the commits present in the default branch

Authored and Committed by pingou 8 years ago
    When a branch is rebased, ignore the commits present in the default branch
    
    Until now, when a branch was rebased, we would publish a message for each
    message in that branch compared to the default branch, even if the commits
    had already been merged into that default branch.
    Now, we'll only publish messages about commits specific to that branch
    
        
file modified
+4 -1