1. d70a9eb strvec: rename struct fields by Jeff King · 4 years, 8 months ago
  2. c972bf4 strvec: convert remaining callers away from argv_array name by Jeff King · 4 years, 8 months ago
  3. dbbcd44 strvec: rename files from argv-array to strvec by Jeff King · 4 years, 8 months ago
  4. 5c20398 prefix_path: show gitdir if worktree unavailable by Emily Shaffer · 5 years ago
  5. e0020b2 prefix_path: show gitdir when arg is outside repo by Emily Shaffer · 5 years ago
  6. 24e4750 pathspec: add new function to parse file by Alexandr Miloslavskiy · 5 years ago
  7. 7589e63 Merge branch 'nd/the-index-final' by Junio C Hamano · 6 years ago
  8. f8adbec cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch by Nguyễn Thái Ngọc Duy · 6 years ago
  9. 22af33b dir.c: move, rename and export match_attrs() by Nguyễn Thái Ngọc Duy · 6 years ago
  10. d17ef3a pathspec.c: use the right index instead of the_index by Nguyễn Thái Ngọc Duy · 7 years ago
  11. 6d2df28 dir.c: remove an implicit dependency on the_index in pathspec code by Nguyễn Thái Ngọc Duy · 7 years ago
  12. c3c3486 Convert remaining die*(BUG) messages by Johannes Schindelin · 7 years ago
  13. 033abf9 Replace all die("BUG: ...") calls by BUG() ones by Johannes Schindelin · 7 years ago
  14. 728c573 Merge branch 'ex/deprecate-empty-pathspec-as-match-all' by Junio C Hamano · 7 years ago
  15. 29c0e90 pathspec doc: parse_pathspec does not maintain references to args by Jonathan Nieder · 8 years ago
  16. 6412757 Spelling fixes by Ville Skyttä · 8 years ago
  17. 50f03c6 Merge branch 'ab/free-and-null' by Junio C Hamano · 8 years ago
  18. f31d23a Merge branch 'bw/config-h' by Junio C Hamano · 8 years ago
  19. 9e4e8a6 pathspec: die on empty strings as pathspec by Emily Xie · 8 years ago
  20. 6a83d90 coccinelle: make use of the "type" FREE_AND_NULL() rule by Ævar Arnfjörð Bjarmason · 8 years ago
  21. b2141fc config: don't include config.h by default by Brandon Williams · 8 years ago
  22. 08de915 pathspec: convert find_pathspecs_matching_against_index to take an index by Brandon Williams · 8 years ago
  23. 2249d4d pathspec: remove PATHSPEC_STRIP_SUBMODULE_SLASH_CHEAP by Brandon Williams · 8 years ago
  24. c08397e pathspec: remove PATHSPEC_STRIP_SUBMODULE_SLASH_EXPENSIVE flag by Brandon Williams · 8 years ago
  25. bdab972 submodule: add die_in_unpopulated_submodule function by Brandon Williams · 8 years ago
  26. 2c3b407 pathspec: provide a more descriptive die message by Brandon Williams · 8 years ago
  27. 44427a0 Merge branch 'ps/pathspec-empty-prefix-origin' by Junio C Hamano · 8 years ago
  28. 5ce10c0 pathspec: fix segfault in clear_pathspec by Brandon Williams · 8 years ago
  29. be4dbbb pathspec: honor `PATHSPEC_PREFIX_ORIGIN` with empty prefix by Patrick Steinhardt · 8 years ago
  30. c5af19f pathspec: allow escaped query values by Brandon Williams · 8 years ago
  31. b0db704 pathspec: allow querying for attributes by Brandon Williams · 8 years ago
  32. 859b7f1 pathspec: don't error out on all-exclusionary pathspec patterns by Linus Torvalds · 8 years ago
  33. 42ebeb9 pathspec magic: add '^' as alias for '!' by Linus Torvalds · 8 years ago
  34. 2d81c48 pathspec: give better message for submodule related pathspec error by Stefan Beller · 8 years ago
  35. 27ec428 pathspec: rename prefix_pathspec to init_pathspec_item by Brandon Williams · 8 years ago
  36. 4f1bf4d pathspec: small readability changes by Brandon Williams · 8 years ago
  37. 5590215 pathspec: create strip submodule slash helpers by Brandon Williams · 8 years ago
  38. 1b6112c pathspec: create parse_element_magic helper by Brandon Williams · 8 years ago
  39. 8881fde pathspec: create parse_long_magic function by Brandon Williams · 8 years ago
  40. b4bebdc pathspec: create parse_short_magic function by Brandon Williams · 8 years ago
  41. db7e859 pathspec: factor global magic into its own function by Brandon Williams · 8 years ago
  42. 5d8f084 pathspec: simpler logic to prefix original pathspec elements by Brandon Williams · 8 years ago
  43. 2aee584 pathspec: always show mnemonic and name in unsupported_magic by Brandon Williams · 8 years ago
  44. 93f3ddb pathspec: remove unused variable from unsupported_magic by Brandon Williams · 8 years ago
  45. 8aee769 pathspec: copy and free owned memory by Brandon Williams · 8 years ago
  46. 34305f7 pathspec: remove the deprecated get_pathspec function by Brandon Williams · 8 years ago
  47. 3b1e135 Merge branch 'ex/deprecate-empty-pathspec-as-match-all' by Junio C Hamano · 8 years ago
  48. b8688ad Merge branch 'rs/qsort' by Junio C Hamano · 8 years ago
  49. 9ed0d8d use QSORT by René Scharfe · 8 years ago
  50. 45ccef8 use COPY_ARRAY by René Scharfe · 9 years ago
  51. d426430 pathspec: warn on empty strings as pathspec by Emily Xie · 9 years ago
  52. ed6e803 pathspec: rename free_pathspec() to clear_pathspec() by Junio C Hamano · 9 years ago
  53. b32fa95 convert trivial cases to ALLOC_ARRAY by Jeff King · 9 years ago
  54. 9ab0882 Merge branch 'maint' by Junio C Hamano · 11 years ago
  55. 51a60f5 use xcalloc() to allocate zero-initialized memory by René Scharfe · 11 years ago
  56. 294b268 use strbuf_addch for adding single characters by René Scharfe · 11 years ago
  57. 429bb40 pathspec: convert some match_pathspec_depth() to ce_path_match() by Nguyễn Thái Ngọc Duy · 11 years ago
  58. 010d81a Merge branch 'nd/negative-pathspec' by Junio C Hamano · 11 years ago
  59. ad70448 Merge branch 'cc/starts-n-ends-with' by Junio C Hamano · 11 years ago
  60. 1649612 pathspec.c: support adding prefix magic to a pathspec with mnemonic magic by Nguyễn Thái Ngọc Duy · 11 years ago
  61. ef79b1f Support pathspec magic :(exclude) and its short form :! by Nguyễn Thái Ngọc Duy · 11 years ago
  62. 5955654 replace {pre,suf}fixcmp() with {starts,ends}_with() by Christian Couder · 11 years ago
  63. 144d846 Merge branch 'mi/typofixes' by Junio C Hamano · 11 years ago
  64. 382d20e typofixes: fix misspelt comments by Masanari Iida · 11 years ago
  65. 4a2d5ae pathspec: stop --*-pathspecs impact on internal parse_pathspec() uses by Nguyễn Thái Ngọc Duy · 11 years ago
  66. fadf96a Merge branch 'nd/magic-pathspec' by Junio C Hamano · 12 years ago
  67. b02f5ae Merge branch 'jl/submodule-mv' by Junio C Hamano · 12 years ago
  68. bc341c8 pathspec: catch prepending :(prefix) on pathspec with short magic by Nguyễn Thái Ngọc Duy · 12 years ago
  69. 93d9353 parse_pathspec: accept :(icase)path syntax by Nguyễn Thái Ngọc Duy · 12 years ago
  70. bd30c2e pathspec: support :(glob) syntax by Nguyễn Thái Ngọc Duy · 12 years ago
  71. a16bf9d pathspec: make --literal-pathspecs disable pathspec magic by Nguyễn Thái Ngọc Duy · 12 years ago
  72. 5c6933d pathspec: support :(literal) syntax for noglob pathspec by Nguyễn Thái Ngọc Duy · 12 years ago
  73. 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
  74. 233c3e6 parse_pathspec: preserve prefix length via PATHSPEC_PREFIX_ORIGIN by Nguyễn Thái Ngọc Duy · 12 years ago
  75. 645a29c parse_pathspec: make sure the prefix part is wildcard-free by Nguyễn Thái Ngọc Duy · 12 years ago
  76. b3920bb rename field "raw" to "_raw" in struct pathspec by Nguyễn Thái Ngọc Duy · 12 years ago
  77. 84b8b5d remove match_pathspec() in favor of match_pathspec_depth() by Nguyễn Thái Ngọc Duy · 12 years ago
  78. 9a08727 remove init_pathspec() in favor of parse_pathspec() by Nguyễn Thái Ngọc Duy · 12 years ago
  79. 5a76aff add: convert to use parse_pathspec by Nguyễn Thái Ngọc Duy · 12 years ago
  80. 931eab6 check-ignore: convert to use parse_pathspec by Nguyễn Thái Ngọc Duy · 12 years ago
  81. dad2586 parse_pathspec: support prefixing original patterns by Nguyễn Thái Ngọc Duy · 12 years ago
  82. 8745024 parse_pathspec: support stripping/checking submodule paths by Nguyễn Thái Ngọc Duy · 12 years ago
  83. b69bb3f parse_pathspec: support stripping submodule trailing slashes by Nguyễn Thái Ngọc Duy · 12 years ago
  84. 6330a17 parse_pathspec: add special flag for max_depth feature by Nguyễn Thái Ngọc Duy · 12 years ago
  85. fc12261 parse_pathspec: add PATHSPEC_PREFER_{CWD,FULL} flags by Nguyễn Thái Ngọc Duy · 12 years ago
  86. d2ce133 parse_pathspec: save original pathspec for reporting by Nguyễn Thái Ngọc Duy · 12 years ago
  87. 87323bd add parse_pathspec() that converts cmdline args to struct pathspec by Nguyễn Thái Ngọc Duy · 12 years ago
  88. e4d92cd pathspec: add copy_pathspec by Nguyễn Thái Ngọc Duy · 12 years ago
  89. f01d982 pathspec: i18n-ize error strings in pathspec parsing code by Nguyễn Thái Ngọc Duy · 12 years ago
  90. 64acde9 move struct pathspec and related functions to pathspec.[ch] by Nguyễn Thái Ngọc Duy · 12 years ago
  91. 9c5e6c8 Convert "struct cache_entry *" to "const ..." wherever possible by Nguyễn Thái Ngọc Duy · 12 years ago
  92. 512aaf9 add.c: extract new die_if_path_beyond_symlink() for reuse by Adam Spiers · 12 years ago
  93. 9d67b61 add.c: extract check_path_for_gitlink() from treat_gitlinks() for reuse by Adam Spiers · 12 years ago
  94. 4b78d7b pathspec.c: rename newly public functions for clarity by Adam Spiers · 12 years ago
  95. 6f525e7 add.c: move pathspec matchers into new pathspec.c for reuse by Adam Spiers · 12 years ago