prefix diffstat files: looks nicer and fixes an issue with files starting with 't' (escape) - stagit-gopher - A git gopher frontend. (mirror) HTML git clone git://bitreich.org/stagit-gopher/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/stagit-gopher/ DIR Log DIR Files DIR Refs DIR Tags DIR README DIR LICENSE --- DIR commit 674aea73d030474a8fd66537768ea19c9b426f87 DIR parent 40b67c816a5c5042840c382feac3ff02bead8b7e HTML Author: Hiltjo Posthuma <hiltjo@codemadness.org> Date: Fri, 23 Jun 2017 13:08:27 +0200 prefix diffstat files: looks nicer and fixes an issue with files starting with 't' (escape) Diffstat: M stagit-gopher.c | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) --- DIR diff --git a/stagit-gopher.c b/stagit-gopher.c @@ -559,6 +559,7 @@ printshowfile(FILE *fp, struct commitinfo *ci) } else { trim(buf, sizeof(buf), delta->old_file.path); } + fputs(" ", fp); printutf8pad(fp, buf, 35, ' '); add = ci->deltas[i]->addcount;