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