all repos — cgit @ 0de21a8d4176f15b4185a2e083787eeb05d95a77

a hyperfast web frontend for git written in c

Set xdemitconf_t.findfunc=NULL

This function-pointer was introduced in git v1.5.3-rc0-42-gf258475. It
needs to have a value, and setting it to NULL triggers the old behaviour
for selecting hunk headers.

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Lars Hjemli hjemli@gmail.com
Tue, 04 Sep 2007 11:04:47 +0200
commit

0de21a8d4176f15b4185a2e083787eeb05d95a77

parent

ff13396926f3352d9e29c0663154918297dc5af7

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M shared.cshared.c

@@ -373,6 +373,7 @@

diff_params.flags = XDF_NEED_MINIMAL; emit_params.ctxlen = 3; emit_params.flags = XDL_EMIT_FUNCNAMES; + emit_params.find_func = NULL; emit_cb.outf = filediff_cb; emit_cb.priv = fn; xdl_diff(&file1, &file2, &diff_params, &emit_params, &emit_cb);