changeset 19602:23bfa269e975

Makefile: Fixed ChangeLog generation with older git versions that don't support --since Changed the oldest changeset to be the v2.0.0 release commit.
author Timo Sirainen <timo.sirainen@dovecot.fi>
date Wed, 20 Jan 2016 19:35:06 +0200
parents 6cc236e74455
children 8a8dfd61d0d2
files Makefile.am
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.am	Wed Jan 20 13:30:43 2016 +0200
+++ b/Makefile.am	Wed Jan 20 19:35:06 2016 +0200
@@ -21,7 +21,7 @@
 nodist_pkginclude_HEADERS = config.h
 
 ChangeLog:
-	git log --name-status --since '2009-02-16' --pretty="format:%ai %aN <%aE> (%h)%n%n%w(80,4,4)%s%n%n%b" > ChangeLog || rm -f ChangeLog
+	git log --name-status --pretty="format:%ai %aN <%aE> (%h)%n%n%w(80,4,4)%s%n%n%b" 5d5c4f2bfb812c767084c0338dae692db476da10^.. > ChangeLog || rm -f ChangeLog
 
 aclocal_DATA = dovecot.m4