Skip to content

Commit 3c399b8

Browse files
committed
ChangeLog: Stop generating ChangeLog
It is not very useful, you can get same information with git commands anyways, and NEWS file contains more useful information.
1 parent 95b7dfe commit 3c399b8

File tree

4 files changed

+3
-6
lines changed

4 files changed

+3
-6
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ compile_commands.json
4040
/stamp-h2
4141
/build-aux/ylwrap
4242
/autom4te.cache
43-
/ChangeLog
4443
/cc-wrapper.sh
4544
/dovecot-config
4645
/dovecot-config.in

ChangeLog

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Please see https://github.com/dovecot/core/commits/ for history
2+
3+
NEWS file has curated changes.

Makefile.am

-3
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ nodist_pkginclude_HEADERS = config.h
2929
version:
3030
$(AM_V_GEN)$(top_srcdir)/build-aux/git-version-gen > $@
3131

32-
ChangeLog:
33-
$(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
34-
3532
aclocal_DATA = m4/dovecot.m4
3633

3734
dovecot-version.h: noop

autogen.sh

-2
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,3 @@ if ! test -f build-aux/config.rpath; then
1313
fi
1414

1515
autoreconf -i
16-
17-
rm -f ChangeLog

0 commit comments

Comments
 (0)