summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove last vestiges of generic tree_entry_listLinus Torvalds2006-05-293-56/+44
* Convert fetch.c: process_tree() to raw tree walkerLinus Torvalds2006-05-291-9/+15
* Convert "mark_tree_uninteresting()" to raw tree walkerLinus Torvalds2006-05-291-9/+22
* Remove unused "zeropad" entry from tree_list_entryLinus Torvalds2006-05-292-3/+1
* fsck-objects: avoid unnecessary tree_entry_list usageLinus Torvalds2006-05-291-21/+36
* Remove "tree->entries" tree-entry list from tree parserLinus Torvalds2006-05-299-57/+116
* builtin-read-tree.c: avoid tree_entry_list in prime_cache_tree_rec()Linus Torvalds2006-05-291-5/+15
* Switch "read_tree_recursive()" over to tree-walk functionalityLinus Torvalds2006-05-291-13/+20
* Make "tree_entry" have a SHA1 instead of a union of object pointersLinus Torvalds2006-05-299-30/+31
* Make "struct tree" contain the pointer to the tree bufferLinus Torvalds2006-05-296-34/+36
* Make git-diff-tree indicate when it flushesPaul Mackerras2006-05-291-3/+7
* Remove unnecessary output from t3600-rm.Shawn Pearce2006-05-291-19/+23
* Merge branch 'lt/apply'Junio C Hamano2006-05-282-0/+70
|\
| * Merge branch 'master' into lt/applyJunio C Hamano2006-05-2441-1065/+1698
| |\
| * | apply: force matching at the beginning.Junio C Hamano2006-05-242-6/+27
| * | Add a test-case for git-apply trying to add an ending lineCatalin Marinas2006-05-241-0/+35
| * | apply: treat EOF as proper context.Linus Torvalds2006-05-231-0/+14
* | | Merge branch 'jc/cache-tree'Junio C Hamano2006-05-2815-128/+834
|\ \ \
| * \ \ Merge branch 'jc/dirwalk-n-cache-tree' into jc/cache-treeJunio C Hamano2006-05-28148-2560/+7935
| |\ \ \
| | * | | builtin-rm: squelch compiler warnings.Junio C Hamano2006-05-231-0/+1
| | * | | Merge branch 'lt/dirwalk' into jc/dirwalk-n-cache-treeJunio C Hamano2006-05-2013-550/+899
| | |\ \ \
| | * \ \ \ Merge branch 'jc/cache-tree' into jc/dirwalk-n-cache-treeJunio C Hamano2006-05-2013-128/+830
| | |\ \ \ \
| * | | | | | git-write-tree writes garbage on sparc64Dennis Stosberg2006-05-281-1/+1
| | |/ / / / | |/| | | |
| * | | | | Fix crash when reading the empty treeJohannes Schindelin2006-05-071-2/+2
| * | | | | fsck-objects: do not segfault on missing tree in cache-treeJunio C Hamano2006-05-031-0/+5
| * | | | | cache-tree: a bit more debugging support.Junio C Hamano2006-05-031-2/+6
| * | | | | read-tree: invalidate cache-tree entry when a new index entry is added.Junio C Hamano2006-05-031-0/+2
| * | | | | Fix test-dump-cache-tree in one-tree disappeared case.Junio C Hamano2006-05-031-4/+3
| * | | | | fsck-objects: mark objects reachable from cache-treeJunio C Hamano2006-05-011-0/+2
| * | | | | cache-tree: replace a sscanf() by two strtol() callsJohannes Schindelin2006-05-011-1/+10
| * | | | | cache-tree.c: typefixJunio C Hamano2006-04-271-1/+1
| * | | | | test-dump-cache-tree: validate the cached data as well.Junio C Hamano2006-04-271-11/+45
| * | | | | cache_tree_update: give an option to update cache-tree only.Junio C Hamano2006-04-273-7/+17
| * | | | | read-tree: teach 1-way merege and plain read to prime cache-tree.Junio C Hamano2006-04-273-3/+54
| * | | | | read-tree: teach 1 and 2 way merges about cache-tree.Junio C Hamano2006-04-271-4/+13
| * | | | | update-index: when --unresolve, smudge the relevant cache-tree entries.Junio C Hamano2006-04-261-0/+1
| * | | | | Merge branch 'master' into jc/cache-treeJunio C Hamano2006-04-267-25/+63
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into jc/cache-treeJunio C Hamano2006-04-2622-2183/+2693
| |\ \ \ \ \ \
| * | | | | | | test-dump-cache-tree: report number of subtrees.Junio C Hamano2006-04-251-3/+4
| * | | | | | | cache-tree: sort the subtree entries.Junio C Hamano2006-04-251-26/+66
| * | | | | | | Teach fsck-objects about cache-tree.Junio C Hamano2006-04-251-0/+18
| * | | | | | | index: make the index file format extensible.Junio C Hamano2006-04-2410-150/+147
| * | | | | | | cache-tree: protect against "git prune".Junio C Hamano2006-04-241-1/+1
| * | | | | | | Add test-dump-cache-treeJunio C Hamano2006-04-243-0/+36
| * | | | | | | Use cache-tree in update-index.Junio C Hamano2006-04-241-2/+21
| * | | | | | | Invalidate cache-tree entries for touched paths in git-apply.Junio C Hamano2006-04-231-3/+13
| * | | | | | | Update write-tree to use cache-tree.Junio C Hamano2006-04-231-125/+12
| * | | | | | | Add cache-tree.Junio C Hamano2006-04-233-1/+549
| * | | | | | | read-cache/write-cache: optionally return cache checksum SHA1.Junio C Hamano2006-04-232-9/+31
* | | | | | | | Don't use "sscanf()" for tree mode scanningLinus Torvalds2006-05-281-3/+18