Delta compression hooks

2017-05-04 Thread Soni L.
Can we get delta compression hooks? I'm working with voxel data as my source code (it's a long story...) and git doesn't handle changing lines of voxels very well. Example, I have something from position (0,0,0) to position (0,10,0) and I replace it with something else. Git doesn't handle this

Re: Delta compression hooks

2017-05-04 Thread Soni L.
On 2017-05-04 07:57 PM, Stefan Beller wrote: On Thu, May 4, 2017 at 3:48 PM, Soni L. wrote: Can we get delta compression hooks? I'm working with voxel data as my source code (it's a long story...) and git doesn't handle changing lines of voxels very well. Example, I have