icommit: use simple shortstat - stagit-gopher - A git gopher frontend. (mirror) Err bitreich.org 70 hgit clone git://bitreich.org/stagit-gopher/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/stagit-gopher/ URL:git://bitreich.org/stagit-gopher/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/stagit-gopher/ bitreich.org 70 1Log /scm/stagit-gopher/log.gph bitreich.org 70 1Files /scm/stagit-gopher/files.gph bitreich.org 70 1Refs /scm/stagit-gopher/refs.gph bitreich.org 70 1Tags /scm/stagit-gopher/tag bitreich.org 70 1README /scm/stagit-gopher/file/README.gph bitreich.org 70 1LICENSE /scm/stagit-gopher/file/LICENSE.gph bitreich.org 70 i--- Err bitreich.org 70 1commit ded9719afd1c9108dc6bbebb8205086a740add3b /scm/stagit-gopher/commit/ded9719afd1c9108dc6bbebb8205086a740add3b.gph bitreich.org 70 1parent 17f9f53ea0406e887516fe61795da970c8ccc17e /scm/stagit-gopher/commit/17f9f53ea0406e887516fe61795da970c8ccc17e.gph bitreich.org 70 hAuthor: Hiltjo Posthuma URL:mailto:hiltjo@codemadness.org bitreich.org 70 iDate: Mon, 7 Dec 2015 18:59:30 +0100 Err bitreich.org 70 i Err bitreich.org 70 icommit: use simple shortstat Err bitreich.org 70 i Err bitreich.org 70 iDiffstat: Err bitreich.org 70 i M urmoms.c | 3 +-- Err bitreich.org 70 i Err bitreich.org 70 i1 file changed, 1 insertion(+), 2 deletions(-) Err bitreich.org 70 i--- Err bitreich.org 70 1diff --git a/urmoms.c b/urmoms.c /scm/stagit-gopher/file/urmoms.c.gph bitreich.org 70 i@@ -242,8 +242,7 @@ printshowfile(git_commit *commit) Err bitreich.org 70 i /* diff stat */ Err bitreich.org 70 i if (!git_diff_get_stats(&diffstats, diff)) { Err bitreich.org 70 i if (!git_diff_stats_to_buf(&diffstatsbuf, diffstats, Err bitreich.org 70 i- GIT_DIFF_STATS_FULL | GIT_DIFF_STATS_SHORT | GIT_DIFF_STATS_NUMBER | Err bitreich.org 70 i- GIT_DIFF_STATS_INCLUDE_SUMMARY, 80)) { Err bitreich.org 70 i+ GIT_DIFF_STATS_FULL | GIT_DIFF_STATS_SHORT, 80)) { Err bitreich.org 70 i fputs("
", fp); Err bitreich.org 70 i fprintf(fp, "Diffstat:\n"); Err bitreich.org 70 i fputs(diffstatsbuf.ptr, fp); Err bitreich.org 70 .