Use GIT-1.5.4.rc4

此提交包含在:
Lars Hjemli
2008-01-13 19:16:23 +01:00
父節點 2122c696a3
當前提交 776200b1c1
共有 3 個檔案被更改,包括 3 行新增3 行删除

查看文件

@@ -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) {