git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] Rework diff options
@ 2006-06-23 22:15 Timo Hirvonen
  2006-06-23 22:28 ` Johannes Schindelin
  2006-06-23 23:16 ` Linus Torvalds
  0 siblings, 2 replies; 8+ messages in thread
From: Timo Hirvonen @ 2006-06-23 22:15 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: git

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/

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

end of thread, other threads:[~2006-06-24  2:51 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-23 22:15 [PATCH 0/5] Rework diff options Timo Hirvonen
2006-06-23 22:28 ` 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

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).