After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 707067 - ostree: Fix bug printing out commit body
ostree: Fix bug printing out commit body
Status: RESOLVED FIXED
Product: ostree
Classification: Infrastructure
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: OSTree maintainer(s)
OSTree maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2013-08-29 16:28 UTC by Stef Walter
Modified: 2013-08-29 19:07 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
ostree: Fix bug printing out commit body (868 bytes, patch)
2013-08-29 16:28 UTC, Stef Walter
committed Details | Review

Description Stef Walter 2013-08-29 16:28:36 UTC
A multiline commit body is currently mangled 'ostree log' and 'ostree show'.
This fixes a bug in previous commit of mine.
Comment 1 Stef Walter 2013-08-29 16:28:39 UTC
Created attachment 253527 [details] [review]
ostree: Fix bug printing out commit body

Body was printed out repeated and mangled due to bad printf format string.
Comment 2 Colin Walters 2013-08-29 17:20:00 UTC
Review of attachment 253527 [details] [review]:

Looks right, thanks!
Comment 3 Stef Walter 2013-08-29 19:07:45 UTC
Attachment 253527 [details] pushed as 1a708ac - ostree: Fix bug printing out commit body