aboutsummaryrefslogtreecommitdiffstats
path: root/shared.c
diff options
context:
space:
mode:
authorLars Hjemli <hjemli@gmail.com>2008-01-13 19:16:23 +0100
committerLars Hjemli <hjemli@gmail.com>2008-01-21 08:52:09 +0100
commit776200b1c10536174f68fc6599fc709ae620db54 (patch)
treed5b24090675c5ac7b0ca29459d3246dcb0d7c8af /shared.c
parentMerge branch 'stable' (diff)
downloadcgit-776200b1c10536174f68fc6599fc709ae620db54.tar.xz
cgit-776200b1c10536174f68fc6599fc709ae620db54.zip
Use GIT-1.5.4.rc4
Diffstat (limited to 'shared.c')
-rw-r--r--shared.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared.c b/shared.c
index bf0581f..f063894 100644
--- a/shared.c
+++ b/shared.c
@@ -492,7 +492,7 @@ void cgit_diff_tree(const unsigned char *old_sha1,
opt.output_format = DIFF_FORMAT_CALLBACK;
opt.detect_rename = 1;
opt.rename_limit = cgit_renamelimit;
- opt.recursive = 1;
+ DIFF_OPT_SET(&opt, RECURSIVE);
opt.format_callback = cgit_diff_tree_cb;
opt.format_callback_data = fn;
if (prefix) {