stagit-test

test repo for git hooks and stagit
Index Commits Files Refs
commit 8901764fffb911f817c2f8e871bfa06d349358dd
Author: mjkloeckner <martin.cachari@gmail.com>
Date:   Wed,  7 Dec 2022 21:04:18 -0300

first commit

Diffstat:
Ahello | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/hello b/hello
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+echo "Hello, World!"