diff --git a/.gitattributes b/.gitattributes index 91ff97c..a52da35 100644 --- a/.gitattributes +++ b/.gitattributes @@ -5,4 +5,5 @@ HACKING ident README ident TODO ident genkernel ident +*.conf ident *.sh ident diff --git a/ChangeLog b/ChangeLog index 84b79f2..1e16904 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,10 @@ # Distributed under the GPL v2 # $Id$ + 25 Jul 2009; Chris Gianelloni genkernel.conf, + .gitattributes: + Adding Id header and Ident for genkernel.conf + 25 Jul 2009; Chris Gianelloni arch/alpha/config.sh, arch/arm/config.sh, arch/ia64/config.sh, arch/mips/config.sh, arch/parisc/config.sh, arch/parisc64/config.sh, diff --git a/genkernel.conf b/genkernel.conf index 8653a85..7a726d0 100644 --- a/genkernel.conf +++ b/genkernel.conf @@ -1,4 +1,5 @@ # Configuration file for genkernel +# $Id$ # This file is sourced by genkernel at startup and determines which options # we will be using to compile our kernel. The order of precidence is simple,