From: Timo Hirvonen <tihirvon@gmail.com>
To: Junio C Hamano <junkio@cox.net>
Cc: git@vger.kernel.org
Subject: [PATCH 0/5] Rework diff options
Date: Sat, 24 Jun 2006 01:15:38 +0300 [thread overview]
Message-ID: <20060624011538.9bb179e7.tihirvon@gmail.com> (raw)
This patch series cleans up diff output format options.
This makes it possible to use any combination of --raw, -p, --stat and
--summary options and they work as you would expect.
These patches passed all tests but patch 2/5 is quite intrusive...
b/builtin-diff-files.c | 10 +-
b/builtin-diff-index.c | 4
b/builtin-diff-stages.c | 3
b/builtin-diff-tree.c | 3
b/builtin-diff.c | 74 ++++++-----------
b/builtin-log.c | 12 +-
b/combine-diff.c | 45 +++-------
b/diff.c | 207 +++++++++++++++++++++++-------------------------
b/diff.h | 29 +++---
b/git-merge.sh | 3
b/log-tree.c | 15 ++-
b/revision.c | 5 -
12 files changed, 196 insertions(+), 214 deletions(-)
--
http://onion.dynserv.net/~timo/
next reply other threads:[~2006-06-23 22:17 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-06-23 22:15 Timo Hirvonen [this message]
2006-06-23 22:28 ` [PATCH 0/5] Rework diff options Johannes Schindelin
2006-06-23 22:44 ` Timo Hirvonen
2006-06-23 23:18 ` Johannes Schindelin
2006-06-23 23:28 ` Junio C Hamano
2006-06-24 0:04 ` Johannes Schindelin
2006-06-24 2:51 ` Junio C Hamano
2006-06-23 23:16 ` Linus Torvalds
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=20060624011538.9bb179e7.tihirvon@gmail.com \
--to=tihirvon@gmail.com \
--cc=git@vger.kernel.org \
--cc=junkio@cox.net \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.