From: Junio C Hamano Date: Thu, 29 Jun 2006 05:49:42 +0000 (-0700) Subject: diff.c: fix get_patch_id() X-Git-Tag: v1.4.1~12^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/9fdc3bb5c20e37e410e03ed5b6c71a7e647ccee8?ds=inline;hp=9fdc3bb5c20e37e410e03ed5b6c71a7e647ccee8 diff.c: fix get_patch_id() The function internally generated diff to get the patch id but passed a wrong emit flags to the xdiff layer when it did so. Signed-off-by: Junio C Hamano ---