summaryrefslogtreecommitdiff
path: root/cache-tree.c
Commit message (Expand)AuthorAgeFilesLines
...
* Add hash_sha1_file()Rene Scharfe2006-10-141-6/+2
* Convert memcpy(a,b,20) to hashcpy(a,b).Shawn Pearce2006-08-231-3/+3
* Merge branch 'jc/gitlink' into nextJunio C Hamano2006-05-071-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