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>
Mon, 4 Jun 2012 15:39:30 +0000 (11:39 -0400)
commitc06505c9f06ec32e4b4a77851718af89364f2dd9
tree2c199efb259c49346ea0d3b646fb84a907c18618
parentfbe3cda8ade7d22367151d65efe16670c8bcfa4b
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>
build/tools/make_release.sh