commit de1a7028d1803a097477bc619a9840421af03965
parent 8e38451359e72044954769f45400454d99e73767
Author: mjkloeckner <martin.cachari@gmail.com>
Date: Fri, 6 Jan 2023 01:11:27 -0300
print the commit hash which is being parsed
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/stagit.c b/stagit.c
@@ -860,6 +860,8 @@ 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 = "../";