commit acac6f3ba6e5daec2b631bca311ba999f62e8b8d
parent de1a7028d1803a097477bc619a9840421af03965
Author: mjkloeckner <martinjkloeckner@gmail.com>
Date: Wed, 1 Mar 2023 15:17:29 -0300
fix commit hash being printed twice
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/stagit.c b/stagit.c
@@ -860,8 +860,6 @@ writelog(FILE *fp, const git_oid *oid)
if (cachefile)
writelogline(wcachefp, ci);
- printf("%s\n", ci->oid);
-
/* check if file exists if so skip it */
if (r) {
relpath = "../";