GNOME Bugzilla – Bug 663426
gitg doesn't interpret line breaks in commit messages
Last modified: 2013-06-13 16:02:28 UTC
With gitg 0.2.4, all commit messages are displayed on one line, even if they contain line breaks. For example, gitg will display in the "Details" tab: - Line 1 - Line 2 while "git log" on a terminal will display: commit ... Author: ... Date: ... - Line 1 - Line 2
This bug was filed against an older version of Gitg. Moving bug to 'gitg-0.x'. Currently, the git master version of gitg displays all lines changed in a commit one line after another. Closing bug as RESOLVED and OBSOLETE.