diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2015-12-07 18:59:30 +0100 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2015-12-07 18:59:30 +0100 |
commit | ded9719afd1c9108dc6bbebb8205086a740add3b (patch) | |
tree | f246387dec942333288093c14f3971666ce2a232 /urmoms.c | |
parent | 17f9f53ea0406e887516fe61795da970c8ccc17e (diff) |
commit: use simple shortstat
Diffstat (limited to 'urmoms.c')
-rw-r--r-- | urmoms.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -242,8 +242,7 @@ printshowfile(git_commit *commit) /* diff stat */ if (!git_diff_get_stats(&diffstats, diff)) { if (!git_diff_stats_to_buf(&diffstatsbuf, diffstats, - GIT_DIFF_STATS_FULL | GIT_DIFF_STATS_SHORT | GIT_DIFF_STATS_NUMBER | - GIT_DIFF_STATS_INCLUDE_SUMMARY, 80)) { + GIT_DIFF_STATS_FULL | GIT_DIFF_STATS_SHORT, 80)) { fputs("<hr/>", fp); fprintf(fp, "Diffstat:\n"); fputs(diffstatsbuf.ptr, fp); |