]> git.evergreen-ils.org Git - working/Evergreen.git/commit
git2cl mangles the changelog; let's just use git's log
authorDan Scott <dan@coffeecode.net>
Sun, 3 Jun 2012 03:25:53 +0000 (23:25 -0400)
committerDan Scott <dan@coffeecode.net>
Wed, 20 Jun 2012 13:24:18 +0000 (09:24 -0400)
commit3501b65ad2be61a31bd9b4af9488bdcadc2629f0
tree8fcdfd5b483edf384306e63c648f6e8619fb2a59
parent6f64d385e251341a889e1bbd93616288a1b383aa
git2cl mangles the changelog; let's just use git's log

git2cl does bizarre things to line wrapping. The log it generates looks
deranged. Let's just use what git gives us; it's clean and easy to
parse, even if it doesn't adhere to the GNU changelog standards
(www.gnu.org/prep/standards/html_node/Style-of-Change-Logs.html).

Signed-off-by: Dan Scott <dan@coffeecode.net>
Signed-off-by: Thomas Berezansky <tsbere@mvlc.org>
build/tools/make_release.sh