]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
ChangeLog: Stop generating ChangeLog
authorAki Tuomi <aki.tuomi@open-xchange.com>
Wed, 23 Nov 2022 09:50:44 +0000 (11:50 +0200)
committeraki.tuomi <aki.tuomi@open-xchange.com>
Mon, 9 Jan 2023 08:14:33 +0000 (08:14 +0000)
It is not very useful, you can get same information with
git commands anyways, and NEWS file contains more useful
information.

.gitignore
ChangeLog [new file with mode: 0644]
Makefile.am
autogen.sh

index 7f32d13ec15f6dc3fbf001817246da4a667bc146..6c8b130a648523271e4b0684c6cbc1a67a117585 100644 (file)
@@ -40,7 +40,6 @@ compile_commands.json
 /stamp-h2
 /build-aux/ylwrap
 /autom4te.cache
-/ChangeLog
 /cc-wrapper.sh
 /dovecot-config
 /dovecot-config.in
diff --git a/ChangeLog b/ChangeLog
new file mode 100644 (file)
index 0000000..3371159
--- /dev/null
+++ b/ChangeLog
@@ -0,0 +1,3 @@
+Please see https://github.com/dovecot/core/commits/ for history
+
+NEWS file has curated changes.
index 8d41c57e7f336a3cbfc20cda63676d54368e78df..852de7e20c7af559ce3d9980bb3043892fda4ad0 100644 (file)
@@ -29,9 +29,6 @@ nodist_pkginclude_HEADERS = config.h
 version:
        $(AM_V_GEN)$(top_srcdir)/build-aux/git-version-gen > $@
 
-ChangeLog:
-       $(AM_V_GEN)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 = m4/dovecot.m4
 
 dovecot-version.h: noop
index 59e8f6d541388efa1ebd21b4f5fc1be2fc633f0e..f7a4e25535f5e6d26bc2c1a5eaff61514f4a2cde 100755 (executable)
@@ -13,5 +13,3 @@ if ! test -f build-aux/config.rpath; then
 fi
 
 autoreconf -i
-
-rm -f ChangeLog