RE: [PATCH] diff: respect --no-ext-diff with typechange

2012-07-17 Thread Jakub Vrana
Yes, I was fixing the invalid (!pgm) condition, sorry for a non-precise description. Does it mean that my patch is accepted or is there something else I need to do? -- Jakub Vrana -Original Message- From: Jeff King [mailto:p...@peff.net] Sent: Monday, July 16, 2012 9:16 PM To: Jakub

[PATCH] diff: respect --no-ext-diff with typechange

2012-07-16 Thread Jakub Vrana
If external diff is specified through diff.external then it is used even if `git diff --no-ext-diff` is used when there is a typechange. Signed-off-by: Jakub Vrana ja...@vrana.cz --- diff.c |3 +++ 1 file changed, 3 insertions(+) diff --git a/diff.c b/diff.c index 208096f..898d610 100644