34 Commits (edf563fbaa2ab50734db4a61e9092f25fbb5a417)

Author SHA1 Message Date
Linus Torvalds a38837341c Improve on the 'invalid object' error message at commit time 16 years ago
Junio C Hamano b65982b608 Optimize "diff-index --cached" using cache-tree 16 years ago
Junio C Hamano b87fc96476 cache-tree.c::cache_tree_find(): simplify internal API 16 years ago
Junio C Hamano d11b8d3425 write-tree --ignore-cache-tree 16 years ago
Junio C Hamano b9d37a5420 Move prime_cache_tree() to cache-tree.c 16 years ago
Junio C Hamano 331fcb598e git add --intent-to-add: do not let an empty blob be committed by accident 16 years ago
Nanako Shiraishi 7ba04d9f37 cache-tree.c: make cache_tree_find() static 17 years ago
Junio C Hamano edae5f0c20 write-tree: properly detect failure to write tree objects 17 years ago
Junio C Hamano 45525bd022 Make error messages from cherry-pick/revert more sensible 17 years ago
Linus Torvalds 7a51ed66f6 Make on-disk index representation separate from in-core one 17 years ago
Pierre Habouzit 1dffb8fa80 Small cache_tree_write refactor. 17 years ago
Pierre Habouzit ba3ed09728 Now that cache.h needs strbuf.h, remove useless includes. 17 years ago
Pierre Habouzit f1696ee398 Strbuf API extensions and fixes. 17 years ago
Pierre Habouzit 5242bcbb63 Use strbuf API in cache-tree.c 17 years ago
Junio C Hamano 63daae47e5 Two trivial -Wcast-qual fixes 18 years ago
Martin Waitz 302b9282c9 rename dirlink to gitlink. 18 years ago
Linus Torvalds f35a6d3bce Teach core object handling functions about gitlinks 18 years ago
Johannes Sixt 3d12d0cfbb Catch errors when writing an index that contains invalid objects. 18 years ago
Junio C Hamano 4903161fb8 Surround "#define DEBUG 0" with "#ifndef DEBUG..#endif" 18 years ago
Rene Scharfe abdc3fc842 Add hash_sha1_file() 18 years ago
Shawn Pearce e702496e43 Convert memcpy(a,b,20) to hashcpy(a,b). 18 years ago
Junio C Hamano 00703e6d68 cache-tree: a bit more debugging support. 19 years ago
Junio C Hamano 6bd20358a9 write-tree: --prefix=<path> 19 years ago
Johannes Schindelin 0111ea38cb cache-tree: replace a sscanf() by two strtol() calls 19 years ago
Junio C Hamano 7bc70a590d cache-tree.c: typefix 19 years ago
Junio C Hamano 2956dd3bd7 cache_tree_update: give an option to update cache-tree only. 19 years ago
Junio C Hamano 7927a55d5b read-tree: teach 1-way merege and plain read to prime cache-tree. 19 years ago
Junio C Hamano 61fa30972c cache-tree: sort the subtree entries. 19 years ago
Junio C Hamano bad68ec924 index: make the index file format extensible. 19 years ago
Junio C Hamano dd0c34c46b cache-tree: protect against "git prune". 19 years ago
Junio C Hamano 749864627c Add cache-tree. 19 years ago