commit: use simple shortstat
1 files changed, 1 insertions(+), 2 deletions(-) | |||
---|---|---|---|
M | urmoms.c | +1 | -2 |
1@@ -242,8 +242,7 @@ printshowfile(git_commit *commit)
2 /* diff stat */
3 if (!git_diff_get_stats(&diffstats, diff)) {
4 if (!git_diff_stats_to_buf(&diffstatsbuf, diffstats,
5- GIT_DIFF_STATS_FULL | GIT_DIFF_STATS_SHORT | GIT_DIFF_STATS_NUMBER |
6- GIT_DIFF_STATS_INCLUDE_SUMMARY, 80)) {
7+ GIT_DIFF_STATS_FULL | GIT_DIFF_STATS_SHORT, 80)) {
8 fputs("<hr/>", fp);
9 fprintf(fp, "Diffstat:\n");
10 fputs(diffstatsbuf.ptr, fp);