summaryrefslogtreecommitdiff
path: root/cache-tree.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jc/rw-prefix'Junio C Hamano2006-06-171-0/+26
|\
| * write-tree: --prefix=<path>Junio C Hamano2006-05-011-0/+26
* | cache-tree: a bit more debugging support.Junio C Hamano2006-05-031-2/+6
|/
* cache-tree: replace a sscanf() by two strtol() callsJohannes Schindelin2006-05-011-1/+10
* cache-tree.c: typefixJunio C Hamano2006-04-271-1/+1
* cache_tree_update: give an option to update cache-tree only.Junio C Hamano2006-04-271-5/+15
* read-tree: teach 1-way merege and plain read to prime cache-tree.Junio C Hamano2006-04-271-3/+8
* cache-tree: sort the subtree entries.Junio C Hamano2006-04-251-26/+66
* index: make the index file format extensible.Junio C Hamano2006-04-241-82/+26
* cache-tree: protect against "git prune".Junio C Hamano2006-04-241-1/+1
* Add cache-tree.Junio C Hamano2006-04-231-0/+519