Comment 1 by Stewart, Mar 23, 2011
Attached files.
- EmailError.txt - 10.43 kB - view
- Diff.txt - 18.78 kB - view
Comment 2 by Patrick Georgi, Mar 23, 2011
binary-diff-fix.diff should fix it. The issue is that binary files (or files considered as such by the SCM) are listed in a file list (at least for git) but don't appear in the diff (for obvious reasons). This change makes the diff view use the list of files present in the diff, instead of the more complete list of changed files
- binary-diff-fix.diff - 963 bytes - view
Status:
Started
Summary: commit view doesn't handle commits with changes to binary files
Owner: pgeorgi
Summary: commit view doesn't handle commits with changes to binary files
Owner: pgeorgi
Comment 4 by Thomas Keller, Mar 25, 2011
@Patrick: Your proposed fix is not good. It effectivly skips the information that a binary file was changed at all in a certain commit and we certainly want to keep this information. What we actually want is skipping the link down to the diff section for a binary diff (because there simply is none). I did this in revision f131083.
Status:
Fixed
Owner: tommyd
Owner: tommyd
Sign in to reply to this comment.
Reported by Stewart, Mar 23, 2011