[BUG] Possible issue with word-diff option

2014-10-23 Thread Éric Alber
Hi, I'm currently developing a local web based GUI for git in the same fashion as mercurial's 'hg serve': git-webui (https://github.com/alberthier/git-webui) I tried to add word-diff highlighting in my diff visualization panels. I used the '--word-diff=porcelain' option of 'git show' and 'git diff

Re: [BUG] Possible issue with word-diff option

2014-10-23 Thread Éric Alber
I forgot to mention the version : I tested with Ubuntu's git 1.9.1 and a 2.1.0 version I built myself 2014-10-23 20:54 GMT+02:00 Éric Alber : > Hi, > > I'm currently developing a local web based GUI for git in the same > fashion as mercurial's 'hg serve&#