git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Johan Herland <johan@herland.net>
To: Lars Hjemli <hjemli@gmail.com>
Cc: git@vger.kernel.org, johan@herland.net
Subject: [CGit RFC/PATCH 0/5] Commit graph on CGit's 'log' view
Date: Tue, 13 Jul 2010 23:40:16 +0200	[thread overview]
Message-ID: <1279057221-28036-1-git-send-email-johan@herland.net> (raw)
In-Reply-To: <1279056219-27096-1-git-send-email-johan@herland.net>

Hi,

Here are some patches to implement an ASCII-art commit graph on CGit's
'log' page. The patches reuse the graph-drawing code from Git's own
'git log --graph'. As such, these patches depend on the two patches
I just submitted to the Git list for extending the graph.h API.

More detailed: Patch #4 in this series (ui-log: Implement support for
commit graphs) depend on patch #1 in the other series (Make
graph_next_line() available in the graph.h API), while patch #5 in
this series (ui-log: Colorize commit graph) depends on patch #2 in the
other series (Enable custom schemes for column colors in the graph
API).

Otherwise, the first patch in this series is a minor cleanup patch,
while patches #2 and #3 prepare for the introduction of commit graphs
in patch #4.


Have fun!

...Johan


Johan Herland (5):
  ui-stats: Remove unnecessary #include
  ui-log: Move 'Age' column to the right of 'Author', like in gitk
  ui-log: Refactor display of commit messages
  ui-log: Implement support for commit graphs
  ui-log: Colorize commit graph

 cgit.c       |    6 +++
 cgit.css     |   31 ++++++++++++-
 cgit.h       |    3 +
 cgitrc.5.txt |   15 ++++++-
 shared.c     |    1 +
 ui-log.c     |  140 +++++++++++++++++++++++++++++++++++++++++++++++-----------
 ui-stats.c   |    2 -
 7 files changed, 168 insertions(+), 30 deletions(-)

  parent reply	other threads:[~2010-07-13 21:40 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-07-13 21:23 [PATCH 0/2] Preparing the graph API for external users Johan Herland
2010-07-13 21:23 ` [PATCH 1/2] Make graph_next_line() available in the graph.h API Johan Herland
2010-07-13 21:23 ` [PATCH 2/2] Enable custom schemes for column colors in the graph API Johan Herland
2010-07-13 21:40 ` Johan Herland [this message]
2010-07-13 22:57   ` [CGit RFC/PATCH 0/5] Commit graph on CGit's 'log' view Lars Hjemli
2010-07-14  5:59     ` Johan Herland
2010-07-18 13:26       ` Lars Hjemli
2010-07-13 21:40 ` [CGit RFC/PATCH 1/5] ui-stats: Remove unnecessary #include Johan Herland
2010-07-13 21:40 ` [CGit RFC/PATCH 2/5] ui-log: Move 'Age' column to the right of 'Author', like in gitk Johan Herland
2010-07-13 21:40 ` [CGit RFC/PATCH 3/5] ui-log: Refactor display of commit messages Johan Herland
2010-07-13 21:40 ` [CGit RFC/PATCH 4/5] ui-log: Implement support for commit graphs Johan Herland
2010-07-13 21:40 ` [CGit RFC/PATCH 5/5] ui-log: Colorize commit graph Johan Herland

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=1279057221-28036-1-git-send-email-johan@herland.net \
    --to=johan@herland.net \
    --cc=git@vger.kernel.org \
    --cc=hjemli@gmail.com \
    /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).