summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* write-tree: --prefix=<path>Junio C Hamano2006-05-015-6/+67
* read-tree: --prefix=<path>/ option.Junio C Hamano2006-05-012-8/+75
* 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
|\
| * t0000-basic: more commit-tree tests.Junio C Hamano2006-04-261-0/+28
| * Merge branch 'fix'Junio C Hamano2006-04-266-25/+35
| |\
| | * commit-tree.c: check_valid() microoptimization.Junio C Hamano2006-04-261-6/+5
| | * Fix filename verification when in a subdirectoryLinus Torvalds2006-04-264-18/+29
| | * rebase: typofix.Junio C Hamano2006-04-261-1/+1
| | * socksetup: don't return on set_reuse_addr() errorv1.3.1Serge E. Hallyn2006-04-241-1/+1
* | | Merge branch 'master' into jc/cache-treeJunio C Hamano2006-04-2622-2183/+2693
|\ \ \ | |/ /
| * | commit-tree: allow generic object name for the tree as well.Junio C Hamano2006-04-261-1/+1
| * | Makefile: remove and create xdiff library from scratch.Junio C Hamano2006-04-261-1/+1
| * | t0000-basic: Add ls-tree recursive test back.Junio C Hamano2006-04-261-0/+21
| * | Merge branch 'jc/diff'Junio C Hamano2006-04-259-2136/+2111
| |\ \
| | * | Libified diff-index: backward compatibility fix.Junio C Hamano2006-04-223-6/+12
| | * | Libify diff-index.Junio C Hamano2006-04-224-238/+231
| | * | Libify diff-files.Junio C Hamano2006-04-227-1953/+1929
| * | | Makefile: remove and create libgit.a from scratch.Junio C Hamano2006-04-251-1/+1
| * | | Merge branch 'fix'Junio C Hamano2006-04-245-17/+212
| |\ \ \ | | | |/ | | |/|
| | * | Document the configuration filePetr Baudis2006-04-243-14/+198
| | * | Document git-var -l listing also configuration variablesPetr Baudis2006-04-241-1/+4
| | * | rev-parse: better error message for ambiguous argumentsPaul Mackerras2006-04-241-2/+10
| * | | Merge branch 'ar/chmod-series'Junio C Hamano2006-04-241-7/+16
| |\ \ \
| | * | | make update-index --chmod work with multiple files and --stdinAlex Riesen2006-04-231-7/+16
| | | |/ | | |/|
| * | | Merge branch 'sh/daemon'Junio C Hamano2006-04-241-1/+1
| |\ \ \
| | * | | socksetup: don't return on set_reuse_addr() errorSerge E. Hallyn2006-04-181-1/+1
| * | | | Merge branch 'jc/cc-stat'Junio C Hamano2006-04-241-1/+2
| |\ \ \ \
| | * | | | Fix "git show --stat"Junio C Hamano2006-04-211-1/+2
| | | |/ / | | |/| |
| * | | | Merge branch 'jc/unresolve'Junio C Hamano2006-04-241-0/+127
| |\ \ \ \
| | * | | | git-update-index --unresolveJunio C Hamano2006-04-194-149/+128
| | * | | | Add git-unresolve <paths>...Junio C Hamano2006-04-193-1/+149
| * | | | | Merge branch 'jc/color'Junio C Hamano2006-04-242-0/+198
| |\ \ \ \ \
| | * | | | | Add colordiff for git to contrib/colordiff.Junio C Hamano2006-04-212-0/+198
| | | |/ / / | | |/| | |
| * | | | | Merge git://git.kernel.org/pub/scm/gitk/gitkJunio C Hamano2006-04-241-18/+2
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | gitk: Let git-rev-list do the argument list parsingPaul Mackerras2006-04-231-18/+2
* | | | | | 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