144 Commits (2f7ee089dff6e9225dbfca2bdd23efe93e1c0740)

Author SHA1 Message Date
Junio C Hamano fb63d7f889 git-add: make the entry stat-clean after re-adding the same contents 17 years ago
Junio C Hamano 4bd5b7dacc ce_match_stat, run_diff_files: use symbolic constants for readability 17 years ago
Linus Torvalds cd8ae20195 git-blame shouldn't crash if run in an unmerged tree 17 years ago
Carlos Rica 102c2338da Move make_cache_entry() from merge-recursive.c into read-cache.c 18 years ago
Pierre Habouzit 1dffb8fa80 Small cache_tree_write refactor. 18 years ago
Junio C Hamano 09d5dc32fb Simplify cache API 18 years ago
Carlos Rica 6640f88165 Move make_cache_entry() from merge-recursive.c into read-cache.c 18 years ago
Alexandre Julliard d616813d75 git-add: Add support for --refresh option. 18 years ago
Junio C Hamano af3785dc5a Optimize "diff --cached" performance. 18 years ago
Junio C Hamano 0781b8a9b2 add_file_to_index: skip rehashing if the cached stat already matches 18 years ago
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. 19 years ago
David Rientjes a89fccd281 Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length. 19 years ago
Junio C Hamano 0fc82cff12 Remove the "delay writing to avoid runtime penalty of racy-git avoidance" 19 years ago
Junio C Hamano 42f774063d Add check program "git-check-racy" 19 years ago
David Rientjes 96f1e58f52 remove unnecessary initializations 19 years ago
Junio C Hamano 789a09b487 avoid nanosleep(2) 19 years ago
David Rientjes 968a1d65f4 read-cache.c cleanup 19 years ago
Johannes Schindelin 4147d801db discard_cache(): discard index, even if no file was mmap()ed 19 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