stagit

custom fork of stagit
Index Commits Files Refs README LICENSE
commit 19391e0af91b006de0af9f3850a4ade9c4b6b4ef
parent f8228f1bc155e929e4f586f82b75129ab69f91f3
Author: mjkloeckner <martin.cachari@gmail.com>
Date:   Tue,  3 Jan 2023 20:08:22 -0300

updated time short format

Diffstat:
Mstagit-index.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/stagit-index.c b/stagit-index.c
@@ -9,7 +9,7 @@
 #include <git2.h>
 
 /* #define LAST_COMMIT_DATE_FORMAT "%Y-%m-%d %H:%M" */
-#define LAST_COMMIT_DATE_FORMAT "%H:%M %d-%m-%Y"
+#define LAST_COMMIT_DATE_FORMAT "%H:%M %d %b %Y"
 
 static git_repository *repo;