From: Jeff King <peff@peff.net>
To: Junio C Hamano <junkio@cox.net>
Cc: git@vger.kernel.org
Subject: [PATCH 0/3] Convert run_status to a builtin
Date: Thu, 7 Sep 2006 02:29:18 -0400 [thread overview]
Message-ID: <20060907062917.GA16969@coredump.intra.peff.net> (raw)
This series of patches converts the run_status function from
git-commit.sh to a C builtin. Hopefully we can use this as a starting
point for further improvements (the only feature I added was
colorization). I haven't had a chance to look closely at the
simultaneous traversal code in pu, but that would be the nice next place
to take this concept.
Patch 1/3 adds the necessary diff callback infrastructure, which may be
of value regardless of whether the final patch is accepted.
Patch 2/3 lib-ifies the diff color support so it can be reused by
run-status. Again, I think this is worth doing anyway from a code
cleanup standpoint.
Patch 3/3 does the actual conversion.
-Peff
next reply other threads:[~2006-09-07 6:29 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <<20060907062917.GA16969@coredump.intra.peff.net>
2006-09-07 6:29 ` Jeff King [this message]
2006-09-07 6:35 ` [PATCH 1/3] diff: support custom callbacks for output Jeff King
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=20060907062917.GA16969@coredump.intra.peff.net \
--to=peff@peff.net \
--cc=git@vger.kernel.org \
--cc=junkio@cox.net \
/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