From: Bo Yang <struggleyb.nku@gmail.com>
To: git@vger.kernel.org
Cc: gitster@pobox.com, Jens.Lehmann@web.de, trast@student.ethz.ch
Subject: [PATCH v1 0/4] add parent rewrite feature to line level log
Date: Sun, 11 Jul 2010 14:27:33 +0800 [thread overview]
Message-ID: <1278829657-26607-1-git-send-email-struggleyb.nku@gmail.com> (raw)
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(-)
next reply other threads:[~2010-07-11 6:29 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-07-11 6:27 Bo Yang [this message]
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
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=1278829657-26607-1-git-send-email-struggleyb.nku@gmail.com \
--to=struggleyb.nku@gmail.com \
--cc=Jens.Lehmann@web.de \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
--cc=trast@student.ethz.ch \
/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).