opengrok icon indicating copy to clipboard operation
opengrok copied to clipboard

display first line of commit comment for each file in directory listing

Open vladak opened this issue 8 years ago • 3 comments

If history cache is enabled, display first line of commit comment for each file in directory listing (ala Github) by adding new column to the table.

vladak avatar Oct 08 '17 13:10 vladak

I'm just a little worried if this is not quite performance problematic with current design

tulinkry avatar Oct 09 '17 11:10 tulinkry

I think the biggest blocker is the amount of data - each file's history would have to be read in.

vladak avatar Oct 09 '17 14:10 vladak

After the history cache serialization scheme was changed via PR #4268 so that partial deserialization is possible, similar thing was done in PR #4275. So, nothing prevents from adding the extra column now.

vladak avatar Oct 31 '23 15:10 vladak