OSDN Git Service

Pass git changelog through 'fold -s' to wrap long lines.
authorDavid Cantrell <dcantrel@mortise.boston.redhat.com>
Sun, 3 Dec 2006 23:37:45 +0000 (18:37 -0500)
committerDavid Cantrell <dcantrel@mortise.boston.redhat.com>
Sun, 3 Dec 2006 23:37:45 +0000 (18:37 -0500)
scripts/release/tarball_upload.sh

index b908ea4..b2cf538 100755 (executable)
@@ -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 '"')