]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
Makefile: Fixed ChangeLog generation with older git versions that don't support ...
authorTimo Sirainen <timo.sirainen@dovecot.fi>
Wed, 20 Jan 2016 17:35:06 +0000 (19:35 +0200)
committerTimo Sirainen <timo.sirainen@dovecot.fi>
Wed, 20 Jan 2016 17:35:06 +0000 (19:35 +0200)
Changed the oldest changeset to be the v2.0.0 release commit.

Makefile.am

index d5459a7891d16820aec26f5d1c9edf46d739994c..40ecc45094763f711f13c9a1f71931702ca3ab9e 100644 (file)
@@ -21,7 +21,7 @@ noinst_DATA = dovecot-config
 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