git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6 v3] Make git log --graph looks better with -p and other diff options
@ 2010-05-21  1:52 Bo Yang
  2010-05-21  1:52 ` [PATCH 1/6 v3] Add a prefix output callback to diff output Bo Yang
  2010-05-21  3:50 ` [PATCH 0/6 v3] Make git log --graph looks better with -p and other diff options Jeff King
  0 siblings, 2 replies; 8+ messages in thread
From: Bo Yang @ 2010-05-21  1:52 UTC (permalink / raw)
  To: git; +Cc: gitster, trast, peff

Thanks to Jeff, make --graph work well with --summary.
And change the call parameters of output_prefix function, remove the unused FILE* and replace it with a diff_options.

Bo Yang (6):
  Add a prefix output callback to diff output.
  Output the graph columns at the end of the commit message.
  diff.c: Output the text graph padding before each diff line.
  Emit a whole line once a time.
  Register a callback for graph output.
  Make --color-words work well with --graph.

 color.c    |   21 +++-
 color.h    |    3 +-
 diff.c     |  379 +++++++++++++++++++++++++++++++++++++++++++++---------------
 diff.h     |    5 +
 graph.c    |   19 +++
 log-tree.c |    6 +
 6 files changed, 331 insertions(+), 102 deletions(-)

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

end of thread, other threads:[~2010-05-21  3:50 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-21  1:52 [PATCH 0/6 v3] Make git log --graph looks better with -p and other diff options Bo Yang
2010-05-21  1:52 ` [PATCH 1/6 v3] Add a prefix output callback to diff output Bo Yang
2010-05-21  1:52   ` [PATCH 2/6 v3] Output the graph columns at the end of the commit message Bo Yang
2010-05-21  1:52     ` [PATCH 3/6 v3] diff.c: Output the text graph padding before each diff line Bo Yang
2010-05-21  1:52       ` [PATCH 4/6 v3] Emit a whole line once a time Bo Yang
2010-05-21  1:52         ` [PATCH 5/6 v3] Register a callback for graph output Bo Yang
2010-05-21  1:52           ` [PATCH 6/6 v3] Make --color-words work well with --graph Bo Yang
2010-05-21  3:50 ` [PATCH 0/6 v3] Make git log --graph looks better with -p and other diff options Jeff King

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