Change the confirm hook matching
diff --git a/src/apps/personal/git.nix b/src/apps/personal/git.nix
index a6248cb..4cdd2ee 100644
--- a/src/apps/personal/git.nix
+++ b/src/apps/personal/git.nix
@@ -28,6 +28,7 @@
             core.splitIndex = true;
             core.untrackedCache = true;
             core.fsmonitor = true;
+            hooks.confirm.match = [ "TODO" "FIXME" "HACK" "BUG" "XXX" "LAZY" ];
         };
     };