Re: improved diff tool

2018-08-31 Thread Ævar Arnfjörð Bjarmason
On Thu, Aug 30 2018, Piers Titus van der Torren wrote: > Is there interest to incorporate this algorithm in the main git > codebase? And if so, any hints on how to proceed? This looks very nice, it would be great to have it in git. I think it's more useful to focus on getting it into the git C

Re: improved diff tool

2018-08-31 Thread Christian Couder
On Thu, Aug 30, 2018 at 7:22 PM, Stefan Beller wrote: > > AFAICT this is more than just a coloring scheme as it both produces > a different low level diff, which would need code in the xdiff parts > as well as colors, that is in diff.c. About the low level diff, Michael Haggerty's tools for

Re: improved diff tool

2018-08-30 Thread Stefan Beller
On Thu, Aug 30, 2018 at 4:33 AM Johannes Schindelin wrote: > > Hi Piers, > > On Thu, 30 Aug 2018, Piers Titus van der Torren wrote: > > > I've created a diff algorithm that focuses on creating readable diffs, > > see https://github.com/pierstitus/klondiff > > Looks intriguing. Yes it does. The

Re: improved diff tool

2018-08-30 Thread Johannes Schindelin
Hi Piers, On Thu, 30 Aug 2018, Piers Titus van der Torren wrote: > I've created a diff algorithm that focuses on creating readable diffs, > see https://github.com/pierstitus/klondiff Looks intriguing. > The git integration as an external diff command works quite well, > though it would be nice

improved diff tool

2018-08-29 Thread Piers Titus van der Torren
Dear git people, I've created a diff algorithm that focuses on creating readable diffs, see https://github.com/pierstitus/klondiff The git integration as an external diff command works quite well, though it would be nice to integrate it deeper in git, and also in git-gui and gitk. Any way to use