• 
      

    skip a deleted empty file during git diff parsing

    Review Request #363 — Created April 20, 2008 and submitted — Latest diff uploaded

    Information

    Review Board SVN (deprecated)
    trunk

    Reviewers

    So now the git parser will skip differences for:
    
     * new files with no content
     * file mode content with no content changes
     * deleted files with no content
    
    It would be good to see those, but it barfs when trying to apply the empty diffs.
     
    Git scmtool tests pass