644 Commits (819f0e76b110458488c41741b0dcd538483848c0)

Author SHA1 Message Date
Nguyễn Thái Ngọc Duy 252d079cbd read-cache.c: optimize reading index format v4 7 years ago
Nguyễn Thái Ngọc Duy 58bf2a4cc7 sha1-file.c: remove implicit dependency on the_index 7 years ago
Nguyễn Thái Ngọc Duy d7b665c363 read-cache.c: remove implicit dependency on the_index 7 years ago
Nguyễn Thái Ngọc Duy e675765235 diff.c: remove implicit dependency on the_index 7 years ago
Nguyễn Thái Ngọc Duy 92a1bf5a58 read-cache.c: remove 'const' from index_has_changes() 7 years ago
Nguyễn Thái Ngọc Duy ae9af12287 status: show progress bar if refreshing the index takes too long 7 years ago
Jeff King 6a29d7b7a7 read-cache: use oideq() in ce_compare functions 7 years ago
Jeff King 67947c34ae convert "hashcmp() != 0" to "!hasheq()" 7 years ago
Jeff King 9001dc2a74 convert "oidcmp() != 0" to "!oideq()" 7 years ago
Jeff King 4a7e27e957 convert "oidcmp() == 0" to oideq() 7 years ago
Nguyễn Thái Ngọc Duy 4592e6080f cache-tree: verify valid cache-tree in the test suite 7 years ago
Nguyễn Thái Ngọc Duy 836ef2b69f unpack-trees: reuse (still valid) cache-tree from src_index 7 years ago
Nguyễn Thái Ngọc Duy c46c406ae1 trace.h: support nested performance tracing 7 years ago
Nguyễn Thái Ngọc Duy 6d2df284e7 dir.c: remove an implicit dependency on the_index in pathspec code 7 years ago
Elijah Newren ad3762042a read-cache: fix directory/file conflict handling in read_index_unmerged() 7 years ago
Elijah Newren e1f8694f33 merge-recursive: fix assumption that head tree being merged is HEAD 7 years ago
Elijah Newren 1b9fbefbe0 index_has_changes(): avoid assuming operating on the_index 7 years ago
Elijah Newren cffbfad50d read-cache.c: move index_has_changes() from merge.c 7 years ago
Jameson Miller 8616a2d0cb block alloc: add validations around cache_entry lifecyle 7 years ago
Jameson Miller 8e72d67529 block alloc: allocate cache entries from mem_pool 7 years ago
Jameson Miller a849735bfb block alloc: add lifecycle APIs for cache_entry structs 7 years ago
Jameson Miller 825ed4d9a0 read-cache: teach make_cache_entry to take object_id 7 years ago
Jameson Miller 768d796506 read-cache: teach refresh_cache_entry to take istate 7 years ago
Jeff King 10ecfa7649 verify_path: disallow symlinks in .gitmodules 7 years ago
Jeff King 641084b618 verify_dotfile: mention case-insensitivity in comment 7 years ago
Jeff King e19e5e66d6 verify_path: drop clever fallthrough 7 years ago
Stefan Beller cbd53a2193 object-store: move object access functions to object-store.h 7 years ago
brian m. carlson 75691ea345 Update struct index_state to use struct object_id 7 years ago
brian m. carlson 2182abd94b split-index: convert struct split_index to object_id 7 years ago
Nguyễn Thái Ngọc Duy 4c2db93807 read-cache.c: make $GIT_TEST_SPLIT_INDEX boolean 7 years ago
Ramsay Jones 00a4b03501 read-cache: fix an -Wmaybe-uninitialized warning 7 years ago
Ben Peart 0e267b7a24 Fix bugs preventing adding updated cache entries to the name hash 7 years ago
brian m. carlson b4f5aca40e sha1_file: convert read_sha1_file to struct object_id 7 years ago
Martin Ågren 610008146e write_locked_index(): add flag to avoid writing unchanged index 7 years ago
Brandon Williams 285c2e259d read-cache: rename 'new' variables 7 years ago
brian m. carlson aab6135906 read-cache: abstract away uses of SHA-1 7 years ago
Nguyễn Thái Ngọc Duy ca54d9baa4 trace: measure where the time is spent in the index-heavy operations 7 years ago
Patryk Obara a09c985eae sha1_file: convert write_sha1_file to object_id 7 years ago
Nguyễn Thái Ngọc Duy ef5b3a6c5e read-cache: don't write index twice if we can't write shared index 7 years ago
SZEDER Gábor f919ffebed Use MOVE_ARRAY 7 years ago
Thomas Gummerer 4bddd98311 split-index: don't write cache tree with null oid entries 7 years ago
Thomas Gummerer a125a22334 read-cache: fix reading the shared index for other repos 7 years ago
Nguyễn Thái Ngọc Duy 59f9d2dd60 read-cache.c: move tempfile creation/cleanup out of write_shared_index 7 years ago
Nguyễn Thái Ngọc Duy 7db2d08cdc read-cache.c: change type of "temp" in write_shared_index() 7 years ago
Torsten Bögershausen 9472935d81 add: introduce "--renormalize" 7 years ago
Alex Vandiver 3bd28eb299 fsmonitor: store fsmonitor bitmap before splitting index 7 years ago
Ben Peart 00ec50e56d read_index_from(): speed index loading by skipping verification of the entry order 7 years ago
brian m. carlson a98e6101f0 refs: convert resolve_gitlink_ref to struct object_id 8 years ago
brian m. carlson 1053fe829c Convert remaining callers of resolve_gitlink_ref to object_id 8 years ago
Martin Ågren b74c90fb41 read_cache: roll back lock in `update_index_if_able()` 8 years ago