git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 0/4] add parent rewrite feature to line level log
@ 2010-07-11  6:27 Bo Yang
  2010-07-11  6:27 ` [PATCH v1 1/4] make rewrite_parents an external function Bo Yang
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Bo Yang @ 2010-07-11  6:27 UTC (permalink / raw)
  To: git; +Cc: gitster, Jens.Lehmann, trast

With this series of patches, one can provide options such as '--graph', '--parents', '--simplify-merges' and etc to 'git log -L' command and get the right result.
Note that, this series is based on the previous series 'the version 3 of 13 commits just posted to the list'. :-)

Bo Yang (4):
  make rewrite_parents a external function
  add parent rewrite feature to line level log
  line.c output the '--graph' padding before each line
  add test cases for '--graph' of line level log

 Documentation/git-log.txt          |    2 +
 line.c                             |  177 ++++++++++++++++++++++++-----
 line.h                             |    2 +
 revision.c                         |   14 +--
 revision.h                         |   10 ++
 t/t4301-log-line-single-history.sh |  225 ++++++++++++++++++++++++++++++++++++
 t/t4302-log-line-merge-history.sh  |   51 ++++++++-
 7 files changed, 445 insertions(+), 36 deletions(-)

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

end of thread, other threads:[~2010-07-14 19:11 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-11  6:27 [PATCH v1 0/4] add parent rewrite feature to line level log Bo Yang
2010-07-11  6:27 ` [PATCH v1 1/4] make rewrite_parents an external function Bo Yang
2010-07-14 19:10   ` Junio C Hamano
2010-07-11  6:27 ` [PATCH v1 2/4] add parent rewrite feature to line level log Bo Yang
2010-07-13 20:47   ` Junio C Hamano
2010-07-11  6:27 ` [PATCH v1 3/4] line.c output the '--graph' padding before each line Bo Yang
2010-07-13 20:49   ` Junio C Hamano
2010-07-11  6:27 ` [PATCH v1 4/4] add test cases for '--graph' of line level log Bo Yang

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