diff: omit found pointer from emit_callback
commitba16233ccd98ee8db6d418903102c8730d87dcc5
authorStefan Beller <sbeller@google.com>
Wed, 7 Sep 2016 23:36:46 +0000 (7 16:36 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 8 Sep 2016 20:54:23 +0000 (8 13:54 -0700)
tree793a3b883029354011e18003fb8c06eac09b2c0e
parentfb33b62ca6e6dbfa8a5330cb0535fe122e250b5f
diff: omit found pointer from emit_callback

We keep the actual data in the diff options, which are just as accessible.
Remove the pointer stored in struct emit_callback for readability.

Signed-off-by: Stefan Beller <sbeller@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
diff.c