stagit

custom fork of stagit
Index Commits Files Refs README LICENSE
commit a894a4fb91c29e6388ff595e28a6bcbb43ac6f83
parent 8ff544713d8fa7a604364372d4a02e3b19b26411
Author: mjkloeckner <martin.cachari@gmail.com>
Date:   Thu,  5 Jan 2023 02:38:12 -0300

removed missing "<hr>" tag

Diffstat:
Mstagit.c | 2--
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/stagit.c b/stagit.c
@@ -718,8 +718,6 @@ printshowfile(FILE *fp, struct commitinfo *ci)
             ci->addcount,  ci->addcount  == 1 ? "" : "s",
             ci->delcount,  ci->delcount  == 1 ? "" : "s");
 
-    fputs("<hr/>", fp);
-
     for (i = 0; i < ci->ndeltas; i++) {
         patch = ci->deltas[i]->patch;
         delta = git_patch_get_delta(patch);