git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] Globbing support in diff family
@ 2010-09-19 23:29 Nguyễn Thái Ngọc Duy
  2010-09-19 23:29 ` [PATCH 1/5] pathspec: mark wildcard pathspecs from the beginning Nguyễn Thái Ngọc Duy
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Nguyễn Thái Ngọc Duy @ 2010-09-19 23:29 UTC (permalink / raw)
  To: git; +Cc: Nguyễn Thái Ngọc Duy

This is on top of the pathspec struct series

http://mid.gmane.org/1284938514-16663-1-git-send-email-pclouds@gmail.com

One question to document experts: where to document "pathspec", git.txt?

Nguyễn Thái Ngọc Duy (5):
  pathspec: mark wildcard pathspecs from the beginning
  pathspec: add tree_recursive_diff parameter
  tree_entry_interesting: turn to match_pathspec if wildcard is present
  Convert ce_path_match() to use struct pathspec
  ce_path_match: drop prefix matching in favor of match_pathspec

 builtin/update-index.c   |    8 ++++++--
 cache.h                  |    5 ++++-
 diff-lib.c               |   10 ++++++++--
 dir.c                    |    7 ++++++-
 preload-index.c          |    5 ++++-
 read-cache.c             |   25 ++-----------------------
 revision.c               |    5 ++++-
 t/t4010-diff-pathspec.sh |   23 +++++++++++++++++++++++
 tree-diff.c              |    1 +
 tree-walk.c              |   18 ++++++++++++++++++
 wt-status.c              |    5 ++++-
 11 files changed, 80 insertions(+), 32 deletions(-)

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

end of thread, other threads:[~2010-09-28  5:28 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-19 23:29 [PATCH 0/5] Globbing support in diff family Nguyễn Thái Ngọc Duy
2010-09-19 23:29 ` [PATCH 1/5] pathspec: mark wildcard pathspecs from the beginning Nguyễn Thái Ngọc Duy
2010-09-19 23:29 ` [PATCH 2/5] pathspec: add tree_recursive_diff parameter Nguyễn Thái Ngọc Duy
2010-09-27 22:20   ` Junio C Hamano
2010-09-28  2:38     ` Nguyen Thai Ngoc Duy
2010-09-28  5:28       ` Junio C Hamano
2010-09-19 23:29 ` [PATCH 3/5] tree_entry_interesting: turn to match_pathspec if wildcard is present Nguyễn Thái Ngọc Duy
2010-09-19 23:29 ` [PATCH 4/5] Convert ce_path_match() to use struct pathspec Nguyễn Thái Ngọc Duy
2010-09-19 23:30 ` [PATCH 5/5] ce_path_match: drop prefix matching in favor of match_pathspec Nguyễn Thái Ngọc Duy

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