aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* read-tree: invalidate cache-tree entry when a new index entry is added.Junio C Hamano2006-05-03
* Fix test-dump-cache-tree in one-tree disappeared case.Junio C Hamano2006-05-03
* fsck-objects: mark objects reachable from cache-treeJunio C Hamano2006-05-01
* cache-tree: replace a sscanf() by two strtol() callsJohannes Schindelin2006-05-01
* cache-tree.c: typefixJunio C Hamano2006-04-27
* test-dump-cache-tree: validate the cached data as well.Junio C Hamano2006-04-27
* cache_tree_update: give an option to update cache-tree only.Junio C Hamano2006-04-27
* read-tree: teach 1-way merege and plain read to prime cache-tree.Junio C Hamano2006-04-27
* read-tree: teach 1 and 2 way merges about cache-tree.Junio C Hamano2006-04-27
* update-index: when --unresolve, smudge the relevant cache-tree entries.Junio C Hamano2006-04-26
* Merge branch 'master' into jc/cache-treeJunio C Hamano2006-04-26
|\
| * t0000-basic: more commit-tree tests.Junio C Hamano2006-04-26
| * Merge branch 'fix'Junio C Hamano2006-04-26
| |\
| | * commit-tree.c: check_valid() microoptimization.Junio C Hamano2006-04-26
| | * Fix filename verification when in a subdirectoryLinus Torvalds2006-04-26
| | * rebase: typofix.Junio C Hamano2006-04-26
| | * socksetup: don't return on set_reuse_addr() errorv1.3.1Serge E. Hallyn2006-04-24
* | | Merge branch 'master' into jc/cache-treeJunio C Hamano2006-04-26
|\ \ \ | |/ /
| * | commit-tree: allow generic object name for the tree as well.Junio C Hamano2006-04-26
| * | Makefile: remove and create xdiff library from scratch.Junio C Hamano2006-04-26
| * | t0000-basic: Add ls-tree recursive test back.Junio C Hamano2006-04-26
| * | Merge branch 'jc/diff'Junio C Hamano2006-04-25
| |\ \
| | * | Libified diff-index: backward compatibility fix.Junio C Hamano2006-04-22
| | * | Libify diff-index.Junio C Hamano2006-04-22
| | * | Libify diff-files.Junio C Hamano2006-04-22
| * | | Makefile: remove and create libgit.a from scratch.Junio C Hamano2006-04-25
| * | | Merge branch 'fix'Junio C Hamano2006-04-24
| |\ \ \ | | | |/ | | |/|
| | * | Document the configuration filePetr Baudis2006-04-24
| | * | Document git-var -l listing also configuration variablesPetr Baudis2006-04-24
| | * | rev-parse: better error message for ambiguous argumentsPaul Mackerras2006-04-24
| * | | Merge branch 'ar/chmod-series'Junio C Hamano2006-04-24
| |\ \ \
| | * | | make update-index --chmod work with multiple files and --stdinAlex Riesen2006-04-23
| | | |/ | | |/|
| * | | Merge branch 'sh/daemon'Junio C Hamano2006-04-24
| |\ \ \
| | * | | socksetup: don't return on set_reuse_addr() errorSerge E. Hallyn2006-04-18
| * | | | Merge branch 'jc/cc-stat'Junio C Hamano2006-04-24
| |\ \ \ \
| | * | | | Fix "git show --stat"Junio C Hamano2006-04-21
| | | |/ / | | |/| |
| * | | | Merge branch 'jc/unresolve'Junio C Hamano2006-04-24
| |\ \ \ \
| | * | | | git-update-index --unresolveJunio C Hamano2006-04-19
| | * | | | Add git-unresolve <paths>...Junio C Hamano2006-04-19
| * | | | | Merge branch 'jc/color'Junio C Hamano2006-04-24
| |\ \ \ \ \
| | * | | | | Add colordiff for git to contrib/colordiff.Junio C Hamano2006-04-21
| | | |/ / / | | |/| | |
| * | | | | Merge git://git.kernel.org/pub/scm/gitk/gitkJunio C Hamano2006-04-24
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | gitk: Let git-rev-list do the argument list parsingPaul Mackerras2006-04-23
* | | | | | test-dump-cache-tree: report number of subtrees.Junio C Hamano2006-04-25
* | | | | | cache-tree: sort the subtree entries.Junio C Hamano2006-04-25
* | | | | | Teach fsck-objects about cache-tree.Junio C Hamano2006-04-25
* | | | | | index: make the index file format extensible.Junio C Hamano2006-04-24
* | | | | | cache-tree: protect against "git prune".Junio C Hamano2006-04-24
* | | | | | Add test-dump-cache-treeJunio C Hamano2006-04-24
* | | | | | Use cache-tree in update-index.Junio C Hamano2006-04-24