Closed (fixed)
Project:
Hacked!
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
27 Feb 2010 at 22:20 UTC
Updated:
31 Mar 2011 at 12:51 UTC
Jump to comment: Most recent file
Comments
Comment #1
steven jones commentedThis would be nice to have, but the thing is, for speed files are initially compared using sha1, and then only diff'd using the diff module if you ask for it.
I guess I could do a line level diff iff the files were different by the sha1 hash. Hmm...
Comment #2
steven jones commentedMoving to version 2.x
Comment #3
steven jones commentedHere's a quick patch against the 5.x version that will trim lines on the diff viewing at least.
Comment #4
steven jones commentedShould make this happen.
Comment #5
steven jones commentedCode for this is in the 2.x branch now, just need to add a UI for it.
Comment #6
steven jones commentedComment #7
steven jones commentedFixed in git. Yey!