We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7df5260 commit 00730e3Copy full SHA for 00730e3
Makefile.am
@@ -40,7 +40,7 @@ $(distdir)/wicked.spec: wicked.spec
40
41
$(distdir)/ChangeLog: check-git-tool
42
@if [ -d $(top_srcdir)/.git ]; then \
43
- LANG=C git log --no-merges -- $(top_srcdir) > $(distdir)/ChangeLog ; \
+ LANG=C git log -- $(top_srcdir) > $(distdir)/ChangeLog ; \
44
fi
45
46
show-commit-state: check-git-tool
0 commit comments