List for cgit developers and users
 help / color / mirror / Atom feed
From: john at keeping.me.uk (John Keeping)
Subject: [PATCH 0/4] Add "stat only" diff mode
Date: Sun,  5 Oct 2014 10:59:01 +0100	[thread overview]
Message-ID: <cover.1412502867.git.john@keeping.me.uk> (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



             reply	other threads:[~2014-10-05  9:59 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-05  9:59 john [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1412502867.git.john@keeping.me.uk \
    --to=cgit@lists.zx2c4.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).