From: "Nguyễn Thái Ngọc Duy" <pclouds@gmail.com>
To: git@vger.kernel.org
Cc: "Nguyễn Thái Ngọc Duy" <pclouds@gmail.com>
Subject: [PATCH 0/3] Exclude pathspec
Date: Fri, 6 Dec 2013 14:30:46 +0700 [thread overview]
Message-ID: <1386315049-19097-1-git-send-email-pclouds@gmail.com> (raw)
A WIP patch [1] was posted a while ago. This is the polished version
with tests and stuff. '!' is used as the shortcut instead of '-'. You
can now say "select this path except this subpath..." for nearly all
commands that take pathspec.
[1] http://thread.gmane.org/gmane.comp.version-control.git/234835/focus=238062
Nguyễn Thái Ngọc Duy (3):
glossary-content.txt: rephrase magic signature part
Support pathspec magic :(exclude) and its short form :!
pathspec.c: support adding prefix magic to a pathspec with mnemonic magic
Documentation/glossary-content.txt | 34 +++----
builtin/add.c | 5 +-
dir.c | 47 +++++++--
pathspec.c | 37 ++++---
pathspec.h | 4 +-
t/t6132-pathspec-exclude.sh (new +x) | 184 +++++++++++++++++++++++++++++++++++
tree-walk.c | 83 +++++++++++++++-
7 files changed, 354 insertions(+), 40 deletions(-)
--
1.8.5.1.25.g8667982
next reply other threads:[~2013-12-06 7:26 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-12-06 7:30 Nguyễn Thái Ngọc Duy [this message]
2013-12-06 7:30 ` [PATCH 1/3] glossary-content.txt: rephrase magic signature part Nguyễn Thái Ngọc Duy
2013-12-06 7:30 ` [PATCH 2/3] Support pathspec magic :(exclude) and its short form :! Nguyễn Thái Ngọc Duy
2013-12-06 7:30 ` [PATCH 3/3] pathspec.c: support adding prefix magic to a pathspec with mnemonic magic Nguyễn Thái Ngọc Duy
2013-12-06 18:12 ` [PATCH 0/3] Exclude pathspec Junio C Hamano
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=1386315049-19097-1-git-send-email-pclouds@gmail.com \
--to=pclouds@gmail.com \
--cc=git@vger.kernel.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).