Re: [PATCH v3 2/3] config: Introduce diff.algorithm variable

2013-01-16 Thread Junio C Hamano
Junio C Hamano writes: > Will replace the one in 'pu' with this round. Looking good. > > Thanks. By the way, wouldn't we want some tests to protect this feature from future breakages? -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.ke

Re: [PATCH v3 2/3] config: Introduce diff.algorithm variable

2013-01-16 Thread Junio C Hamano
Will replace the one in 'pu' with this round. Looking good. Thanks. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH v3 2/3] config: Introduce diff.algorithm variable

2013-01-15 Thread Michal Privoznik
Some users or projects prefer different algorithms over others, e.g. patience over myers or similar. However, specifying appropriate argument every time diff is to be used is impractical. Moreover, creating an alias doesn't play nicely with other tools based on diff (git-show for instance). Hence,