Selaa lähdekoodia

Add git_tempate dir

Andrew Swistak 8 vuotta sitten
vanhempi
commit
3a02e474e7
1 muutettua tiedostoa jossa 7 lisäystä ja 0 poistoa
  1. 7 0
      git_template/hooks/prepare-commit-msg

+ 7 - 0
git_template/hooks/prepare-commit-msg

@@ -0,0 +1,7 @@
+#!/bin/sh
+
+echo "# Log:" >> "$1"
+
+git lol -n 3 | while read line; do
+  echo "# $line" >> $1
+done