List for cgit developers and users
 help / color / mirror / Atom feed
* [PATCH 0/4] Add "stat only" diff mode
@ 2014-10-05  9:59 john
  2014-10-05  9:59 ` [PATCH 1/4] ui-shared: remove toggle_ssdiff arg to cgit_commit_link() john
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: john @ 2014-10-05  9:59 UTC (permalink / raw)


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 only" value in the final patch.

John Keeping (4):
  ui-shared: remove toggle_ssdiff arg to cgit_commit_link()
  ui-shared: remove toggle_ssdiff arg to cgit_diff_link()
  Change "ss" diff flag to an enum
  ui-diff: add "stat only" diff type

 cgit.c      | 12 ++++++++----
 cgit.h      | 10 +++++++---
 ui-commit.c |  6 +++---
 ui-diff.c   | 16 +++++++++++-----
 ui-log.c    |  4 ++--
 ui-refs.c   |  2 +-
 ui-shared.c | 23 +++++++++++------------
 ui-shared.h |  5 ++---
 8 files changed, 45 insertions(+), 33 deletions(-)

-- 
2.1.0.374.g390713e



^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2014-12-24  1:49 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-05  9:59 [PATCH 0/4] Add "stat only" diff mode john
2014-10-05  9:59 ` [PATCH 1/4] ui-shared: remove toggle_ssdiff arg to cgit_commit_link() john
2014-12-24  1:48   ` Jason
2014-10-05  9:59 ` [PATCH 2/4] ui-shared: remove toggle_ssdiff arg to cgit_diff_link() john
2014-12-24  1:49   ` Jason
2014-10-05  9:59 ` [PATCH 3/4] Change "ss" diff flag to an enum john
2014-12-24  1:49   ` Jason
2014-10-05  9:59 ` [PATCH 4/4] ui-diff: add "stat only" diff type john
2014-12-24  1:49   ` Jason
2014-10-06  3:01 ` [PATCH 0/4] Add "stat only" diff mode Jason
2014-10-06  6:10   ` cgit
2014-10-06 13:25     ` mricon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).