From: Junio C Hamano Date: Sat, 28 May 2005 04:05:38 +0000 (-0700) Subject: [PATCH] Adjust diff-helper to diff-tree -v -z changes. X-Git-Tag: v0.99~424 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/2bc2564145835996734d6ed5d1880f85b17233d6?hp=2bc2564145835996734d6ed5d1880f85b17233d6 [PATCH] Adjust diff-helper to diff-tree -v -z changes. The latest change to diff-tree -z output adds an extra line termination after non diff-raw material (the header and the commit message). To compensate for this change, stop adding the output termination of our own. "diff-tree -v -z" piped to "diff-helper -z" would give different result from "diff-tree -v" piped to "diff-helper" without this change. Signed-off-by: Junio C Hamano Signed-off-by: Linus Torvalds ---