[perl-Glib] Updates for the move to git



commit 4b97fea7373a3b21cb7aa4f0f0c6f81db3925c40
Author: Torsten Schönfeld <kaffeetisch gmx de>
Date:   Sun May 17 15:13:09 2009 +0200

    Updates for the move to git
    
    Add a .gitignore file.  Rename and discontinue the ChangeLog.  Update
    MAINTAINERS and MANIFEST.SKIP.
---
 .gitignore                     |    7 +++++++
 ChangeLog => ChangeLog.pre-git |    5 +++++
 MAINTAINERS                    |    2 +-
 MANIFEST.SKIP                  |    3 ++-
 4 files changed, 15 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..dddaa0f
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,7 @@
+*.o
+G*.c
+Glib.bs
+Makefile
+blib
+build
+pm_to_blib
diff --git a/ChangeLog b/ChangeLog.pre-git
similarity index 99%
rename from ChangeLog
rename to ChangeLog.pre-git
index c640ebd..7011c14 100644
--- a/ChangeLog
+++ b/ChangeLog.pre-git
@@ -1,3 +1,8 @@
+=== ChangeLog discontinued ===
+
+	With the move to git, we stop maintaining a separate ChangeLog and
+	rely on proper commit messages instead.
+
 2009-03-31  Torsten Schoenfeld  <kaffeetisch gmx de>
 
 	* t/a.t: The g_log bug got fixed upstream, so don't skip its test
diff --git a/MAINTAINERS b/MAINTAINERS
index 4d46150..98b38e0 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3,5 +3,5 @@ E-mail: scott asofyet org
 Userid: sarringt
 
 Torsten Schönfeld
-E-mail: tsch svn gnome org
+E-mail: tsch src gnome org
 Userid: tsch
diff --git a/MANIFEST.SKIP b/MANIFEST.SKIP
index f8e5387..17719cc 100644
--- a/MANIFEST.SKIP
+++ b/MANIFEST.SKIP
@@ -3,6 +3,8 @@
 blib
 \.bs$
 build
+\.git
+\.gitignore$
 G.+\.c$
 Makefile$
 Makefile\.old$
@@ -11,4 +13,3 @@ MAINTAINERS$
 \.spec$
 \.sw.$
 \.tar\.gz$
-\.svn



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]