From: Chris Gianelloni Date: Sat, 25 Jul 2009 19:11:53 +0000 (-0700) Subject: Adding Id header and enabling Ident on *.sh files. X-Git-Tag: v3.4.10.906~3 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=cfffe65cb8b1d465cf9d391cfe01f9bff3cd7f08;p=genkernel.git Adding Id header and enabling Ident on *.sh files. --- 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'