aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 93683c90..65855825 100644
--- a/Makefile
+++ b/Makefile
@@ -117,7 +117,7 @@ check:
changelog:
@rm -f ChangeLog
- git-log --stat > ChangeLog
+ git-log --stat --no-merges -B > ChangeLog
clean:
make clean -C src