🌐 AI搜索 & 代理 主页
Git 2.43
  1. 91c080d git-compat-util: move alloc macros to git-compat-util.h by Calvin Wan · 2 years, 5 months ago
  2. bc5c5ec cache.h: remove this no-longer-used header by Elijah Newren · 2 years, 6 months ago
  3. 08c46a4 read-cache*.h: move declarations for read-cache.c functions from cache.h by Elijah Newren · 2 years, 6 months ago
  4. d1cbe1e hash-ll.h: split out of hash.h to remove dependency on repository.h by Elijah Newren · 2 years, 8 months ago
  5. 69a63fe treewide: be explicit about dependence on strbuf.h by Elijah Newren · 2 years, 8 months ago
  6. 5bc0722 treewide: be explicit about dependence on mem-pool.h by Elijah Newren · 2 years, 8 months ago
  7. f394e09 treewide: be explicit about dependence on gettext.h by Elijah Newren · 2 years, 9 months ago
  8. 36bf195 alloc.h: move ALLOC_GROW() functions from cache.h by Elijah Newren · 2 years, 10 months ago
  9. 6269f8e treewide: always have a valid "index_state.repo" member by Ævar Arnfjörð Bjarmason · 2 years, 11 months ago
  10. 2f6b1eb cache API: add a "INDEX_STATE_INIT" macro/function, add release_index() by Ævar Arnfjörð Bjarmason · 2 years, 11 months ago
  11. 451b66c split-index: it really is incompatible with the sparse index by Johannes Schindelin · 3 years, 11 months ago
  12. 09751bf split-index: use oideq instead of memcmp to compare object_id's by Andrzej Hunt · 4 years, 6 months ago
  13. 92e2cab Always use oidread to read into struct object_id by brian m. carlson · 4 years, 8 months ago
  14. ca56dad use CALLOC_ARRAY by René Scharfe · 4 years, 9 months ago
  15. 44c7e1a mem-pool: use more standard initialization and finalization by Elijah Newren · 5 years ago
  16. 0efa3d7 Merge branch 'nd/split-index-null-base-fix' by Junio C Hamano · 7 years ago
  17. 6e37c8e read-cache.c: fix writing "link" index ext with null base oid by Nguyễn Thái Ngọc Duy �� 7 years ago
  18. 6fdc205 read-cache: add invalidate parameter to remove_marked_cache_entries by Thomas Gummerer · 7 years ago
  19. 4c490f3 split-index: BUG() when cache entry refers to non-existing shared entry by SZEDER Gábor · 7 years ago
  20. 5581a01 split-index: smudge and add racily clean cache entries to split index by SZEDER Gábor · 7 years ago
  21. e3d8379 split-index: don't compare cached data of entries already marked for split index by SZEDER Gábor · 7 years ago
  22. 2034e84 split-index: count the number of deleted entries by SZEDER Gábor · 7 years ago
  23. 8e72d67 block alloc: allocate cache entries from mem_pool by Jameson Miller · 7 years ago
  24. a849735 block alloc: add lifecycle APIs for cache_entry structs by Jameson Miller · 7 years ago
  25. 2182abd split-index: convert struct split_index to object_id by brian m. carlson · 8 years ago
  26. 169c9c0 Merge branch 'bw/c-plus-plus' by Junio C Hamano · 8 years ago
  27. 75b7b97 split-index: rename 'new' variables by Brandon Williams · 8 years ago
  28. 4bddd98 split-index: don't write cache tree with null oid entries by Thomas Gummerer · 8 years ago
  29. 50f03c6 Merge branch 'ab/free-and-null' by Junio C Hamano · 8 years ago
  30. 64719b1 Revert "split-index: add and use unshare_split_index()" by Junio C Hamano · 8 years ago
  31. 88ce3ef *.[ch] refactoring: make use of the FREE_AND_NULL() macro by Ævar Arnfjörð Bjarmason · 8 years ago
  32. f9d7abe split-index: add and use unshare_split_index() by Nguyễn Thái Ngọc Duy · 9 years ago
  33. cef4fc7 split-index: add {add,remove}_split_index() functions by Christian Couder · 9 years ago
  34. 753c451 split-index: s/eith/with/ typo fix by Christian Couder · 9 years ago
  35. 45ccef8 use COPY_ARRAY by René Scharfe · 9 years ago
  36. 832c0e5 typofix: assorted typofixes in comments, documentation and messages by Li Peng · 10 years ago
  37. be0d9d5 ewah: add convenient wrapper ewah_serialize_strbuf() by Nguyễn Thái Ngọc Duy · 11 years ago
  38. c18b80a update-index: new options to enable/disable split index mode by Nguyễn Thái Ngọc Duy · 12 years ago
  39. b3c96fb split-index: strip pathname of on-disk replaced entries by Nguyễn Thái Ngọc Duy · 12 years ago
  40. ce7c614 split-index: do not invalidate cache-tree at read time by Nguyễn Thái Ngọc Duy · 12 years ago
  41. 76b07b3 split-index: the reading part by Nguyễn Thái Ngọc Duy · 12 years ago
  42. 96a1d8d split-index: the writing part by Nguyễn Thái Ngọc Duy · 12 years ago
  43. 078a58e read-cache: mark updated entries for split index by Nguyễn Thái Ngọc Duy · 12 years ago
  44. 045113a read-cache: save deleted entries in split index by Nguyễn Thái Ngọc Duy · 12 years ago
  45. 5fc2fc8 read-cache: split-index mode by Nguyễn Thái Ngọc Duy · 12 years ago