1. f4f233e Merge branch 'bw/pathspec-match-submodule-boundary' by Junio C Hamano · 7 years ago
  2. eef3df5 pathspec: only match across submodule boundaries when requested by Brandon Williams · 7 years ago
  3. 29c0e90 pathspec doc: parse_pathspec does not maintain references to args by Jonathan Nieder · 7 years ago
  4. 08de915 pathspec: convert find_pathspecs_matching_against_index to take an index by Brandon Williams · 8 years ago
  5. 2249d4d pathspec: remove PATHSPEC_STRIP_SUBMODULE_SLASH_CHEAP by Brandon Williams · 8 years ago
  6. c08397e pathspec: remove PATHSPEC_STRIP_SUBMODULE_SLASH_EXPENSIVE flag by Brandon Williams · 8 years ago
  7. b0db704 pathspec: allow querying for attributes by Brandon Williams · 8 years ago
  8. 8aee769 pathspec: copy and free owned memory by Brandon Williams · 8 years ago
  9. 34305f7 pathspec: remove the deprecated get_pathspec function by Brandon Williams · 8 years ago
  10. 570b449 Merge branch 'bw/pathspec-remove-unused-extern-decl' by Junio C Hamano · 8 years ago
  11. e78d57e pathspec: remove unnecessary function prototypes by Brandon Williams · 8 years ago
  12. ed6e803 pathspec: rename free_pathspec() to clear_pathspec() by Junio C Hamano · 9 years ago
  13. ef79b1f Support pathspec magic :(exclude) and its short form :! by Nguyễn Thái Ngọc Duy · 11 years ago
  14. 4a2d5ae pathspec: stop --*-pathspecs impact on internal parse_pathspec() uses by Nguyễn Thái Ngọc Duy · 11 years ago
  15. fadf96a Merge branch 'nd/magic-pathspec' by Junio C Hamano · 12 years ago
  16. 93d9353 parse_pathspec: accept :(icase)path syntax by Nguyễn Thái Ngọc Duy · 12 years ago
  17. bd30c2e pathspec: support :(glob) syntax by Nguyễn Thái Ngọc Duy · 12 years ago
  18. 5c6933d pathspec: support :(literal) syntax for noglob pathspec by Nguyễn Thái Ngọc Duy · 12 years ago
  19. 341003e kill limit_pathspec_to_literal() as it's only used by parse_pathspec() by Nguyễn Thái Ngọc Duy · 12 years ago
  20. 645a29c parse_pathspec: make sure the prefix part is wildcard-free by Nguyễn Thái Ngọc Duy · 12 years ago
  21. b3920bb rename field "raw" to "_raw" in struct pathspec by Nguyễn Thái Ngọc Duy · 12 years ago
  22. 84b8b5d remove match_pathspec() in favor of match_pathspec_depth() by Nguyễn Thái Ngọc Duy · 12 years ago
  23. 9a08727 remove init_pathspec() in favor of parse_pathspec() by Nguyễn Thái Ngọc Duy · 12 years ago
  24. 931eab6 check-ignore: convert to use parse_pathspec by Nguyễn Thái Ngọc Duy · 12 years ago
  25. 8f4f8f4 guard against new pathspec magic in pathspec matching code by Nguyễn Thái Ngọc Duy · 12 years ago
  26. dad2586 parse_pathspec: support prefixing original patterns by Nguyễn Thái Ngọc Duy · 12 years ago
  27. 8745024 parse_pathspec: support stripping/checking submodule paths by Nguyễn Thái Ngọc Duy · 12 years ago
  28. b69bb3f parse_pathspec: support stripping submodule trailing slashes by Nguyễn Thái Ngọc Duy · 12 years ago
  29. 6330a17 parse_pathspec: add special flag for max_depth feature by Nguyễn Thái Ngọc Duy · 12 years ago
  30. fc12261 parse_pathspec: add PATHSPEC_PREFER_{CWD,FULL} flags by Nguyễn Thái Ngọc Duy · 12 years ago
  31. d2ce133 parse_pathspec: save original pathspec for reporting by Nguyễn Thái Ngọc Duy · 12 years ago
  32. 87323bd add parse_pathspec() that converts cmdline args to struct pathspec by Nguyễn Thái Ngọc Duy · 12 years ago
  33. e4d92cd pathspec: add copy_pathspec by Nguyễn Thái Ngọc Duy · 12 years ago
  34. 64acde9 move struct pathspec and related functions to pathspec.[ch] by Nguyễn Thái Ngọc Duy · 12 years ago
  35. 512aaf9 add.c: extract new die_if_path_beyond_symlink() for reuse by Adam Spiers · 12 years ago
  36. 9d67b61 add.c: extract check_path_for_gitlink() from treat_gitlinks() for reuse by Adam Spiers · 12 years ago
  37. 4b78d7b pathspec.c: rename newly public functions for clarity by Adam Spiers · 12 years ago
  38. 6f525e7 add.c: move pathspec matchers into new pathspec.c for reuse by Adam Spiers · 12 years ago