diff.c: fix get_patch_id()
commit9fdc3bb5c20e37e410e03ed5b6c71a7e647ccee8
authorJunio C Hamano <junkio@cox.net>
Thu, 29 Jun 2006 05:49:42 +0000 (28 22:49 -0700)
committerJunio C Hamano <junkio@cox.net>
Thu, 29 Jun 2006 05:49:42 +0000 (28 22:49 -0700)
tree6098ae4ec4461fe9df29c01e8ffb77cc52925efc
parent982b64e4ccc993e51a7e7a1e1713953ecf95e4f2
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 <junkio@cox.net>
diff.c