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