Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | write-tree: --prefix=<path> | Junio C Hamano | 2006-05-01 | 5 | -6/+67 |
* | read-tree: --prefix=<path>/ option. | Junio C Hamano | 2006-05-01 | 2 | -8/+75 |
* | fsck-objects: mark objects reachable from cache-tree | Junio C Hamano | 2006-05-01 | 1 | -0/+2 |
* | cache-tree: replace a sscanf() by two strtol() calls | Johannes Schindelin | 2006-05-01 | 1 | -1/+10 |
* | cache-tree.c: typefix | Junio C Hamano | 2006-04-27 | 1 | -1/+1 |
* | test-dump-cache-tree: validate the cached data as well. | Junio C Hamano | 2006-04-27 | 1 | -11/+45 |
* | cache_tree_update: give an option to update cache-tree only. | Junio C Hamano | 2006-04-27 | 3 | -7/+17 |
* | read-tree: teach 1-way merege and plain read to prime cache-tree. | Junio C Hamano | 2006-04-27 | 3 | -3/+54 |
* | read-tree: teach 1 and 2 way merges about cache-tree. | Junio C Hamano | 2006-04-27 | 1 | -4/+13 |
* | update-index: when --unresolve, smudge the relevant cache-tree entries. | Junio C Hamano | 2006-04-26 | 1 | -0/+1 |
* | Merge branch 'master' into jc/cache-tree | Junio C Hamano | 2006-04-26 | 7 | -25/+63 |
|\ | |||||
| * | t0000-basic: more commit-tree tests. | Junio C Hamano | 2006-04-26 | 1 | -0/+28 |
| * | Merge branch 'fix' | Junio C Hamano | 2006-04-26 | 6 | -25/+35 |
| |\ | |||||
| | * | commit-tree.c: check_valid() microoptimization. | Junio C Hamano | 2006-04-26 | 1 | -6/+5 |
| | * | Fix filename verification when in a subdirectory | Linus Torvalds | 2006-04-26 | 4 | -18/+29 |
| | * | rebase: typofix. | Junio C Hamano | 2006-04-26 | 1 | -1/+1 |
| | * | socksetup: don't return on set_reuse_addr() errorv1.3.1 | Serge E. Hallyn | 2006-04-24 | 1 | -1/+1 |
* | | | Merge branch 'master' into jc/cache-tree | Junio C Hamano | 2006-04-26 | 22 | -2183/+2693 |
|\ \ \ | |/ / | |||||
| * | | commit-tree: allow generic object name for the tree as well. | Junio C Hamano | 2006-04-26 | 1 | -1/+1 |
| * | | Makefile: remove and create xdiff library from scratch. | Junio C Hamano | 2006-04-26 | 1 | -1/+1 |
| * | | t0000-basic: Add ls-tree recursive test back. | Junio C Hamano | 2006-04-26 | 1 | -0/+21 |
| * | | Merge branch 'jc/diff' | Junio C Hamano | 2006-04-25 | 9 | -2136/+2111 |
| |\ \ | |||||
| | * | | Libified diff-index: backward compatibility fix. | Junio C Hamano | 2006-04-22 | 3 | -6/+12 |
| | * | | Libify diff-index. | Junio C Hamano | 2006-04-22 | 4 | -238/+231 |
| | * | | Libify diff-files. | Junio C Hamano | 2006-04-22 | 7 | -1953/+1929 |
| * | | | Makefile: remove and create libgit.a from scratch. | Junio C Hamano | 2006-04-25 | 1 | -1/+1 |
| * | | | Merge branch 'fix' | Junio C Hamano | 2006-04-24 | 5 | -17/+212 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | Document the configuration file | Petr Baudis | 2006-04-24 | 3 | -14/+198 |
| | * | | Document git-var -l listing also configuration variables | Petr Baudis | 2006-04-24 | 1 | -1/+4 |
| | * | | rev-parse: better error message for ambiguous arguments | Paul Mackerras | 2006-04-24 | 1 | -2/+10 |
| * | | | Merge branch 'ar/chmod-series' | Junio C Hamano | 2006-04-24 | 1 | -7/+16 |
| |\ \ \ | |||||
| | * | | | make update-index --chmod work with multiple files and --stdin | Alex Riesen | 2006-04-23 | 1 | -7/+16 |
| | | |/ | | |/| | |||||
| * | | | Merge branch 'sh/daemon' | Junio C Hamano | 2006-04-24 | 1 | -1/+1 |
| |\ \ \ | |||||
| | * | | | socksetup: don't return on set_reuse_addr() error | Serge E. Hallyn | 2006-04-18 | 1 | -1/+1 |
| * | | | | Merge branch 'jc/cc-stat' | Junio C Hamano | 2006-04-24 | 1 | -1/+2 |
| |\ \ \ \ | |||||
| | * | | | | Fix "git show --stat" | Junio C Hamano | 2006-04-21 | 1 | -1/+2 |
| | | |/ / | | |/| | | |||||
| * | | | | Merge branch 'jc/unresolve' | Junio C Hamano | 2006-04-24 | 1 | -0/+127 |
| |\ \ \ \ | |||||
| | * | | | | git-update-index --unresolve | Junio C Hamano | 2006-04-19 | 4 | -149/+128 |
| | * | | | | Add git-unresolve <paths>... | Junio C Hamano | 2006-04-19 | 3 | -1/+149 |
| * | | | | | Merge branch 'jc/color' | Junio C Hamano | 2006-04-24 | 2 | -0/+198 |
| |\ \ \ \ \ | |||||
| | * | | | | | Add colordiff for git to contrib/colordiff. | Junio C Hamano | 2006-04-21 | 2 | -0/+198 |
| | | |/ / / | | |/| | | | |||||
| * | | | | | Merge git://git.kernel.org/pub/scm/gitk/gitk | Junio C Hamano | 2006-04-24 | 1 | -18/+2 |
| |\ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| | * | | | | gitk: Let git-rev-list do the argument list parsing | Paul Mackerras | 2006-04-23 | 1 | -18/+2 |
* | | | | | | test-dump-cache-tree: report number of subtrees. | Junio C Hamano | 2006-04-25 | 1 | -3/+4 |
* | | | | | | cache-tree: sort the subtree entries. | Junio C Hamano | 2006-04-25 | 1 | -26/+66 |
* | | | | | | Teach fsck-objects about cache-tree. | Junio C Hamano | 2006-04-25 | 1 | -0/+18 |
* | | | | | | index: make the index file format extensible. | Junio C Hamano | 2006-04-24 | 10 | -150/+147 |
* | | | | | | cache-tree: protect against "git prune". | Junio C Hamano | 2006-04-24 | 1 | -1/+1 |
* | | | | | | Add test-dump-cache-tree | Junio C Hamano | 2006-04-24 | 3 | -0/+36 |
* | | | | | | Use cache-tree in update-index. | Junio C Hamano | 2006-04-24 | 1 | -2/+21 |