Skip to content

Commit 00730e3

Browse files
committed
ChangeLog: do not omit merge commits
Merge commits usually contain bug number references.
1 parent 7df5260 commit 00730e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.am

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ $(distdir)/wicked.spec: wicked.spec
4040

4141
$(distdir)/ChangeLog: check-git-tool
4242
@if [ -d $(top_srcdir)/.git ]; then \
43-
LANG=C git log --no-merges -- $(top_srcdir) > $(distdir)/ChangeLog ; \
43+
LANG=C git log -- $(top_srcdir) > $(distdir)/ChangeLog ; \
4444
fi
4545

4646
show-commit-state: check-git-tool

0 commit comments

Comments
 (0)