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 663426 - gitg doesn't interpret line breaks in commit messages
gitg doesn't interpret line breaks in commit messages
Status: RESOLVED OBSOLETE
Product: gitg
Classification: Applications
Component: gitg-0.x
0.2.x
Other Linux
: Normal normal
: ---
Assigned To: gitg-maint
gitg-maint
Depends on:
Blocks:
 
 
Reported: 2011-11-04 18:57 UTC by Jean-Philippe Fleury
Modified: 2013-06-13 16:02 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jean-Philippe Fleury 2011-11-04 18:57:33 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
Comment 1 Sindhu S 2013-06-13 16:02:28 UTC
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.