🌐 AI搜索 & 代理 主页
Git 2.43.1
  1. b1688ea grep: die gracefully when outside repository by Kristoffer Haugsbakk · 2 years, 2 months ago
  2. b1bda75 parse: separate out parsing functions from config.h by Calvin Wan · 2 years, 3 months ago
  3. dd77d58 git-compat-util.h: remove unneccessary include of wildmatch.h by Elijah Newren · 2 years, 6 months ago
  4. bc5c5ec cache.h: remove this no-longer-used header by Elijah Newren · 2 years, 6 months ago
  5. 08c46a4 read-cache*.h: move declarations for read-cache.c functions from cache.h by Elijah Newren · 2 years, 6 months ago
  6. de00f4b Merge branch 'jk/log-follow-with-non-literal-pathspec' by Junio C Hamano · 2 years, 6 months ago
  7. 8e32caa pathspec: factor out magic-to-name function by Jeff King · 2 years, 6 months ago
  8. 67a3b2b Merge branch 'jc/attr-source-tree' by Junio C Hamano · 2 years, 7 months ago
  9. 44451a2 attr: teach "--attr-source=<tree>" global option to "git" by John Cai · 2 years, 7 months ago
  10. d1cbe1e hash-ll.h: split out of hash.h to remove dependency on repository.h by Elijah Newren · 2 years, 8 months ago
  11. cb2a513 symlinks.h: move declarations for symlinks.c functions from cache.h by Elijah Newren · 2 years, 8 months ago
  12. e38da48 setup.h: move declarations for setup.c functions from cache.h by Elijah Newren · 2 years, 9 months ago
  13. 32a8f51 environment.h: move declarations for environment.c functions from cache.h by Elijah Newren · 2 years, 9 months ago
  14. 0b027f6 abspath.h: move absolute path functions from cache.h by Elijah Newren · 2 years, 9 months ago
  15. f394e09 treewide: be explicit about dependence on gettext.h by Elijah Newren · 2 years, 9 months ago
  16. 5a7d41d docs & comments: replace mentions of "git-add--interactive.perl" by Ævar Arnfjörð Bjarmason · 2 years, 10 months ago
  17. 577bff3 Merge branch 'kn/attr-from-tree' by Junio C Hamano · 2 years, 11 months ago
  18. 47cfc9b attr: add flag `--source` to work with tree-ish by Karthik Nayak · 2 years, 11 months ago
  19. 6e57841 use DUP_ARRAY by René Scharfe · 3 years ago
  20. b29ad38 pathspec.h: move pathspec_needs_expanded_index() from reset.c to here by Shaoxuan Yuan · 3 years, 4 months ago
  21. f008095 Merge branch 'jc/all-negative-pathspec' by Junio C Hamano · 3 years, 6 months ago
  22. b02fdbc pathspec: correct an empty string used as a pathspec element by Junio C Hamano · 3 years, 7 months ago
  23. 49fdd51 add: skip tracked paths outside sparse-checkout cone by Derrick Stolee · 4 years, 3 months ago
  24. 4eaffd8 pathspec: stop calling ensure_full_index by Derrick Stolee · 4 years, 5 months ago
  25. fe069dc Merge branch 'mt/add-rm-in-sparse-checkout' by Junio C Hamano · 4 years, 7 months ago
  26. 8e97852 Merge branch 'ds/sparse-index-protections' by Junio C Hamano · 4 years, 8 months ago
  27. 465a04a pathspec: ensure full index by Derrick Stolee · 4 years, 8 months ago
  28. 847a9e5 *: remove 'const' qualifier for struct index_state by Derrick Stolee · 4 years, 8 months ago
  29. a20f704 add: warn when asked to update SKIP_WORKTREE entries by Matheus Tavares · 4 years, 8 months ago
  30. 719630e pathspec: allow to ignore SKIP_WORKTREE entries on index matching by Matheus Tavares · 4 years, 8 months ago
  31. ca56dad use CALLOC_ARRAY by René Scharfe · 4 years, 9 months ago
  32. d70a9eb strvec: rename struct fields by Jeff King · 5 years ago
  33. c972bf4 strvec: convert remaining callers away from argv_array name by Jeff King · 5 years ago
  34. dbbcd44 strvec: rename files from argv-array to strvec by Jeff King · 5 years ago
  35. 5c20398 prefix_path: show gitdir if worktree unavailable by Emily Shaffer · 6 years ago
  36. e0020b2 prefix_path: show gitdir when arg is outside repo by Emily Shaffer · 6 years ago
  37. 24e4750 pathspec: add new function to parse file by Alexandr Miloslavskiy · 6 years ago
  38. 7589e63 Merge branch 'nd/the-index-final' by Junio C Hamano · 7 years ago
  39. f8adbec cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch by Nguyễn Thái Ngọc Duy · 7 years ago
  40. 22af33b dir.c: move, rename and export match_attrs() by Nguyễn Thái Ngọc Duy · 7 years ago
  41. d17ef3a pathspec.c: use the right index instead of the_index by Nguyễn Thái Ngọc Duy · 7 years ago
  42. 6d2df28 dir.c: remove an implicit dependency on the_index in pathspec code by Nguyễn Thái Ngọc Duy · 7 years ago
  43. c3c3486 Convert remaining die*(BUG) messages by Johannes Schindelin · 8 years ago
  44. 033abf9 Replace all die("BUG: ...") calls by BUG() ones by Johannes Schindelin · 8 years ago
  45. 728c573 Merge branch 'ex/deprecate-empty-pathspec-as-match-all' by Junio C Hamano · 8 years ago
  46. 29c0e90 pathspec doc: parse_pathspec does not maintain references to args by Jonathan Nieder · 8 years ago
  47. 6412757 Spelling fixes by Ville Skyttä · 8 years ago
  48. 50f03c6 Merge branch 'ab/free-and-null' by Junio C Hamano · 8 years ago
  49. f31d23a Merge branch 'bw/config-h' by Junio C Hamano · 8 years ago
  50. 9e4e8a6 pathspec: die on empty strings as pathspec by Emily Xie · 8 years ago
  51. 6a83d90 coccinelle: make use of the "type" FREE_AND_NULL() rule by Ævar Arnfjörð Bjarmason · 8 years ago
  52. b2141fc config: don't include config.h by default by Brandon Williams · 9 years ago
  53. 08de915 pathspec: convert find_pathspecs_matching_against_index to take an index by Brandon Williams · 9 years ago
  54. 2249d4d pathspec: remove PATHSPEC_STRIP_SUBMODULE_SLASH_CHEAP by Brandon Williams · 9 years ago
  55. c08397e pathspec: remove PATHSPEC_STRIP_SUBMODULE_SLASH_EXPENSIVE flag by Brandon Williams · 9 years ago
  56. bdab972 submodule: add die_in_unpopulated_submodule function by Brandon Williams · 9 years ago
  57. 2c3b407 pathspec: provide a more descriptive die message by Brandon Williams · 9 years ago
  58. 44427a0 Merge branch 'ps/pathspec-empty-prefix-origin' by Junio C Hamano · 9 years ago
  59. 5ce10c0 pathspec: fix segfault in clear_pathspec by Brandon Williams · 9 years ago
  60. be4dbbb pathspec: honor `PATHSPEC_PREFIX_ORIGIN` with empty prefix by Patrick Steinhardt · 9 years ago
  61. c5af19f pathspec: allow escaped query values by Brandon Williams · 9 years ago
  62. b0db704 pathspec: allow querying for attributes by Brandon Williams · 9 years ago
  63. 859b7f1 pathspec: don't error out on all-exclusionary pathspec patterns by Linus Torvalds · 9 years ago
  64. 42ebeb9 pathspec magic: add '^' as alias for '!' by Linus Torvalds · 9 years ago
  65. 2d81c48 pathspec: give better message for submodule related pathspec error by Stefan Beller · 9 years ago
  66. 27ec428 pathspec: rename prefix_pathspec to init_pathspec_item by Brandon Williams · 9 years ago
  67. 4f1bf4d pathspec: small readability changes by Brandon Williams · 9 years ago
  68. 5590215 pathspec: create strip submodule slash helpers by Brandon Williams · 9 years ago
  69. 1b6112c pathspec: create parse_element_magic helper by Brandon Williams · 9 years ago
  70. 8881fde pathspec: create parse_long_magic function by Brandon Williams · 9 years ago
  71. b4bebdc pathspec: create parse_short_magic function by Brandon Williams · 9 years ago
  72. db7e859 pathspec: factor global magic into its own function by Brandon Williams · 9 years ago
  73. 5d8f084 pathspec: simpler logic to prefix original pathspec elements by Brandon Williams · 9 years ago
  74. 2aee584 pathspec: always show mnemonic and name in unsupported_magic by Brandon Williams · 9 years ago
  75. 93f3ddb pathspec: remove unused variable from unsupported_magic by Brandon Williams · 9 years ago
  76. 8aee769 pathspec: copy and free owned memory by Brandon Williams · 9 years ago
  77. 34305f7 pathspec: remove the deprecated get_pathspec function by Brandon Williams · 9 years ago
  78. 3b1e135 Merge branch 'ex/deprecate-empty-pathspec-as-match-all' by Junio C Hamano · 9 years ago
  79. b8688ad Merge branch 'rs/qsort' by Junio C Hamano · 9 years ago
  80. 9ed0d8d use QSORT by René Scharfe · 9 years ago
  81. 45ccef8 use COPY_ARRAY by René Scharfe · 9 years ago
  82. d426430 pathspec: warn on empty strings as pathspec by Emily Xie · 9 years ago
  83. ed6e803 pathspec: rename free_pathspec() to clear_pathspec() by Junio C Hamano · 10 years ago
  84. b32fa95 convert trivial cases to ALLOC_ARRAY by Jeff King · 10 years ago
  85. 9ab0882 Merge branch 'maint' by Junio C Hamano · 11 years ago
  86. 51a60f5 use xcalloc() to allocate zero-initialized memory by René Scharfe · 11 years ago
  87. 294b268 use strbuf_addch for adding single characters by René Scharfe · 11 years ago
  88. 429bb40 pathspec: convert some match_pathspec_depth() to ce_path_match() by Nguyễn Thái Ngọc Duy · 12 years ago
  89. 010d81a Merge branch 'nd/negative-pathspec' by Junio C Hamano · 12 years ago
  90. ad70448 Merge branch 'cc/starts-n-ends-with' by Junio C Hamano · 12 years ago
  91. 1649612 pathspec.c: support adding prefix magic to a pathspec with mnemonic magic by Nguyễn Thái Ngọc Duy · 12 years ago
  92. ef79b1f Support pathspec magic :(exclude) and its short form :! by Nguyễn Thái Ngọc Duy · 12 years ago
  93. 5955654 replace {pre,suf}fixcmp() with {starts,ends}_with() by Christian Couder · 12 years ago
  94. 144d846 Merge branch 'mi/typofixes' by Junio C Hamano · 12 years ago
  95. 382d20e typofixes: fix misspelt comments by Masanari Iida · 12 years ago
  96. 4a2d5ae pathspec: stop --*-pathspecs impact on internal parse_pathspec() uses by Nguyễn Thái Ngọc Duy · 12 years ago
  97. fadf96a Merge branch 'nd/magic-pathspec' by Junio C Hamano · 12 years ago
  98. b02f5ae Merge branch 'jl/submodule-mv' by Junio C Hamano · 12 years ago
  99. bc341c8 pathspec: catch prepending :(prefix) on pathspec with short magic by Nguyễn Thái Ngọc Duy · 12 years ago
  100. 93d9353 parse_pathspec: accept :(icase)path syntax by Nguyễn Thái Ngọc Duy · 12 years ago