Merge branch 'jh/ignorews'

这个提交包含在:
Lars Hjemli
2010-07-18 15:03:30 +02:00
当前提交 6821d8ea4a
共有 7 个文件被更改,包括 40 次插入12 次删除

查看文件

@ -33,7 +33,8 @@ void inspect_files(struct diff_filepair *pair)
files++;
if (ctx.repo->enable_log_linecount)
cgit_diff_files(pair->one->sha1, pair->two->sha1, &old_size,
&new_size, &binary, 0, count_lines);
&new_size, &binary, 0, ctx.qry.ignorews,
count_lines);
}
void show_commit_decorations(struct commit *commit)