Re: [PATCH 0/4] Add "stat only" diff mode

2014-10-06 Thread Konstantin Ryabitsev
On 06/10/14 02:10 AM, Lukas Fleischer wrote: > On Mon, 06 Oct 2014 at 05:01:41, Jason A. Donenfeld wrote: >> Curious to know the motivation behind this patchset. Why would you want >> stat-only? >> [...] > > To avoid loading the whole diff when you're only interested in changes > to a single file

Re: [PATCH 0/4] Add "stat only" diff mode

2014-10-05 Thread Lukas Fleischer
On Mon, 06 Oct 2014 at 05:01:41, Jason A. Donenfeld wrote: > Curious to know the motivation behind this patchset. Why would you want > stat-only? > [...] To avoid loading the whole diff when you're only interested in changes to a single file [1]. [1] http://lists.zx2c4.com/pipermail/cgit/2014-Sep

Re: [PATCH 0/4] Add "stat only" diff mode

2014-10-05 Thread Jason A. Donenfeld
Curious to know the motivation behind this patchset. Why would you want stat-only? Will review very soon. ___ CGit mailing list CGit@lists.zx2c4.com http://lists.zx2c4.com/mailman/listinfo/cgit

[PATCH 0/4] Add "stat only" diff mode

2014-10-05 Thread John Keeping
This series extends the diff type combobox to include a new "stat only" mode, which outputs only the stat section of the diff. The first two patches are preparatory cleanups to remove some references to the existing "ssdiff" flag, then we change that flag to an enum in patch 3 and add the "stat on