summaryrefslogtreecommitdiffstats
path: root/cache-tree.c
AgeCommit message (Expand)AuthorLines
2006-05-07Merge branch 'jc/gitlink' into nextJunio C Hamano-0/+26
2006-05-03cache-tree: a bit more debugging support.Junio C Hamano-2/+6
2006-05-01write-tree: --prefix=<path>Junio C Hamano-0/+26
2006-05-01cache-tree: replace a sscanf() by two strtol() callsJohannes Schindelin-1/+10
2006-04-27cache-tree.c: typefixJunio C Hamano-1/+1
2006-04-27cache_tree_update: give an option to update cache-tree only.Junio C Hamano-5/+15
2006-04-27read-tree: teach 1-way merege and plain read to prime cache-tree.Junio C Hamano-3/+8
2006-04-25cache-tree: sort the subtree entries.Junio C Hamano-26/+66
2006-04-24index: make the index file format extensible.Junio C Hamano-82/+26
2006-04-24cache-tree: protect against "git prune".Junio C Hamano-1/+1
2006-04-23Add cache-tree.Junio C Hamano-0/+519