GNOME Bugzilla – Bug 637880
Selecting a commit with a long message expands window out of screen.
Last modified: 2013-06-13 13:53:50 UTC
A collegue of mine has the bad habit of commiting with huge messages on a single line (no word wrap). When I select such commit in gitg's history, the gitg window expand so gitg's "Subject" field is all visible, making the bigger then the screen. To get back to normal, I have to select a commit with a decent message length and use my window manager to maximize gitg's window. Using gitg 0.0.6 on ArchLinux x86_64 (KDE). Thanks!
Created attachment 196949 [details] [review] Patch that ellipsizes the subject The subject is not ellipsized by default, whereas the Parent subject is; the attached patch simply does the same for the main subject. Since the full subject is viewable inline, it seems a reasonable compromise
See also #636529
I think this report can be closed as a duplicate of bug 636529
Moving bug to gitg-0.x *** This bug has been marked as a duplicate of bug 636529 ***