diff options
author | Lars Hjemli | 2008-01-13 19:16:23 +0100 |
---|---|---|
committer | Lars Hjemli | 2008-01-21 08:52:09 +0100 |
commit | 776200b1c10536174f68fc6599fc709ae620db54 (patch) | |
tree | d5b24090675c5ac7b0ca29459d3246dcb0d7c8af /shared.c | |
parent | 2122c696a34133a616b9ec6d72abe9eb89e728aa (diff) | |
download | cgit-776200b1c10536174f68fc6599fc709ae620db54.tar.gz cgit-776200b1c10536174f68fc6599fc709ae620db54.tar.bz2 cgit-776200b1c10536174f68fc6599fc709ae620db54.zip |
Use GIT-1.5.4.rc4
Diffstat (limited to 'shared.c')
-rw-r--r-- | shared.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -492,7 +492,7 @@ void cgit_diff_tree(const unsigned char *old_sha1, | |||
492 | opt.output_format = DIFF_FORMAT_CALLBACK; | 492 | opt.output_format = DIFF_FORMAT_CALLBACK; |
493 | opt.detect_rename = 1; | 493 | opt.detect_rename = 1; |
494 | opt.rename_limit = cgit_renamelimit; | 494 | opt.rename_limit = cgit_renamelimit; |
495 | opt.recursive = 1; | 495 | DIFF_OPT_SET(&opt, RECURSIVE); |
496 | opt.format_callback = cgit_diff_tree_cb; | 496 | opt.format_callback = cgit_diff_tree_cb; |
497 | opt.format_callback_data = fn; | 497 | opt.format_callback_data = fn; |
498 | if (prefix) { | 498 | if (prefix) { |