Merge branch 'jh/ignorews'

This commit is contained in:
Lars Hjemli 2010-07-18 15:03:30 +02:00
commit 6821d8ea4a
7 changed files with 40 additions and 12 deletions

View file

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