🌐 AI搜索 & 代理 主页
Git 2.20.4
  1. d851d94 Sync with 2.19.3 by Johannes Schindelin · 6 years ago
  2. 7c9fbda Sync with 2.18.2 by Johannes Schindelin · 6 years ago
  3. 14af7ed Sync with 2.17.3 by Johannes Schindelin · 6 years ago
  4. bdfef04 Sync with 2.16.6 by Johannes Schindelin · 6 years ago
  5. 9ac92fe Sync with 2.15.4 by Johannes Schindelin · 6 years ago
  6. d3ac8c3 Sync with 2.14.6 by Johannes Schindelin · 6 years ago
  7. cc756ed unpack-trees: let merged_entry() pass through do_add_entry()'s errors by Johannes Schindelin · 6 years ago
  8. 07f967a unpack-trees: avoid dead store for struct progress by Carlo Marcelo Arenas Belón · 7 years ago
  9. ee99ba7 Merge branch 'jt/lazy-object-fetch-fix' by Junio C Hamano · 7 years ago
  10. 769af0f Merge branch 'jk/cocci' by Junio C Hamano · 7 years ago
  11. 7e794d0 Merge branch 'nd/unpack-trees-with-cache-tree' by Junio C Hamano · 7 years ago
  12. c240732 Merge branch 'nd/clone-case-smashing-warning' by Junio C Hamano · 7 years ago
  13. 8708ca0 fetch-object: unify fetch_object[s] functions by Jonathan Tan · 7 years ago
  14. 4a7e27e convert "oidcmp() == 0" to oideq() by Jeff King · 7 years ago
  15. 5f4436a Document update for nd/unpack-trees-with-cache-tree by Nguyễn Thái Ngọc Duy · 7 years ago
  16. 4592e60 cache-tree: verify valid cache-tree in the test suite by Nguyễn Thái Ngọc Duy · 7 years ago
  17. 5697ca9 unpack-trees: add missing cache invalidation by Nguyễn Thái Ngọc Duy · 7 years ago
  18. 836ef2b unpack-trees: reuse (still valid) cache-tree from src_index by Nguyễn Thái Ngọc Duy · 7 years ago
  19. f1e11c6 unpack-trees: reduce malloc in cache-tree walk by Nguyễn Thái Ngọc Duy · 7 years ago
  20. b4da373 unpack-trees: optimize walking same trees with cache-tree by Nguyễn Thái Ngọc Duy · 7 years ago
  21. 0d1ed59 unpack-trees: add performance tracing by Nguyễn Thái Ngọc Duy · 7 years ago
  22. b878579 clone: report duplicate entries on case-insensitive filesystems by Duy Nguyen · 7 years ago
  23. c4500e2 attr: remove index from git_attr_set_direction() by Nguyễn Thái Ngọc Duy · 7 years ago
  24. c7f3259 unpack-trees: avoid the_index in verify_absent() by Nguyễn Thái Ngọc Duy · 7 years ago
  25. 27c82fb unpack-trees: convert clear_ce_flags* to avoid the_index by Nguyễn Thái Ngọc Duy · 7 years ago
  26. 86016ec unpack-trees: don't shadow global var the_index by Nguyễn Thái Ngọc Duy · 7 years ago
  27. 383480b unpack-trees: add a note about path invalidation by Nguyễn Thái Ngọc Duy · 7 years ago
  28. ae533c4 Merge branch 'jm/cache-entry-from-mem-pool' by Junio C Hamano · 7 years ago
  29. 284b444 Merge branch 'mk/merge-in-sparse-checkout' by Junio C Hamano · 7 years ago
  30. 00624d6 Merge branch 'sb/object-store-grafts' by Junio C Hamano · 7 years ago
  31. b33fdfc unpack-trees: do not fail reset because of unmerged skipped entry by Max Kirillov · 7 years ago
  32. 8e72d67 block alloc: allocate cache entries from mem_pool by Jameson Miller · 7 years ago
  33. a849735 block alloc: add lifecycle APIs for cache_entry structs by Jameson Miller · 7 years ago
  34. e47dbec Merge branch 'ma/unpack-trees-free-msgs' by Junio C Hamano · 8 years ago
  35. 42c8ce1 Merge branch 'bc/object-id' by Junio C Hamano · 8 years ago
  36. 50f08db Merge branch 'js/use-bug-macro' by Junio C Hamano · 8 years ago
  37. d658196 Merge branch 'en/unpack-trees-split-index-fix' by Junio C Hamano · 8 years ago
  38. c67de74 Merge branch 'en/rename-directory-detection-reboot' by Junio C Hamano · 8 years ago
  39. 1c41d28 unpack_trees_options: free messages when done by Martin Ågren · 8 years ago
  40. cbd53a2 object-store: move object access functions to object-store.h by Stefan Beller · 8 years ago
  41. 64b1abe merge-recursive: fix overwriting dirty files involved in renames by Elijah Newren · 8 years ago
  42. 0c7ecb7 Merge branch 'sb/submodule-move-nested' by Junio C Hamano · 8 years ago
  43. 033abf9 Replace all die("BUG: ...") calls by BUG() ones by Johannes Schindelin · 8 years ago
  44. 75691ea Update struct index_state to use struct object_id by brian m. carlson · 8 years ago
  45. 7db1183 unpack_trees: fix breakage when o->src_index != o->dst_index by Elijah Newren · 8 years ago
  46. 8b026ed Revert "Merge branch 'en/rename-directory-detection'" by Junio C Hamano · 8 years ago
  47. e4bb62f Merge branch 'en/rename-directory-detection' by Junio C Hamano · 8 years ago
  48. c2a499e Merge branch 'jh/partial-clone' by Junio C Hamano · 8 years ago
  49. f793b89 submodule-config: allow submodule_free to handle arbitrary repositories by Stefan Beller · 8 years ago
  50. 9f242a1 unpack-trees: release oid_array after use in check_updates() by René Scharfe · 8 years ago
  51. 169c9c0 Merge branch 'bw/c-plus-plus' by Junio C Hamano · 8 years ago
  52. e0052f4 merge-recursive: fix overwriting dirty files involved in renames by Elijah Newren · 8 years ago
  53. cf44c1e Merge branch 'nd/fix-untracked-cache-invalidation' by Junio C Hamano · 8 years ago
  54. 69caed5 unpack-trees: rename 'new' variables by Brandon Williams · 8 years ago
  55. 6bed209 Merge branch 'jh/partial-clone' by Junio C Hamano · 8 years ago
  56. 0cacebf dir.c: ignore paths containing .git when invalidating untracked cache by Nguyễn Thái Ngọc Duy · 8 years ago
  57. ad17312 unpack-trees: oneway_merge to update submodules by Stefan Beller · 8 years ago
  58. c0c578b unpack-trees: batch fetching of missing blobs by Jonathan Tan · 8 years ago
  59. e05336b Merge branch 'bp/fsmonitor' by Junio C Hamano · 8 years ago
  60. a98e610 refs: convert resolve_gitlink_ref to struct object_id by brian m. carlson · 8 years ago
  61. 1053fe8 Convert remaining callers of resolve_gitlink_ref to object_id by brian m. carlson · 8 years ago
  62. 883e248 fsmonitor: teach git to optionally utilize a file system monitor to speed up detecting new or changed files. by Ben Peart · 8 years ago
  63. 7fbbd3e Merge branch 'ls/convert-filter-progress' by Junio C Hamano · 8 years ago
  64. 8e36002 Merge branch 'ma/up-to-date' by Junio C Hamano · 8 years ago
  65. 614ea03 Merge branch 'bw/submodule-config-cleanup' by Junio C Hamano · 8 years ago
  66. 52f1d62 convert: display progress for filtered objects that have been delayed by Lars Schneider · 8 years ago
  67. d33a433 Merge branch 'jc/simplify-progress' by Junio C Hamano · 8 years ago
  68. 11bd956 Merge branch 'rs/object-id' by Junio C Hamano · 8 years ago
  69. 7560f54 treewide: correct several "up-to-date" to "up to date" by Martin Ågren · 8 years ago
  70. 5aa0b6c Merge branch 'bw/grep-recurse-submodules' by Junio C Hamano · 8 years ago
  71. 8aade10 progress: simplify "delayed" progress API by Junio C Hamano · 8 years ago
  72. 5c377d3 tree-walk: convert fill_tree_descriptor() to object_id by René Scharfe · 8 years ago
  73. 51b8aec Merge branch 'ls/filter-process-delayed' by Junio C Hamano · 8 years ago
  74. 3302871 unpack-trees: improve loading of .gitmodules by Brandon Williams · 8 years ago
  75. 7463e2e unpack-trees: don't respect submodule.update by Brandon Williams · 8 years ago
  76. 4c0eeaf cache.h: add GITMODULES_FILE macro by Brandon Williams · 8 years ago
  77. 487fe1f Merge branch 'ls/filter-process-delayed' into jt/subprocess-handshake by Junio C Hamano · 8 years ago
  78. 2841e8f convert: add "status=delayed" to filter process protocol by Lars Schneider · 8 years ago
  79. f31d23a Merge branch 'bw/config-h' by Junio C Hamano · 8 years ago
  80. b2141fc config: don't include config.h by default by Brandon Williams · 9 years ago
  81. fa0624f Merge branch 'dt/unpack-save-untracked-cache-extension' by Junio C Hamano · 9 years ago
  82. 4eeed27 Merge branch 'bw/dir-c-stops-relying-on-the-index' by Junio C Hamano · 9 years ago
  83. 5f074ca Merge branch 'sb/reset-recurse-submodules' by Junio C Hamano · 9 years ago
  84. edf3b90 unpack-trees: preserve index extensions by David Turner · 9 years ago
  85. 2c1eb10 dir: convert read_directory to take an index by Brandon Williams · 9 years ago
  86. a0bba65 dir: convert is_excluded to take an index by Brandon Williams · 9 years ago
  87. 473e393 dir: convert add_excludes to take an index by Brandon Williams · 9 years ago
  88. fba92be dir: convert is_excluded_from_list to take an index by Brandon Williams · 9 years ago
  89. 8868ba1 Merge branch 'jh/unpack-trees-micro-optim' by Junio C Hamano · 9 years ago
  90. cd279e2 entry.c: submodule recursing: respect force flag correctly by Stefan Beller · 9 years ago
  91. d12a8cf unpack-trees: avoid duplicate ODB lookups during checkout by Jeff Hostetler · 9 years ago
  92. 6362ed0 unpack-trees.c: align submodule error message to the other error messages by Stefan Beller · 9 years ago
  93. a7bc845 unpack-trees: check if we can perform the operation for submodules by Stefan Beller · 9 years ago
  94. d6b1230 unpack-trees: pass old oid to verify_clean_submodule by Stefan Beller · 9 years ago
  95. 2243d22 Merge branch 'sb/unpack-trees-super-prefix' by Junio C Hamano · 9 years ago
  96. 3d41542 unpack-trees: support super-prefix option by Stefan Beller · 9 years ago
  97. 0c0e0fd Merge branch 'sb/unpack-trees-cleanup' by Junio C Hamano · 9 years ago
  98. 384f1a1 unpack-trees: factor progress setup out of check_updates by Stefan Beller · 9 years ago
  99. c4bfc77 unpack-trees: remove unneeded continue by Stefan Beller · 9 years ago
  100. 30ac275 unpack-trees: move checkout state into check_updates by Stefan Beller · 9 years ago