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

Diff Revision 2

This is not the most recent revision of the diff. The latest diff is revision 3. See what's changed.

orig
1
2
3
trunk/reviewboard/scmtools/git.py
Loading...