<div dir="ltr">OK, thank you.</div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Jun 16, 2018 at 7:21 PM, John Keeping <span dir="ltr"><<a href="mailto:john@keeping.me.uk" target="_blank">john@keeping.me.uk</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Sorry for the delay responding.<br>
<span class=""><br>
On Wed, Apr 11, 2018 at 12:00:28PM +0300, Vlad wrote:<br>
> I think adding short (7 chars) commit id to repository Log tab output<br>
> might be more useful than file or line count..<br>
> <br>
> I have examined the code, it it not easy to add an extra column<br>
> to the output.<br>
> <br>
> Would you suggest ways how to implement this?<br>
<br>
</span>I'm not sure I agree that this is useful, but personally I wouldn't be<br>
opposed to adding this if the code is simple.<br>
<br>
I don't think it's hard to do, you just need to add a new <th> element<br>
in cgit_print_log() and then write the <tr> element in print_commit(),<br>
making sure that columns is also adjusted.  All of the code should be in<br>
ui-log.c unless you add a config switch to enable this feature..<br>
</blockquote></div><br></div>