Age | Commit message (Expand) | Author | Files | Lines |
2007-03-07 | Cast 64 bit off_t to 32 bit size_t | Shawn O. Pearce | 1 | -3/+3 |
2007-03-02 | Add core.symlinks to mark filesystems that do not support symbolic links. | Johannes Sixt | 1 | -4/+6 |
2007-02-28 | index_fd(): pass optional path parameter as hint for blob conversion | Junio C Hamano | 1 | -1/+1 |
2007-02-28 | index_fd(): use enum object_type instead of type name string. | Junio C Hamano | 1 | -1/+1 |
2007-02-27 | convert object type handling from a string to a number | Nicolas Pitre | 1 | -2/+2 |
2007-02-16 | Do not take mode bits from index after type change. | Junio C Hamano | 1 | -6/+7 |
2007-01-11 | write-cache: do not leak the serialized cache-tree data. | Linus Torvalds | 1 | -1/+1 |
2007-01-08 | short i/o: fix calls to write to use xwrite or write_in_full | Andy Whitcroft | 1 | -3/+3 |
2006-12-29 | Cleanup read_cache_from error handling. | Shawn O. Pearce | 1 | -4/+4 |
2006-12-29 | Replace mmap with xmmap, better handling MAP_FAILED. | Shawn O. Pearce | 1 | -1/+1 |
2006-12-17 | Fix check_file_directory_conflict(). | Junio C Hamano | 1 | -1/+1 |
2006-12-17 | git-add: remove conflicting entry when adding. | Junio C Hamano | 1 | -1/+1 |
2006-12-17 | update-index: make D/F conflict error a bit more verbose. | Junio C Hamano | 1 | -1/+1 |
2006-11-22 | trust-executable-bit: fix breakage for symlinks | Junio C Hamano | 1 | -3/+3 |
2006-11-18 | sparse fix: non-ANSI function declaration | Rene Scharfe | 1 | -1/+1 |
2006-09-26 | Ignore executable bit when adding files if filemode=0. | Shawn Pearce | 1 | -1/+3 |
2006-08-27 | Merge branch 'js/c-merge-recursive' | Junio C Hamano | 1 | -0/+17 |
2006-08-17 | Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length. | David Rientjes | 1 | -2/+2 |
2006-08-16 | Merge branch 'jc/racy' | Junio C Hamano | 1 | -59/+10 |
2006-08-15 | Remove the "delay writing to avoid runtime penalty of racy-git avoidance" | Junio C Hamano | 1 | -52/+1 |
2006-08-15 | Add check program "git-check-racy" | Junio C Hamano | 1 | -3/+9 |
2006-08-15 | remove unnecessary initializations | David Rientjes | 1 | -6/+6 |
2006-08-15 | avoid nanosleep(2) | Junio C Hamano | 1 | -5/+1 |
2006-08-14 | read-cache.c cleanup | David Rientjes | 1 | -7/+3 |
2006-08-12 | Merge branch 'master' into js/c-merge-recursive | Junio C Hamano | 1 | -1/+1 |
2006-08-10 | discard_cache(): discard index, even if no file was mmap()ed | Johannes Schindelin | 1 | -3/+3 |
2006-08-08 | read-cache: tweak racy-git delay logic | Junio C Hamano | 1 | -21/+52 |
2006-08-07 | Racy git: avoid having to be always too careful | Junio C Hamano | 1 | -4/+40 |
2006-07-31 | Fix double "close()" in ce_compare_data | Linus Torvalds | 1 | -1/+1 |
2006-07-30 | Merge branch 'js/read-tree' into js/c-merge-recursive | Junio C Hamano | 1 | -0/+39 |
2006-07-26 | Make git-mv a builtin | Johannes Schindelin | 1 | -0/+39 |
2006-07-26 | Extract helper bits from c-merge-recursive work | Johannes Schindelin | 1 | -45/+42 |
2006-07-13 | Status update on merge-recursive in C | Johannes Schindelin | 1 | -45/+59 |
2006-07-10 | Avoid C99 comments, use old-style C comments instead. | Pavel Roskin | 1 | -1/+1 |
2006-06-20 | Remove all void-pointer arithmetic. | Florian Forster | 1 | -6/+7 |
2006-05-28 | Merge branch 'jc/dirwalk-n-cache-tree' into jc/cache-tree | Junio C Hamano | 1 | -1/+184 |
2006-05-28 | git-write-tree writes garbage on sparc64 | Dennis Stosberg | 1 | -1/+1 |
2006-05-20 | Merge branch 'lt/dirwalk' into jc/dirwalk-n-cache-tree | Junio C Hamano | 1 | -0/+66 |
2006-05-20 | Merge branch 'jc/cache-tree' into jc/dirwalk-n-cache-tree | Junio C Hamano | 1 | -0/+72 |
2006-05-19 | Libify the index refresh logic | Linus Torvalds | 1 | -0/+117 |
2006-05-18 | Prevent bogus paths from being added to the index. | Linus Torvalds | 1 | -0/+66 |
2006-05-09 | read-cache.c: use xcalloc() not calloc() | Yakov Lerner | 1 | -1/+1 |
2006-04-24 | index: make the index file format extensible. | Junio C Hamano | 1 | -26/+79 |
2006-04-23 | read-cache/write-cache: optionally return cache checksum SHA1. | Junio C Hamano | 1 | -8/+27 |
2006-02-12 | cache_name_compare() compares name and stage, nothing else. | Junio C Hamano | 1 | -3/+3 |
2006-02-08 | "Assume unchanged" git | Junio C Hamano | 1 | -5/+23 |
2005-12-20 | ce_smudge_racily_clean_entry: explain why it works. | Junio C Hamano | 1 | -1/+25 |
2005-12-20 | Racy GIT (part #2) | Junio C Hamano | 1 | -1/+31 |
2005-12-20 | Racy GIT | Junio C Hamano | 1 | -54/+86 |
2005-10-11 | Use git config file for committer name and email info | Linus Torvalds | 1 | -1/+0 |