oracle / opengrok

OpenGrok is a fast and usable source code search and cross reference engine, written in Java
http://oracle.github.io/opengrok/
Other
4.34k stars 745 forks source link

Git's commit indicator (SHA) is too long for "annotate" page (Bugzilla #19212) #555

Closed vladak closed 11 years ago

vladak commented 11 years ago

status NEW severity enhancement in component webapp for --- Reported in version unspecified on platform ANY/Generic Assigned to: Lubos Kosco

Original attachment names and IDs:

On 2012-05-18 22:35:42 +0000, Markus Mayer wrote:

Since Git is using a 40 character hash to identify each commit (which is much longer than SVN's or Mercurial's identifiers), displaying it on the "annotate" page exceeds the space provided in the table, rendering the page layout ugly and making the page difficult to read.

On 2012-05-18 22:38:05 +0000, Markus Mayer wrote:

Created attachment 4661 Proposed patch

This is the solution I came up with. It works quite well with the Git repos I am using.

On 2012-11-02 11:55:50 +0000, Santeri Vesalainen wrote:

Or fix list.jsp