git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Exclude pathspec
@ 2013-12-06  7:30 Nguyễn Thái Ngọc Duy
  2013-12-06  7:30 ` [PATCH 1/3] glossary-content.txt: rephrase magic signature part Nguyễn Thái Ngọc Duy
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Nguyễn Thái Ngọc Duy @ 2013-12-06  7:30 UTC (permalink / raw)
  To: git; +Cc: Nguyễn Thái Ngọc Duy

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-12-06 18:12 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-06  7:30 [PATCH 0/3] Exclude pathspec Nguyễn Thái Ngọc Duy
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

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).