🌐 AI搜索 & 代理 主页
Git 2.7.6
  1. b7a6ec6 Merge branch 'jk/tighten-alloc' into maint by Junio C Hamano · 10 years ago
  2. 96ffc06 convert trivial cases to FLEX_ARRAY macros by Jeff King · 10 years ago
  3. 2bbea5c Merge branch 'nd/ita-cleanup' into maint by Junio C Hamano · 10 years ago
  4. ed1c997 Remove get_object_hash. by brian m. carlson · 10 years ago
  5. 7999b2c Add several uses of get_object_hash. by brian m. carlson · 10 years ago
  6. 895ff3b add and use a convenience macro ce_intent_to_add() by Nguyễn Thái Ngọc Duy · 10 years ago
  7. d23a511 cache-tree: introduce write_index_as_tree() by Paul Tan · 10 years ago
  8. e44da1b Merge branch 'jk/cache-tree-protect-from-broken-libgit2' by Junio C Hamano · 11 years ago
  9. 729dbbd cache-tree: avoid infinite loop on zero-entry tree by Jeff King · 11 years ago
  10. 697cc8e lockfile.h: extract new header file for the functions in lockfile.c by Michael Haggerty · 11 years ago
  11. 3fd13cb Merge branch 'dt/cache-tree-repair' by Junio C Hamano · 11 years ago
  12. 4ed115e cache-tree: do not try to use an invalidated subtree info to build a tree by Junio C Hamano · 11 years ago
  13. aecf567 cache-tree: create/update cache-tree on checkout by David Turner · 11 years ago
  14. e6c286e cache-tree: mark istate->cache_changed on prime_cache_tree() by Nguyễn Thái Ngọc Duy · 12 years ago
  15. d0cfc3e cache-tree: mark istate->cache_changed on cache tree update by Nguyễn Thái Ngọc Duy · 12 years ago
  16. a5400ef cache-tree: mark istate->cache_changed on cache tree invalidation by Nguyễn Thái Ngọc Duy · 12 years ago
  17. 03b8664 read-cache: new API write_locked_index instead of write_index/write_cache by Nguyễn Thái Ngọc Duy · 12 years ago
  18. 6f75e48 Merge branch 'rm/strchrnul-not-strlen' by Junio C Hamano · 12 years ago
  19. da2e057 Merge branch 'mh/simplify-cache-tree-find' by Junio C Hamano · 12 years ago
  20. 2c5495f use strchrnul() in place of strchr() and strlen() by Rohit Mani · 12 years ago
  21. 3491047 cache_tree_find(): use path variable when passing over slashes by Michael Haggerty · 12 years ago
  22. 8b7e5f7 cache_tree_find(): remove early return by Michael Haggerty · 12 years ago
  23. 03b0403 cache_tree_find(): remove redundant check by Michael Haggerty · 12 years ago
  24. 79192b8 cache_tree_find(): fix comment formatting by Michael Haggerty · 12 years ago
  25. 17e22dd cache_tree_find(): find the end of path component using strchrnul() by Michael Haggerty · 12 years ago
  26. 72c378d cache_tree_find(): remove redundant checks by Michael Haggerty · 12 years ago
  27. bcc7a03 cache-tree.c: use ALLOC_GROW() in find_subtree() by Dmitry S. Dolzhenko · 12 years ago
  28. 9c5e6c8 Convert "struct cache_entry *" to "const ..." wherever possible by Nguyễn Thái Ngọc Duy · 12 years ago
  29. eec3e7e cache-tree: invalidate i-t-a paths after generating trees by Nguyễn Thái Ngọc Duy · 13 years ago
  30. 3cf773e cache-tree: fix writing cache-tree when CE_REMOVE is present by Nguyễn Thái Ngọc Duy · 13 years ago
  31. 386cc8b cache-tree: replace "for" loops in update_one with "while" loops by Nguyễn Thái Ngọc Duy · 13 years ago
  32. dbc3904 cache-tree: remove dead i-t-a code in verify_cache() by Nguyễn Thái Ngọc Duy · 13 years ago
  33. a784482 Merge branch 'nd/cache-tree-api-refactor' by Junio C Hamano · 14 years ago
  34. 44a1020 Merge branch 'jc/maint-commit-ignore-i-t-a' by Junio C Hamano · 14 years ago
  35. e859c69 cache-tree: update API to take abitrary flags by Nguyễn Thái Ngọc Duy · 14 years ago
  36. 3f6d56d commit: ignore intent-to-add entries instead of refusing by Junio C Hamano · 14 years ago
  37. 996277c Refactor cache_tree_update idiom from commit by Thomas Rast · 14 years ago
  38. e92fa51 cache_tree_free: Fix small memory leak by Elijah Newren · 15 years ago
  39. b6b56ac write-tree: Avoid leak when index refers to an invalid object by Jonathan Nieder · 15 years ago
  40. a388373 Improve on the 'invalid object' error message at commit time by Linus Torvalds · 16 years ago
  41. b65982b Optimize "diff-index --cached" using cache-tree by Junio C Hamano · 17 years ago
  42. b87fc96 cache-tree.c::cache_tree_find(): simplify internal API by Junio C Hamano · 17 years ago
  43. d11b8d3 write-tree --ignore-cache-tree by Junio C Hamano · 17 years ago
  44. b9d37a5 Move prime_cache_tree() to cache-tree.c by Junio C Hamano · 17 years ago
  45. 331fcb5 git add --intent-to-add: do not let an empty blob be committed by accident by Junio C Hamano · 17 years ago
  46. 7ba04d9 cache-tree.c: make cache_tree_find() static by Nanako Shiraishi · 17 years ago
  47. 31c6390 Merge branch 'maint-1.5.4' into maint by Junio C Hamano · 18 years ago
  48. edae5f0 write-tree: properly detect failure to write tree objects by Junio C Hamano · 18 years ago
  49. c21fdf3 Merge branch 'jc/error-message-in-cherry-pick' by Junio C Hamano · 18 years ago
  50. 45525bd Make error messages from cherry-pick/revert more sensible by Junio C Hamano · 18 years ago
  51. 7a51ed6 Make on-disk index representation separate from in-core one by Linus Torvalds · 18 years ago
  52. 1dffb8f Small cache_tree_write refactor. by Pierre Habouzit · 18 years ago
  53. ba3ed09 Now that cache.h needs strbuf.h, remove useless includes. by Pierre Habouzit · 18 years ago
  54. f1696ee Strbuf API extensions and fixes. by Pierre Habouzit · 18 years ago
  55. 5242bcb Use strbuf API in cache-tree.c by Pierre Habouzit · 18 years ago
  56. 63daae4 Two trivial -Wcast-qual fixes by Junio C Hamano · 18 years ago
  57. 302b928 rename dirlink to gitlink. by Martin Waitz · 19 years ago
  58. f35a6d3 Teach core object handling functions about gitlinks by Linus Torvalds · 19 years ago
  59. 3d12d0c Catch errors when writing an index that contains invalid objects. by Johannes Sixt · 19 years ago
  60. 4903161 Surround "#define DEBUG 0" with "#ifndef DEBUG..#endif" by Junio C Hamano · 19 years ago
  61. abdc3fc Add hash_sha1_file() by Rene Scharfe · 19 years ago
  62. e702496 Convert memcpy(a,b,20) to hashcpy(a,b). by Shawn Pearce · 19 years ago
  63. b0121fb Merge branch 'jc/gitlink' into next by Junio C Hamano · 20 years ago
  64. 00703e6 cache-tree: a bit more debugging support. by Junio C Hamano · 20 years ago
  65. 6bd2035 write-tree: --prefix=<path> by Junio C Hamano · 20 years ago
  66. 0111ea3 cache-tree: replace a sscanf() by two strtol() calls by Johannes Schindelin · 20 years ago
  67. 7bc70a5 cache-tree.c: typefix by Junio C Hamano · 20 years ago
  68. 2956dd3 cache_tree_update: give an option to update cache-tree only. by Junio C Hamano · 20 years ago
  69. 7927a55 read-tree: teach 1-way merege and plain read to prime cache-tree. by Junio C Hamano · 20 years ago
  70. 61fa309 cache-tree: sort the subtree entries. by Junio C Hamano · 20 years ago
  71. bad68ec index: make the index file format extensible. by Junio C Hamano · 20 years ago
  72. dd0c34c cache-tree: protect against "git prune". by Junio C Hamano · 20 years ago
  73. 7498646 Add cache-tree. by Junio C Hamano · 20 years ago