From cfffe65cb8b1d465cf9d391cfe01f9bff3cd7f08 Mon Sep 17 00:00:00 2001 From: Chris Gianelloni Date: Sat, 25 Jul 2009 12:11:53 -0700 Subject: [PATCH] Adding Id header and enabling Ident on *.sh files. --- .gitattributes | 2 ++ ChangeLog | 4 ++++ genkernel | 1 + 3 files changed, 7 insertions(+) diff --git a/.gitattributes b/.gitattributes index 8fb5192..91ff97c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4,3 +4,5 @@ ChangeLog ident HACKING ident README ident TODO ident +genkernel ident +*.sh ident diff --git a/ChangeLog b/ChangeLog index 5400efd..df12882 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,10 @@ # Distributed under the GPL v2 # $Id$ + 25 Jul 2009; Chris Gianelloni genkernel, + .gitattributes: + Adding Id header and enabling Ident on *.sh files. + 25 Jul 2009; Chris Gianelloni AUTHORS, BUGS, HACKING, README, TODO: Adding Id header. diff --git a/genkernel b/genkernel index ea2e7e5..9b9b300 100755 --- a/genkernel +++ b/genkernel @@ -1,4 +1,5 @@ #!/bin/bash +# $Id$ PATH="${PATH}:/sbin:/usr/sbin" GK_V='3.4.10.905' -- 2.26.2