From: "Nguyễn Thái Ngọc Duy" <pclouds@gmail.com>
To: git@vger.kernel.org
Cc: "Junio C Hamano" <gitster@pobox.com>,
"Nguyễn Thái Ngọc Duy" <pclouds@gmail.com>
Subject: [PATCH 0/4] nd/attr-match-optim-more updates
Date: Sun, 14 Oct 2012 18:55:38 +0700 [thread overview]
Message-ID: <1350215742-20761-1-git-send-email-pclouds@gmail.com> (raw)
This is on top of nd/attr-match-optim-more to fix the bug I sent
recently [1] sharing the code, thus sharing any fixes.
[1] http://thread.gmane.org/gmane.comp.version-control.git/207652
Nguyễn Thái Ngọc Duy (4):
exclude: stricten a length check in EXC_FLAG_ENDSWITH case
exclude: fix a bug in prefix compare optimization
exclude/attr: share basename matching code
exclude/attr: share full pathname matching code
attr.c | 50 +++------------
dir.c | 121 +++++++++++++++++++++++--------------
dir.h | 5 ++
t/t3001-ls-files-others-exclude.sh | 6 ++
4 files changed, 95 insertions(+), 87 deletions(-)
--
1.8.0.rc2.11.g2b79d01
next reply other threads:[~2012-10-14 11:56 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-10-14 11:55 Nguyễn Thái Ngọc Duy [this message]
2012-10-14 11:55 ` [PATCH 1/4] exclude: stricten a length check in EXC_FLAG_ENDSWITH case Nguyễn Thái Ngọc Duy
2012-10-14 11:55 ` [PATCH 2/4] exclude: fix a bug in prefix compare optimization Nguyễn Thái Ngọc Duy
2012-10-14 11:55 ` [PATCH 3/4] exclude/attr: share basename matching code Nguyễn Thái Ngọc Duy
2012-10-14 18:09 ` Junio C Hamano
2012-10-14 11:55 ` [PATCH 4/4] exclude/attr: share full pathname " Nguyễn Thái Ngọc Duy
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=1350215742-20761-1-git-send-email-pclouds@gmail.com \
--to=pclouds@gmail.com \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.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).