summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@wolf31o2.org>2009-07-25 12:08:17 -0700
committerChris Gianelloni <wolf31o2@wolf31o2.org>2009-07-25 12:08:17 -0700
commitdec09518e7dc2d74319a32bd3e9b4698f6a424c7 (patch)
tree5323ecfd9af9b65984357d72337e2756132a89a1
parentAdding .gitattributes file. (diff)
downloadgenkernel-dec09518e7dc2d74319a32bd3e9b4698f6a424c7.tar.gz
genkernel-dec09518e7dc2d74319a32bd3e9b4698f6a424c7.tar.bz2
genkernel-dec09518e7dc2d74319a32bd3e9b4698f6a424c7.zip
Adding additional files to .gitattributes to enable Ident.
-rw-r--r--.gitattributes4
-rw-r--r--ChangeLog3
2 files changed, 7 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index f201a08..8fb5192 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,2 +1,6 @@
+AUTHORS ident
+BUGS ident
ChangeLog ident
+HACKING ident
README ident
+TODO ident
diff --git a/ChangeLog b/ChangeLog
index 185b6e9..f6c3371 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,9 @@
# Distributed under the GPL v2
# $Id$
+ 25 Jul 2009; Chris Gianelloni <wolf31o2@wolf31o2.org> .gitattributes:
+ Adding additional files to .gitattributes to enable Ident.
+
25 Jul 2009; Chris Gianelloni <wolf31o2@wolf31o2.org> +.gitattributes:
Adding .gitattributes file.