Age | Commit message (Expand) | Author | Files | Lines |
2013-10-28 | pathspec: stop --*-pathspecs impact on internal parse_pathspec() uses | Nguyễn Thái Ngọc Duy | 1 | -0/+7 |
2013-09-09 | Merge branch 'nd/magic-pathspec' | Junio C Hamano | 1 | -1/+1 |
2013-07-15 | parse_pathspec: accept :(icase)path syntax | Nguyễn Thái Ngọc Duy | 1 | -1/+21 |
2013-07-15 | pathspec: support :(glob) syntax | Nguyễn Thái Ngọc Duy | 1 | -1/+3 |
2013-07-15 | pathspec: support :(literal) syntax for noglob pathspec | Nguyễn Thái Ngọc Duy | 1 | -1/+3 |
2013-07-15 | kill limit_pathspec_to_literal() as it's only used by parse_pathspec() | Nguyễn Thái Ngọc Duy | 1 | -2/+0 |
2013-07-15 | parse_pathspec: make sure the prefix part is wildcard-free | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2013-07-15 | rename field "raw" to "_raw" in struct pathspec | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2013-07-15 | remove match_pathspec() in favor of match_pathspec_depth() | Nguyễn Thái Ngọc Duy | 1 | -2/+2 |
2013-07-15 | remove init_pathspec() in favor of parse_pathspec() | Nguyễn Thái Ngọc Duy | 1 | -1/+0 |
2013-07-15 | check-ignore: convert to use parse_pathspec | Nguyễn Thái Ngọc Duy | 1 | -0/+1 |
2013-07-15 | guard against new pathspec magic in pathspec matching code | Nguyễn Thái Ngọc Duy | 1 | -0/+7 |
2013-07-15 | parse_pathspec: support prefixing original patterns | Nguyễn Thái Ngọc Duy | 1 | -0/+1 |
2013-07-15 | parse_pathspec: support stripping/checking submodule paths | Nguyễn Thái Ngọc Duy | 1 | -0/+10 |
2013-07-15 | parse_pathspec: support stripping submodule trailing slashes | Nguyễn Thái Ngọc Duy | 1 | -0/+2 |
2013-07-15 | parse_pathspec: add special flag for max_depth feature | Nguyễn Thái Ngọc Duy | 1 | -1/+5 |
2013-07-15 | parse_pathspec: add PATHSPEC_PREFER_{CWD,FULL} flags | Nguyễn Thái Ngọc Duy | 1 | -0/+4 |
2013-07-15 | parse_pathspec: save original pathspec for reporting | Nguyễn Thái Ngọc Duy | 1 | -0/+1 |
2013-07-15 | add parse_pathspec() that converts cmdline args to struct pathspec | Nguyễn Thái Ngọc Duy | 1 | -0/+11 |
2013-07-15 | pathspec: add copy_pathspec | Nguyễn Thái Ngọc Duy | 1 | -0/+1 |
2013-07-15 | move struct pathspec and related functions to pathspec.[ch] | Nguyễn Thái Ngọc Duy | 1 | -0/+21 |
2013-01-06 | add.c: extract new die_if_path_beyond_symlink() for reuse | Adam Spiers | 1 | -0/+1 |
2013-01-06 | add.c: extract check_path_for_gitlink() from treat_gitlinks() for reuse | Adam Spiers | 1 | -0/+1 |
2013-01-06 | pathspec.c: rename newly public functions for clarity | Adam Spiers | 1 | -2/+2 |
2013-01-06 | add.c: move pathspec matchers into new pathspec.c for reuse | Adam Spiers | 1 | -0/+7 |