2009/6/20 Nguyen Thai Ngoc Duy <pclouds@xxxxxxxxx> > > Hi, > > I use git to manage bdf font files. It it quite cryptic so textconv > for diff output makes it much easier to keep track of changes. The > only problem is that "git add -p" does not seems to use textconv, so I > have to run in parallel "git diff" and "git add -p", then add chunks > accordingly. Can somebody add textconv support to "git add -p" please? > I'm not so good at Perl to do the job. While at it it would be great if one could toggle between normal diff and --color-words in "git add -p". I tried to do it but the logic in "git add -p" is base on lines (and not chuncks) and git diff --color-lines changes them and my perl-fu is not so good either. Thanks in advance, Santi -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html