[Parted-commits] GNU Parted Official Repository: Changes to 'master'

Jim Meyering meyering at alioth.debian.org
Mon Dec 17 20:54:10 UTC 2007


 bootstrap.conf |    6 ++++++
 1 file changed, 6 insertions(+)

New commits:
commit c6862bb4bca45cfb5ca759456b1b069f95944bac
Author: Jim Meyering <meyering at redhat.com>
Date:   Mon Dec 17 21:53:58 2007 +0100

    Perform ChangeLog-creation here, rather than in bootstrap,
    
    so that the next merge will be less likely to clobber this parted-specific bit.

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



More information about the Parted-commits mailing list