aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Hoyer <harald@redhat.com>2008-03-10 15:23:37 +0100
committerHarald Hoyer <harald@redhat.com>2008-09-16 10:38:10 +0200
commitc9329c4aa3a4e00c2e56a1556e8438e80e99f425 (patch)
tree03104da8db65366c3047c7976ab6be934f8a22cc
parent941a2a83127f206aa46c0e55cc57eada091c7abe (diff)
downloadinitscripts-c9329c4aa3a4e00c2e56a1556e8438e80e99f425.tar
initscripts-c9329c4aa3a4e00c2e56a1556e8438e80e99f425.tar.gz
initscripts-c9329c4aa3a4e00c2e56a1556e8438e80e99f425.tar.bz2
initscripts-c9329c4aa3a4e00c2e56a1556e8438e80e99f425.tar.xz
initscripts-c9329c4aa3a4e00c2e56a1556e8438e80e99f425.zip
only create ChangLog from current branch
-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