34016 Commits (5fee995244e13fd59500425d49038b00499396f8)
 

Author SHA1 Message Date
Jens Lehmann 5fee995244 submodule.c: add .gitmodules staging helper functions 12 years ago
Jens Lehmann a88c915de9 mv: move submodules using a gitfile 12 years ago
Jens Lehmann 1150246828 mv: move submodules together with their work trees 12 years ago
Stefan Beller 4838c81fab rm: do not set a variable twice without intermediate reading. 12 years ago
Mark Levedahl db6a6adabf t6131 - skip tests if on case-insensitive file system 12 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 61588ccf78 tree-diff: remove the use of pathspec's raw[] in follow-rename codepath 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 bd1928df1d remove diff_tree_{setup,release}_paths 12 years ago
Nguyễn Thái Ngọc Duy 827f4d6c21 convert common_prefix() to use struct pathspec 12 years ago
Nguyễn Thái Ngọc Duy 3efe8e4381 convert add_files_to_cache to take struct pathspec 12 years ago
Nguyễn Thái Ngọc Duy 7327d3d1b7 convert {read,fill}_directory to take struct pathspec 12 years ago
Nguyễn Thái Ngọc Duy 9b2d61499b convert refresh_index to take struct pathspec 12 years ago
Nguyễn Thái Ngọc Duy 17ddc66e70 convert report_path_error to take struct pathspec 12 years ago
Nguyễn Thái Ngọc Duy 18e4f40599 checkout: convert read_tree_some to take struct pathspec 12 years ago
Nguyễn Thái Ngọc Duy 5ab06518a7 convert unmerge_cache to take struct pathspec 12 years ago
Nguyễn Thái Ngọc Duy 480ca6449e convert run_add_interactive to use struct pathspec 12 years ago
Nguyễn Thái Ngọc Duy 5ab2a2dabd convert read_cache_preload() to take struct pathspec 12 years ago
Nguyễn Thái Ngọc Duy 78a951432d line-log: convert to use parse_pathspec 12 years ago
Nguyễn Thái Ngọc Duy f8144c9fcf reset: convert to use 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 f3e743a0d9 archive: convert to use parse_pathspec 12 years ago
Nguyễn Thái Ngọc Duy 9e06d6ed76 ls-files: convert to use parse_pathspec 12 years ago
Nguyễn Thái Ngọc Duy 29211a93c1 rm: convert to use parse_pathspec 12 years ago
Nguyễn Thái Ngọc Duy 817b345aeb checkout: convert to use parse_pathspec 12 years ago
Nguyễn Thái Ngọc Duy 01a10b0af9 rerere: convert to use parse_pathspec 12 years ago
Nguyễn Thái Ngọc Duy 15b55ae06a status: convert to use parse_pathspec 12 years ago
Nguyễn Thái Ngọc Duy 6654c8894e commit: convert to use parse_pathspec 12 years ago
Nguyễn Thái Ngọc Duy 893d839970 clean: convert to use parse_pathspec 12 years ago
Nguyễn Thái Ngọc Duy 8f4f8f4579 guard against new pathspec magic in pathspec matching code 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 0fdc2ae512 convert some get_pathspec() calls to parse_pathspec() 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