131 Commits (09ff69bb39b386e24a39723d9e20263a915bc6d6)

Author SHA1 Message Date
Johannes Schindelin 2031427167 git add: respect core.filemode with unmerged entries 18 years ago
Junio C Hamano a6080a0a44 War on whitespace 18 years ago
Martin Waitz 302b9282c9 rename dirlink to gitlink. 18 years ago
Luiz Fernando N. Capitulino 3511a3774e read_cache_from(): small simplification 18 years ago
Junio C Hamano 4aab5b46f4 Make read-cache.c "the_index" free. 18 years ago
Junio C Hamano 228e94f935 Move index-related variables into a structure. 18 years ago
Linus Torvalds a8ee75bc7a Fix gitlink index entry filesystem matching 18 years ago
Linus Torvalds 095952585c Teach directory traversal about subprojects 18 years ago
Linus Torvalds 1833a92548 Fix thinko in subproject entry sorting 18 years ago
Linus Torvalds f35a6d3bce Teach core object handling functions about gitlinks 18 years ago
Junio C Hamano fd1c3bf053 Rename add_file_to_index() to add_file_to_cache() 18 years ago
Junio C Hamano ec0cc70469 Propagate cache error internal to refresh_cache() via parameter. 18 years ago
Junio C Hamano 0424138d57 Fix bogus error message from merge-recursive error path 18 years ago
Junio C Hamano 21cd8d00b6 add_cache_entry(): removal of file foo does not conflict with foo/bar 18 years ago
Shawn O. Pearce dc49cd769b Cast 64 bit off_t to 32 bit size_t 18 years ago
Johannes Sixt 78a8d641c1 Add core.symlinks to mark filesystems that do not support symbolic links. 18 years ago
Junio C Hamano 53bca91a7d index_fd(): pass optional path parameter as hint for blob conversion 18 years ago
Junio C Hamano edaec3fbe8 index_fd(): use enum object_type instead of type name string. 18 years ago
Nicolas Pitre 21666f1aae convert object type handling from a string to a number 18 years ago
Junio C Hamano 185c975faa Do not take mode bits from index after type change. 18 years ago
Linus Torvalds 2cdf9509df write-cache: do not leak the serialized cache-tree data. 18 years ago
Andy Whitcroft 93822c2239 short i/o: fix calls to write to use xwrite or write_in_full 18 years ago
Shawn O. Pearce 5fe5c8300d Cleanup read_cache_from error handling. 18 years ago
Shawn O. Pearce c4712e4553 Replace mmap with xmmap, better handling MAP_FAILED. 18 years ago
Junio C Hamano 81a361be3b Fix check_file_directory_conflict(). 18 years ago
Junio C Hamano c33ab0dd10 git-add: remove conflicting entry when adding. 18 years ago
Junio C Hamano 790fa0e297 update-index: make D/F conflict error a bit more verbose. 18 years ago
Junio C Hamano 2bbaaed9ee trust-executable-bit: fix breakage for symlinks 18 years ago
Rene Scharfe a6e8a76770 sparse fix: non-ANSI function declaration 18 years ago
Shawn Pearce fd28b34afd Ignore executable bit when adding files if filemode=0. 18 years ago
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