1. b29ad38 pathspec.h: move pathspec_needs_expanded_index() from reset.c to here by Shaoxuan Yuan · 2 years, 7 months ago
  2. a78537a pathspec: use BUG(...) not die("BUG:%s:%d....", <file>, <line>) by Ævar Arnfjörð Bjarmason · 3 years, 3 months ago
  3. 8e62a85 Merge branch 'ds/gender-neutral-doc' by Junio C Hamano · 3 years, 8 months ago
  4. 0e20b22 comments: avoid using the gender of our users by Felipe Contreras · 3 years, 9 months ago
  5. fe069dc Merge branch 'mt/add-rm-in-sparse-checkout' by Junio C Hamano · 3 years, 10 months ago
  6. 847a9e5 *: remove 'const' qualifier for struct index_state by Derrick Stolee · 4 years ago
  7. a20f704 add: warn when asked to update SKIP_WORKTREE entries by Matheus Tavares · 4 years ago
  8. 719630e pathspec: allow to ignore SKIP_WORKTREE entries on index matching by Matheus Tavares · 4 years ago
  9. 26c816a Merge branch 'hw/doc-in-header' by Junio C Hamano · 5 years ago
  10. 24e4750 pathspec: add new function to parse file by Alexandr Miloslavskiy · 5 years ago
  11. 19ef3dd pathspec: move doc to pathspec.h by Heba Waly · 5 years ago
  12. 22af33b dir.c: move, rename and export match_attrs() by Nguyễn Thái Ngọc Duy · 6 years ago
  13. 93e2379 pathspec.h: clean up "extern" in function declarations by Nguyễn Thái Ngọc Duy · 6 years ago
  14. ef3ca95 Add missing includes and forward declarations by Elijah Newren · 7 years ago
  15. f4f233e Merge branch 'bw/pathspec-match-submodule-boundary' by Junio C Hamano · 7 years ago
  16. eef3df5 pathspec: only match across submodule boundaries when requested by Brandon Williams · 7 years ago
  17. 29c0e90 pathspec doc: parse_pathspec does not maintain references to args by Jonathan Nieder · 7 years ago
  18. 08de915 pathspec: convert find_pathspecs_matching_against_index to take an index by Brandon Williams · 8 years ago
  19. 2249d4d pathspec: remove PATHSPEC_STRIP_SUBMODULE_SLASH_CHEAP by Brandon Williams · 8 years ago
  20. c08397e pathspec: remove PATHSPEC_STRIP_SUBMODULE_SLASH_EXPENSIVE flag by Brandon Williams · 8 years ago
  21. b0db704 pathspec: allow querying for attributes by Brandon Williams · 8 years ago
  22. 8aee769 pathspec: copy and free owned memory by Brandon Williams · 8 years ago
  23. 34305f7 pathspec: remove the deprecated get_pathspec function by Brandon Williams · 8 years ago
  24. 570b449 Merge branch 'bw/pathspec-remove-unused-extern-decl' by Junio C Hamano · 8 years ago
  25. e78d57e pathspec: remove unnecessary function prototypes by Brandon Williams · 8 years ago
  26. ed6e803 pathspec: rename free_pathspec() to clear_pathspec() by Junio C Hamano · 9 years ago
  27. ef79b1f Support pathspec magic :(exclude) and its short form :! by Nguyễn Thái Ngọc Duy · 11 years ago
  28. 4a2d5ae pathspec: stop --*-pathspecs impact on internal parse_pathspec() uses by Nguyễn Thái Ngọc Duy · 11 years ago
  29. fadf96a Merge branch 'nd/magic-pathspec' by Junio C Hamano · 12 years ago
  30. 93d9353 parse_pathspec: accept :(icase)path syntax by Nguyễn Thái Ngọc Duy · 12 years ago
  31. bd30c2e pathspec: support :(glob) syntax by Nguyễn Thái Ngọc Duy · 12 years ago
  32. 5c6933d pathspec: support :(literal) syntax for noglob pathspec by Nguyễn Thái Ngọc Duy · 12 years ago
  33. 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
  34. 645a29c parse_pathspec: make sure the prefix part is wildcard-free by Nguyễn Thái Ngọc Duy · 12 years ago
  35. b3920bb rename field "raw" to "_raw" in struct pathspec by Nguyễn Thái Ngọc Duy · 12 years ago
  36. 84b8b5d remove match_pathspec() in favor of match_pathspec_depth() by Nguyễn Thái Ngọc Duy · 12 years ago
  37. 9a08727 remove init_pathspec() in favor of parse_pathspec() by Nguyễn Thái Ngọc Duy · 12 years ago
  38. 931eab6 check-ignore: convert to use parse_pathspec by Nguyễn Thái Ngọc Duy · 12 years ago
  39. 8f4f8f4 guard against new pathspec magic in pathspec matching code by Nguyễn Thái Ngọc Duy · 12 years ago
  40. dad2586 parse_pathspec: support prefixing original patterns by Nguyễn Thái Ngọc Duy · 12 years ago
  41. 8745024 parse_pathspec: support stripping/checking submodule paths by Nguyễn Thái Ngọc Duy · 12 years ago
  42. b69bb3f parse_pathspec: support stripping submodule trailing slashes by Nguyễn Thái Ngọc Duy · 12 years ago
  43. 6330a17 parse_pathspec: add special flag for max_depth feature by Nguyễn Thái Ngọc Duy · 12 years ago
  44. fc12261 parse_pathspec: add PATHSPEC_PREFER_{CWD,FULL} flags by Nguyễn Thái Ngọc Duy · 12 years ago
  45. d2ce133 parse_pathspec: save original pathspec for reporting by Nguyễn Thái Ngọc Duy · 12 years ago
  46. 87323bd add parse_pathspec() that converts cmdline args to struct pathspec by Nguyễn Thái Ngọc Duy · 12 years ago
  47. e4d92cd pathspec: add copy_pathspec by Nguyễn Thái Ngọc Duy · 12 years ago
  48. 64acde9 move struct pathspec and related functions to pathspec.[ch] by Nguyễn Thái Ngọc Duy · 12 years ago
  49. 512aaf9 add.c: extract new die_if_path_beyond_symlink() for reuse by Adam Spiers · 12 years ago
  50. 9d67b61 add.c: extract check_path_for_gitlink() from treat_gitlinks() for reuse by Adam Spiers · 12 years ago
  51. 4b78d7b pathspec.c: rename newly public functions for clarity by Adam Spiers · 12 years ago
  52. 6f525e7 add.c: move pathspec matchers into new pathspec.c for reuse by Adam Spiers · 12 years ago