summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrel@mortise.boston.redhat.com>2006-12-03 18:37:45 -0500
committerDavid Cantrell <dcantrel@mortise.boston.redhat.com>2006-12-03 18:37:45 -0500
commitafeb97c0968ea0dda5f07d56ee1361562a8d6517 (patch)
tree30f8d4c616ce858b985cba0ffd6258c2d2a64ecb /scripts
parente6012cac9fa1999d2719f01c35df33cef9b92614 (diff)
downloadparted-afeb97c0968ea0dda5f07d56ee1361562a8d6517.tar.gz
Pass git changelog through 'fold -s' to wrap long lines.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/release/tarball_upload.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/release/tarball_upload.sh b/scripts/release/tarball_upload.sh
index b908ea4..b2cf538 100755
--- a/scripts/release/tarball_upload.sh
+++ b/scripts/release/tarball_upload.sh
@@ -64,7 +64,7 @@ else
fi
message "* generating ChangeLog"
-git log --pretty=medium > ChangeLog
+git log --pretty=medium | fold -s > ChangeLog
VERSION=$(grep ' VERSION' config.h | awk '{print $3}' | tr -d '"')