From: Tay Ray Chuan <rctay89@gmail.com>
To: "Git Mailing List" <git@vger.kernel.org>
Cc: "Junio C Hamano" <gitster@pobox.com>,
"Shawn O. Pearce" <spearce@spearce.org>
Subject: [PATCH 0/3] prepare for histogram diff
Date: Wed, 6 Jul 2011 14:15:42 +0800 [thread overview]
Message-ID: <1309932945-5048-1-git-send-email-rctay89@gmail.com> (raw)
Tay Ray Chuan (3):
xdiff/xprepare: use memset
xdiff/xpatience: factor out fall-back-diff function
t4033-diff-patience: factor out tests
t/lib-diff-patience.sh | 162 ++++++++++++++++++++++++++++++++++++++++++++++
t/t4033-diff-patience.sh | 162 +---------------------------------------------
xdiff/xpatience.c | 27 +-------
xdiff/xprepare.c | 10 +--
xdiff/xutils.c | 31 +++++++++
xdiff/xutils.h | 2 +
6 files changed, 203 insertions(+), 191 deletions(-)
create mode 100644 t/lib-diff-patience.sh
--
1.7.3.4.678.g170bd
next reply other threads:[~2011-07-06 6:16 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-07-06 6:15 Tay Ray Chuan [this message]
2011-07-06 6:15 ` [PATCH 1/3] xdiff/xprepare: use memset Tay Ray Chuan
2011-07-06 6:15 ` [PATCH 2/3] xdiff/xpatience: factor out fall-back-diff function Tay Ray Chuan
2011-07-06 6:15 ` [PATCH 3/3] t4033-diff-patience: factor out tests Tay Ray Chuan
2011-07-06 7:29 ` Ramkumar Ramachandra
2011-07-06 15:01 ` Tay Ray Chuan
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=1309932945-5048-1-git-send-email-rctay89@gmail.com \
--to=rctay89@gmail.com \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
--cc=spearce@spearce.org \
/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).