From 7a0fdd2b07af9af22a9756d21ee86ca185163d91 Mon Sep 17 00:00:00 2001 From: Dan Langille Date: Sat, 9 Jul 2022 11:07:48 -0400 Subject: [PATCH] Let's review this code --- git-to-freshports/git-delta.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/git-to-freshports/git-delta.sh b/git-to-freshports/git-delta.sh index 03f6a7d..05c7df3 100755 --- a/git-to-freshports/git-delta.sh +++ b/git-to-freshports/git-delta.sh @@ -1,5 +1,6 @@ #!/bin/sh +# Let's review this code. # process the new commits # based upon https://github.com/FreshPorts/git_proc_commit/issues/3 # An idea from https://github.com/sarcasticadmin