From: Timo Sirainen Date: Wed, 20 Jan 2016 17:35:06 +0000 (+0200) Subject: Makefile: Fixed ChangeLog generation with older git versions that don't support ... X-Git-Tag: 2.2.22.rc1~318 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8eac84684c4dd761ac9f18ba822837e8dc39c482;p=thirdparty%2Fdovecot%2Fcore.git 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. --- diff --git a/Makefile.am b/Makefile.am index d5459a7891..40ecc45094 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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