diff options
author | Chris Gianelloni <wolf31o2@wolf31o2.org> | 2009-07-25 12:20:06 -0700 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@wolf31o2.org> | 2009-07-25 12:20:06 -0700 |
commit | 7c642e4da3bd82757c043c833f0ca1cda8c17819 (patch) | |
tree | 8c8165ecdc316100676aac96b53590f52a802174 | |
parent | Adding Id header. (diff) | |
download | genkernel-7c642e4da3bd82757c043c833f0ca1cda8c17819.tar.gz genkernel-7c642e4da3bd82757c043c833f0ca1cda8c17819.tar.bz2 genkernel-7c642e4da3bd82757c043c833f0ca1cda8c17819.zip |
Adding Id header and Ident for genkernel.conf
-rw-r--r-- | .gitattributes | 1 | ||||
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | genkernel.conf | 1 |
3 files changed, 6 insertions, 0 deletions
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 @@ -3,6 +3,10 @@ # Distributed under the GPL v2 # $Id$ + 25 Jul 2009; Chris Gianelloni <wolf31o2@wolf31o2.org> genkernel.conf, + .gitattributes: + Adding Id header and Ident for genkernel.conf + 25 Jul 2009; Chris Gianelloni <wolf31o2@wolf31o2.org> 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, |