[epiphany/wip/autocrap: 19/27] Remove git branches from ChangeLog
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany/wip/autocrap: 19/27] Remove git branches from ChangeLog
- Date: Mon, 29 Jun 2015 23:45:42 +0000 (UTC)
commit 9dfa9c3e7445834743fbd5bb90bfedd2e27e477d
Author: Michael Catanzaro <mcatanzaro igalia com>
Date: Mon Jun 29 17:46:50 2015 -0500
Remove git branches from ChangeLog
These aren't meaningful in the changelog, and cause the resultant
changelog to differ based on the user's git configuration.
Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 2e3b319..46dca29 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -15,7 +15,7 @@ distuninstallcheck_listfiles = find . -type f -print | grep -v 'icon-theme.cache
# Build ChangeLog from git history
ChangeLog:
@if test -f $(top_srcdir)/.git/HEAD; then \
- git log --stat > $@; \
+ git log --no-decorate --stat > $@; \
fi
dist: ChangeLog
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]