From mboxrd@z Thu Jan 1 00:00:00 1970 From: cgit at cryptocrack.de (Lukas Fleischer) Date: Thu, 8 Sep 2011 16:47:04 +0200 Subject: patch to show only diffstat in the commit tab In-Reply-To: References: Message-ID: <20110908144704.GA28784@blizzard> On Thu, Sep 08, 2011 at 07:39:56AM -0700, Vial, Florent wrote: > Hi, > > Please find attached a patch that modifies cgit behaviour like following: > The commit tab now only shows the diffstat + diffstat summary, not the full diff anymore. The reason for that is that we have huge tree differences between 2 commits and do not want to overload the web server, only have a summary of the files that were changed in the commit. Only when one clicks on the diff tab, the full diff is displayed. > > There were also a lot of refactoring in the cgit_print_*** functions in ui-diff as it was very monolithic. The mailing list strips attachments. Please send patches inline (check git-send-email(1)). Thanks!