100 Commits (7be1d62c6f6b322d826d145762db0050057aeb69)

Author SHA1 Message Date
David Rientjes a89fccd281 Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length. 18 years ago
Junio C Hamano 0fc82cff12 Remove the "delay writing to avoid runtime penalty of racy-git avoidance" 18 years ago
Junio C Hamano 42f774063d Add check program "git-check-racy" 18 years ago
David Rientjes 96f1e58f52 remove unnecessary initializations 18 years ago
Junio C Hamano 789a09b487 avoid nanosleep(2) 18 years ago
David Rientjes 968a1d65f4 read-cache.c cleanup 18 years ago
Johannes Schindelin 4147d801db discard_cache(): discard index, even if no file was mmap()ed 18 years ago
Junio C Hamano 6015c28b1d read-cache: tweak racy-git delay logic 19 years ago
Junio C Hamano b7e58b17b5 Racy git: avoid having to be always too careful 19 years ago
Linus Torvalds 7f8508e8d3 Fix double "close()" in ce_compare_data 19 years ago
Johannes Schindelin 11be42a476 Make git-mv a builtin 19 years ago
Johannes Schindelin 8fd2cb4069 Extract helper bits from c-merge-recursive work 19 years ago
Johannes Schindelin 6d297f8137 Status update on merge-recursive in C 19 years ago
Pavel Roskin a9486b02ec Avoid C99 comments, use old-style C comments instead. 19 years ago
Florian Forster 1d7f171c3a Remove all void-pointer arithmetic. 19 years ago
Dennis Stosberg ac58c7b18e git-write-tree writes garbage on sparc64 19 years ago
Linus Torvalds 405e5b2fe0 Libify the index refresh logic 19 years ago
Linus Torvalds 8dcf39c46e Prevent bogus paths from being added to the index. 19 years ago
Yakov Lerner 28cc4ab422 read-cache.c: use xcalloc() not calloc() 19 years ago
Junio C Hamano bad68ec924 index: make the index file format extensible. 19 years ago
Junio C Hamano 1af1c2b63d read-cache/write-cache: optionally return cache checksum SHA1. 19 years ago
Junio C Hamano 7b80be150c cache_name_compare() compares name and stage, nothing else. 19 years ago
Junio C Hamano 5f73076c1a "Assume unchanged" git 19 years ago
Junio C Hamano 4b3511b0f8 ce_smudge_racily_clean_entry: explain why it works. 19 years ago
Junio C Hamano 407c8eb0d0 Racy GIT (part #2) 19 years ago
Junio C Hamano 29e4d36357 Racy GIT 19 years ago
Linus Torvalds e1b10391ea Use git config file for committer name and email info 19 years ago
Junio C Hamano 3e09cdfd11 Use core.filemode. 19 years ago
Linus Torvalds 17712991a5 Add ".git/config" file parser 19 years ago
Linus Torvalds 5d1a5c02e8 [PATCH] Better error reporting for "git status" 19 years ago
Junio C Hamano 6b5ee137e5 Diff clean-up. 19 years ago
Junio C Hamano b0391890d2 Show modified files in git-ls-files 19 years ago
Qingning Huo 2c865d9aa7 [PATCH] Fix buffer overflow in ce_flush(). 19 years ago
Linus Torvalds f332726eaa [PATCH] Improve handling of "." and ".." in git-diff-* 19 years ago
Pavel Roskin e35f982415 [PATCH] mmap error handling 20 years ago
Linus Torvalds c0fd1f517e Make "ce_match_path()" a generic helper function 20 years ago
Junio C Hamano b155725dae [PATCH] Fix oversimplified optimization for add_cache_entry(). 20 years ago
Linus Torvalds 2160a025d2 read-cache.c: remove stray debugging printf 20 years ago
Linus Torvalds 12676608fe Re-implement "check_file_directory_conflict()" 20 years ago
Junio C Hamano 025a0709b6 [PATCH] Bugfix: read-cache.c:write_cache() misrecords number of entries. 20 years ago
Linus Torvalds aa16021efc git-read-tree: remove deleted files in the working directory 20 years ago
Timo Hirvonen 972d1bb067 [PATCH] Use ntohs instead of htons to convert ce_flags to host byte order 20 years ago
David Meybohm 8310c2c0b5 [PATCH] check_file_directory_conflict path fix 20 years ago
Linus Torvalds 2cb45e9543 Don't care about st_dev in the index file 20 years ago
Linus Torvalds 6b0c312106 Include file cleanups.. 20 years ago
Linus Torvalds 958ba6c96e Introduce "base_name_compare()" helper function 20 years ago
Junio C Hamano 415e96c8b7 [PATCH] Implement git-checkout-cache -u to update stat information in the cache. 20 years ago
Brian Gerst bf0f910d1d [PATCH] Kill a bunch of pointer sign warnings for gcc4 20 years ago
Brad Roberts dbbce55b3a Rename some more cache-related functions 20 years ago
Brad Roberts 5d728c8411 Rename cache_match_stat() to ce_match_stat() 20 years ago