diff options
author | Lars Hjemli <hjemli@gmail.com> | 2010-07-18 15:03:30 +0200 |
---|---|---|
committer | Lars Hjemli <hjemli@gmail.com> | 2010-07-18 15:03:30 +0200 |
commit | 6821d8ea4a64d15b8f284d1af01ab184ef1e76c3 (patch) | |
tree | e9d2ea0555f801653cc9caa382e33afc7c5d804d /ui-log.c | |
parent | 5c5d189635287a3bfaa1a4aef133dc0c582a27c2 (diff) | |
parent | 72ef913514288bd2aae23509581097bfd3edf8c4 (diff) | |
download | cgit-6821d8ea4a64d15b8f284d1af01ab184ef1e76c3.tar.gz cgit-6821d8ea4a64d15b8f284d1af01ab184ef1e76c3.tar.bz2 cgit-6821d8ea4a64d15b8f284d1af01ab184ef1e76c3.zip |
Merge branch 'jh/ignorews'
Diffstat (limited to 'ui-log.c')
-rw-r--r-- | ui-log.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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) |