39 Commits (03110863517c4a7aa37a10f14a9ad8be49eeca59)

Author SHA1 Message Date
Nguyễn Thái Ngọc Duy 429bb40abd pathspec: convert some match_pathspec_depth() to ce_path_match() 11 years ago
Nguyễn Thái Ngọc Duy 1649612a22 pathspec.c: support adding prefix magic to a pathspec with mnemonic magic 11 years ago
Nguyễn Thái Ngọc Duy ef79b1f870 Support pathspec magic :(exclude) and its short form :! 11 years ago
Christian Couder 5955654823 replace {pre,suf}fixcmp() with {starts,ends}_with() 11 years ago
Masanari Iida 382d20e3eb typofixes: fix misspelt comments 11 years ago
Nguyễn Thái Ngọc Duy 4a2d5ae262 pathspec: stop --*-pathspecs impact on internal parse_pathspec() uses 11 years ago
Nguyễn Thái Ngọc Duy bc341c8b61 pathspec: catch prepending :(prefix) on pathspec with short magic 11 years ago
Nguyễn Thái Ngọc Duy 93d9353716 parse_pathspec: accept :(icase)path syntax 12 years ago
Nguyễn Thái Ngọc Duy bd30c2e484 pathspec: support :(glob) syntax 12 years ago
Nguyễn Thái Ngọc Duy a16bf9dd74 pathspec: make --literal-pathspecs disable pathspec magic 12 years ago
Nguyễn Thái Ngọc Duy 5c6933d201 pathspec: support :(literal) syntax for noglob pathspec 12 years ago
Nguyễn Thái Ngọc Duy 341003e715 kill limit_pathspec_to_literal() as it's only used by parse_pathspec() 12 years ago
Nguyễn Thái Ngọc Duy 233c3e6c59 parse_pathspec: preserve prefix length via PATHSPEC_PREFIX_ORIGIN 12 years ago
Nguyễn Thái Ngọc Duy 645a29c40a parse_pathspec: make sure the prefix part is wildcard-free 12 years ago
Nguyễn Thái Ngọc Duy b3920bbdc5 rename field "raw" to "_raw" in struct pathspec 12 years ago
Nguyễn Thái Ngọc Duy 84b8b5d1fa remove match_pathspec() in favor of match_pathspec_depth() 12 years ago
Nguyễn Thái Ngọc Duy 9a08727443 remove init_pathspec() in favor of parse_pathspec() 12 years ago
Nguyễn Thái Ngọc Duy 5a76aff1a6 add: convert to use parse_pathspec 12 years ago
Nguyễn Thái Ngọc Duy 931eab64ad check-ignore: convert to use parse_pathspec 12 years ago
Nguyễn Thái Ngọc Duy dad2586a6b parse_pathspec: support prefixing original patterns 12 years ago
Nguyễn Thái Ngọc Duy 8745024422 parse_pathspec: support stripping/checking submodule paths 12 years ago
Nguyễn Thái Ngọc Duy b69bb3fc27 parse_pathspec: support stripping submodule trailing slashes 12 years ago
Nguyễn Thái Ngọc Duy 6330a17199 parse_pathspec: add special flag for max_depth feature 12 years ago
Nguyễn Thái Ngọc Duy fc12261fea parse_pathspec: add PATHSPEC_PREFER_{CWD,FULL} flags 12 years ago
Nguyễn Thái Ngọc Duy d2ce133195 parse_pathspec: save original pathspec for reporting 12 years ago
Nguyễn Thái Ngọc Duy 87323bdace add parse_pathspec() that converts cmdline args to struct pathspec 12 years ago
Nguyễn Thái Ngọc Duy e4d92cdcd9 pathspec: add copy_pathspec 12 years ago
Nguyễn Thái Ngọc Duy f01d9820e7 pathspec: i18n-ize error strings in pathspec parsing code 12 years ago
Nguyễn Thái Ngọc Duy 64acde94ef move struct pathspec and related functions to pathspec.[ch] 12 years ago
Nguyễn Thái Ngọc Duy 9c5e6c802c Convert "struct cache_entry *" to "const ..." wherever possible 12 years ago
Adam Spiers 512aaf9453 add.c: extract new die_if_path_beyond_symlink() for reuse 12 years ago
Adam Spiers 9d67b61f73 add.c: extract check_path_for_gitlink() from treat_gitlinks() for reuse 12 years ago
Adam Spiers 4b78d7bccd pathspec.c: rename newly public functions for clarity 12 years ago
Adam Spiers 6f525e7100 add.c: move pathspec matchers into new pathspec.c for reuse 12 years ago