Adding Id header and enabling Ident on *.sh files.
authorChris Gianelloni <wolf31o2@wolf31o2.org>
Sat, 25 Jul 2009 19:11:53 +0000 (12:11 -0700)
committerChris Gianelloni <wolf31o2@wolf31o2.org>
Sat, 25 Jul 2009 19:11:53 +0000 (12:11 -0700)
.gitattributes
ChangeLog
genkernel

index 8fb51928859a4f5679e4bd985ff1613a736934cb..91ff97ce60dd89c544ae2efb60423679b775a115 100644 (file)
@@ -4,3 +4,5 @@ ChangeLog ident
 HACKING ident
 README ident
 TODO ident
+genkernel ident
+*.sh ident
index 5400efd15e3b343fb9d38814e6ad2686c12f0b06..df12882d298903bcc6598c78497b5e24f518bdda 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,10 @@
 # Distributed under the GPL v2
 # $Id$
 
+  25 Jul 2009; Chris Gianelloni <wolf31o2@wolf31o2.org> genkernel,
+  .gitattributes:
+  Adding Id header and enabling Ident on *.sh files.
+
   25 Jul 2009; Chris Gianelloni <wolf31o2@wolf31o2.org> AUTHORS, BUGS,
   HACKING, README, TODO:
   Adding Id header.
index ea2e7e5fc631931e447c9e1b6b6a0ac78ecc8f21..9b9b3003ca22bb7bd961feafb1d6e977ae75e403 100755 (executable)
--- a/genkernel
+++ b/genkernel
@@ -1,4 +1,5 @@
 #!/bin/bash
+# $Id$
 
 PATH="${PATH}:/sbin:/usr/sbin"
 GK_V='3.4.10.905'