Truncate "commit" page

John Keeping john at keeping.me.uk
Wed Sep 7 14:58:12 CEST 2016


On Wed, Sep 07, 2016 at 11:44:30AM +0000, Luc Chante wrote:
> I wonder if there is a way to truncate the content of the "commit" page ?
> 
> I have heavy commits (like adding dependencies when using npm modules).
> Beside the fact that the log is quite unusable, the rendered page can be
> massive and very long to receive and/or to display.

I think you should be able to add "dt=2" to the query parameters in the
URL to enable the "stat only" diff mode, but it looks like we don't have
a way to enable that by default via the config.

The feature was originally added to support links to diffs between Linux
kernel versions (e.g. for the patch from v4.4.18 to v4.4.19) and it
hasn't been extended at all beyond that, but the commit page calls the
same code to generate the diff so the query parameter should work there
as well.


More information about the CGit mailing list