Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | git-write-tree writes garbage on sparc64 | Dennis Stosberg | 2006-05-28 | 1 | -1/+1 | |
| | |/ / / / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | 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 | |
* | | | | | | | | | | | Don't use "sscanf()" for tree mode scanning | Linus Torvalds | 2006-05-28 | 1 | -3/+18 | |
* | | | | | | | | | | | git-fetch: avoid using "case ... in (arm)" | Junio C Hamano | 2006-05-28 | 1 | -3/+3 | |
* | | | | | | | | | | | Merge branch 'jc/mailinfo' | Junio C Hamano | 2006-05-28 | 1 | -1/+8 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | mailinfo: skip bogus UNIX From line inside body | Junio C Hamano | 2006-05-21 | 1 | -0/+7 | |
* | | | | | | | | | | | | Merge branch 'eb/mailinfo' | Junio C Hamano | 2006-05-28 | 1 | -64/+79 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | mailinfo: More carefully parse header lines in read_one_header_line() | Junio C Hamano | 2006-05-26 | 1 | -3/+24 | |
| * | | | | | | | | | | | | Allow in body headers beyond the in body header prefix. | Eric W. Biederman | 2006-05-23 | 1 | -4/+5 | |
| * | | | | | | | | | | | | More accurately detect header lines in read_one_header_line | Eric W. Biederman | 2006-05-23 | 1 | -8/+17 | |
| * | | | | | | | | | | | | In handle_body only read a line if we don't already have one. | Eric W. Biederman | 2006-05-23 | 1 | -1/+1 | |
| * | | | | | | | | | | | | Refactor commit messge handling. | Eric W. Biederman | 2006-05-23 | 1 | -36/+22 | |
| * | | | | | | | | | | | | Move B and Q decoding into check header. | Eric W. Biederman | 2006-05-23 | 1 | -7/+5 | |
| * | | | | | | | | | | | | Make read_one_header_line return a flag not a length. | Eric W. Biederman | 2006-05-23 | 1 | -11/+11 | |
* | | | | | | | | | | | | | Fix memory leak in "git rev-list --objects" | Linus Torvalds | 2006-05-28 | 1 | -0/+3 | |
* | | | | | | | | | | | | | gitview: Move the console error messages to message dialog | Aneesh Kumar K.V | 2006-05-28 | 1 | -2/+7 | |
* | | | | | | | | | | | | | gitview: Add key binding for F5. | Aneesh Kumar K.V | 2006-05-28 | 2 | -6/+17 | |
* | | | | | | | | | | | | | Let git-clone to pass --template=dir option to git-init-db. | Junio C Hamano | 2006-05-28 | 2 | -4/+15 | |
* | | | | | | | | | | | | | Make cvsexportcommit create parent directories as needed. | Yann Dirson | 2006-05-28 | 1 | -5/+32 | |
* | | | | | | | | | | | | | Document current cvsexportcommit limitations. | Yann Dirson | 2006-05-28 | 1 | -0/+7 | |
* | | | | | | | | | | | | | Do not call 'cmp' with non-existant -q flag. | Yann Dirson | 2006-05-28 | 1 | -1/+1 | |
* | | | | | | | | | | | | | Fix "--abbrev=xyz" for revision listing | Linus Torvalds | 2006-05-28 | 1 | -0/+8 | |
* | | | | | | | | | | | | | t1002: use -U0 instead of --unified=0 | Linus Torvalds | 2006-05-28 | 1 | -10/+10 | |
* | | | | | | | | | | | | | format-patch: -n and -k are mutually exclusive. | Junio C Hamano | 2006-05-28 | 1 | -1/+1 | |
* | | | | | | | | | | | | | Call builtin ls-tree in git-cat-file -p | Petr Baudis | 2006-05-26 | 1 | -1/+1 |