summaryrefslogtreecommitdiff
path: root/bootstrap.conf
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2007-12-17 21:53:58 +0100
committerJim Meyering <meyering@redhat.com>2007-12-17 21:53:58 +0100
commitc6862bb4bca45cfb5ca759456b1b069f95944bac (patch)
treea283566ed78108b93eb030d6025c44392008357f /bootstrap.conf
parent2a69c50b7186e749d1b19b5e21d2d52d710d770a (diff)
downloadparted-c6862bb4bca45cfb5ca759456b1b069f95944bac.tar.gz
Perform ChangeLog-creation here, rather than in bootstrap,v1.8.8.1
so that the next merge will be less likely to clobber this parted-specific bit.
Diffstat (limited to 'bootstrap.conf')
-rw-r--r--bootstrap.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/bootstrap.conf b/bootstrap.conf
index faed0c4..8c2fce4 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -75,3 +75,9 @@ excluded_files='
m4/visibility.m4
m4/xsize.m4
'
+
+# If there is no ChangeLog file, create it.
+if test -d .git; then
+ test -e ChangeLog ||
+ git log --pretty=medium | fold -s > ChangeLog
+fi