| Commit message (Expand) | Author | Age | Files | Lines |
* | builtin-rm: squelch compiler warnings. | Junio C Hamano | 2006-05-23 | 1 | -0/+1 |
* | Merge branch 'lt/dirwalk' into jc/dirwalk-n-cache-tree | Junio C Hamano | 2006-05-20 | 13 | -550/+899 |
|\ |
|
| * | Add builtin "git rm" command | Linus Torvalds | 2006-05-19 | 5 | -73/+157 |
| * | Move pathspec matching from builtin-add.c into dir.c | Linus Torvalds | 2006-05-19 | 3 | -81/+84 |
| * | Prevent bogus paths from being added to the index. | Linus Torvalds | 2006-05-18 | 3 | -64/+67 |
| * | builtin-add: fix unmatched pathspec warnings. | Junio C Hamano | 2006-05-18 | 1 | -1/+1 |
| * | Remove old "git-add.sh" remnants | Linus Torvalds | 2006-05-17 | 2 | -58/+2 |
| * | builtin-add: warn on unmatched pathspecs | Linus Torvalds | 2006-05-17 | 1 | -19/+58 |
| * | Do "git add" as a builtin | Linus Torvalds | 2006-05-17 | 4 | -1/+231 |
| * | Clean up git-ls-file directory walking library interface | Linus Torvalds | 2006-05-17 | 3 | -24/+28 |
| * | libify git-ls-files directory traversal | Linus Torvalds | 2006-05-17 | 4 | -336/+376 |
* | | Merge branch 'jc/cache-tree' into jc/dirwalk-n-cache-tree | Junio C Hamano | 2006-05-20 | 13 | -128/+830 |
|\ \ |
|
| * | | Fix crash when reading the empty tree | Johannes Schindelin | 2006-05-07 | 1 | -2/+2 |
| * | | fsck-objects: do not segfault on missing tree in cache-tree | Junio C Hamano | 2006-05-03 | 1 | -0/+5 |
| * | | cache-tree: a bit more debugging support. | Junio C Hamano | 2006-05-03 | 1 | -2/+6 |
| * | | read-tree: invalidate cache-tree entry when a new index entry is added. | Junio C Hamano | 2006-05-03 | 1 | -0/+2 |
| * | | Fix test-dump-cache-tree in one-tree disappeared case. | Junio C Hamano | 2006-05-03 | 1 | -4/+3 |
| * | | 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 |
| |\ \ |
|
| * \ \ | Merge branch 'master' into jc/cache-tree | Junio C Hamano | 2006-04-26 | 22 | -2183/+2693 |
| |\ \ \ |
|
| * | | | | 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 |
| * | | | | Invalidate cache-tree entries for touched paths in git-apply. | Junio C Hamano | 2006-04-23 | 1 | -3/+13 |
| * | | | | Update write-tree to use cache-tree. | Junio C Hamano | 2006-04-23 | 1 | -125/+12 |
| * | | | | Add cache-tree. | Junio C Hamano | 2006-04-23 | 3 | -1/+549 |
| * | | | | read-cache/write-cache: optionally return cache checksum SHA1. | Junio C Hamano | 2006-04-23 | 2 | -9/+31 |
* | | | | | Merge branch 'js/fetchconfig' | Junio C Hamano | 2006-05-19 | 2 | -4/+59 |
|\ \ \ \ \ |
|
| * | | | | | Add a conversion tool to migrate remote information into the config | Johannes Schindelin | 2006-05-04 | 1 | -0/+35 |
| * | | | | | fetch, pull: ask config for remote information | Johannes Schindelin | 2006-05-04 | 1 | -4/+24 |
* | | | | | | Fix build procedure for builtin-init-db | Junio C Hamano | 2006-05-19 | 1 | -1/+1 |
* | | | | | | Merge branch 'jc/read-tree-safety' | Junio C Hamano | 2006-05-19 | 5 | -31/+88 |
|\ \ \ \ \ \ |
|
| * | | | | | | read-tree -m -u: do not overwrite or remove untracked working tree files. | Junio C Hamano | 2006-05-17 | 5 | -31/+88 |
| | |_|_|_|/
| |/| | | | |
|
* | | | | | | Merge branch 'jc/apply' | Junio C Hamano | 2006-05-19 | 1 | -4/+6 |
|\ \ \ \ \ \ |
|
| * | | | | | | apply --cached: do not check newly added file in the working tree | Junio C Hamano | 2006-05-17 | 1 | -4/+6 |
* | | | | | | | Merge branch 'eb/quilt' | Junio C Hamano | 2006-05-19 | 3 | -1/+180 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Implement a --dry-run option to git-quiltimport | Eric W. Biederman | 2006-05-18 | 2 | -7/+25 |
| * | | | | | | | Implement git-quiltimport | Eric W. Biederman | 2006-05-18 | 3 | -1/+162 |
* | | | | | | | | Merge branch 'jc/grep' | Junio C Hamano | 2006-05-19 | 0 | -0/+0 |
|\ \ \ \ \ \ \ \ |
|