Adding .gitattributes and adding an Id variable to AUTHORS, ChangeLog, README, TODO...
authorChris Gianelloni <wolf31o2@wolf31o2.org>
Thu, 3 Sep 2009 23:10:49 +0000 (16:10 -0700)
committerChris Gianelloni <wolf31o2@wolf31o2.org>
Thu, 3 Sep 2009 23:10:49 +0000 (16:10 -0700)
.gitattributes [new file with mode: 0644]
AUTHORS
ChangeLog
README
TODO
catalyst

diff --git a/.gitattributes b/.gitattributes
new file mode 100644 (file)
index 0000000..19ad929
--- /dev/null
@@ -0,0 +1,7 @@
+AUTHORS ident
+ChangeLog ident
+README ident
+TODO ident
+catalyst ident
+*.py ident
+*.sh ident
diff --git a/AUTHORS b/AUTHORS
index 2262028a4d46c946d87d860543bd0ee370b6a189..e09dd73e77f7c78266309e407637ce2d1227cd30 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,3 +1,5 @@
+# $Id$
+
 This list is split into two alphabetical lists.  The first is a listing of the
 authors of the original Gentoo package.  The copyrights for all of those code
 contributions belong to the Gentoo Foundation.  The second list is the authors
@@ -35,3 +37,4 @@ Copyright authors:
 ------
 Andrew Gaffney <agaffney@gentoo.org>
 Chris Gianelloni <wolf31o2@wolf31o2.org>
+
index c0e43844b98fd25b0a923117530d57b640b66f66..c6bd7b551206e06e5633c9d3411a907d7fadb56e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,12 @@
 # ChangeLog for catalyst
 # Copyright 1999-2009 Gentoo Foundation; 2008-2009 Various authors (see AUTHORS)
 # Distributed under the GPL v2
+# $Id$
+
+  03 Sep 2009; Chris Gianelloni <wolf31o2@wolf31o2.org> AUTHORS,
+  +.gitattributes, README, TODO, catalyst:
+  Adding .gitattributes and adding an Id variable to AUTHORS, ChangeLog,
+  README, TODO, and catalyst.
 
   23 Aug 2009; Andrew Gaffney <agaffney@gentoo.org>
   modules/catalyst/target/livecd_stage2.py:
diff --git a/README b/README
index d717d95176bd02a8cb47e576b4c72ec2e7c2bb54..ef41380b1d3e77298260212dd79124fd83b912b0 100644 (file)
--- a/README
+++ b/README
@@ -1,3 +1,4 @@
+# $Id$
 
 Licensing
 ========================
diff --git a/TODO b/TODO
index e6fac2be4c20066374ae1bbf11962972d6b7938b..baed5bdb053ca7a443af98d590e479d48e87be6b 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,3 +1,5 @@
+# $Id$
+
 This file is a rough list of changes that need to be made to catalyst.  If you
 have questions about any of these items, or wish to help with development, send
 them to the gentoo-catalyst@lists.gentoo.org mailing list.  Bug reports should
index 61efc16e96653109b31f2c972a99a9beb0627aa0..33a317025caca51e0b9d1a1ef8803d4d5a8c60f5 100755 (executable)
--- a/catalyst
+++ b/catalyst
@@ -3,6 +3,7 @@
 # Maintained in full by:
 # Andrew Gaffney <agaffney@gentoo.org>
 # Chris Gianelloni <wolf31o2@gentoo.org>
+# $Id$
 
 import os, sys, getopt