Sean <seanlkml@xxxxxxxxxxxx> writes: > Remove the need to pipe git diff through git apply to > get the extended headers summary. > > Signed-off-by: Sean Estabrooks <seanlkml@xxxxxxxxxxxx> Hmph... The next branch with this and other patches applied seems to misbehave. It makes glibc unhappy with PAGER= ./git whatchanged -B -C --stat --summary --no-merges --diff-filter=RC and "*** glibc detected *** malloc(): memory corruption: xxx ***" but not with this: PAGER= ./git whatchanged -B -C --no-merges --diff-filter=RC nor with this: PAGER= ./git whatchanged -B -C --summary --no-merges --diff-filter=RC works just fine, so this is _not_ your fault, and I know who to harrass ;-). - : 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