[gnome-bluetooth] Update ChangeLog policy for git



commit dd592f1669b2fbe5c4f7488650787327b02a2a3d
Author: Bastien Nocera <hadess hadess net>
Date:   Mon Apr 20 11:31:46 2009 +0100

    Update ChangeLog policy for git
---
 ChangeLog.README |    6 +++---
 Makefile.am      |    2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/ChangeLog.README b/ChangeLog.README
index 2026e86..0b5f0a2 100644
--- a/ChangeLog.README
+++ b/ChangeLog.README
@@ -1,10 +1,10 @@
-GNOME Bluetooth doesn't use ChangeLog anymore. Instead, we use SVN checkin comments
+GNOME Bluetooth doesn't use ChangeLog anymore. Instead, we use git checkin comments
 to autogenerate a ChangeLog file at "make dist" time. Use "make ChangeLog" in the
 toplevel directory to manually create a ChangeLog. Or use
-http://svn.gnome.org/viewvc/gnome-bluetooth/?view=queryform
+http://git.gnome.org/cgit/gnome-bluetooth/
 to look up the version history.
 
-When committing a patch to svn, use a checkin comment that describes the changes
+When committing a patch to git, use a checkin comment that describes the changes
 made. If the checkin is related to a bug, reference the bug number. Example:
 
         When removing a toolbar, make its items available again in the toolbar
diff --git a/Makefile.am b/Makefile.am
index 1dd9a6c..6358c5b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -31,7 +31,7 @@ endif
 # Build ChangeLog from GIT history
 ChangeLog:
 	@if test -f $(top_srcdir)/.git/HEAD; then \
-		git log --stat > $@; \
+		git log --stat --after="Fri Feb 20 00:08:02 2009" > $@; \
 	fi
 
 dist: ChangeLog



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