commit 674aea73d030474a8fd66537768ea19c9b426f87
parent 40b67c816a5c5042840c382feac3ff02bead8b7e
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:
1 file changed, 1 insertion(+), 0 deletions(-)
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;