364 Commits (49d166081bb5ddefa57fd97fd517449264ee5246)

Author SHA1 Message Date
Jonathan Tan 8708ca09a6 fetch-object: unify fetch_object[s] functions 6 years ago
Jeff King 4a7e27e957 convert "oidcmp() == 0" to oideq() 6 years ago
Nguyễn Thái Ngọc Duy 5f4436a721 Document update for nd/unpack-trees-with-cache-tree 6 years ago
Nguyễn Thái Ngọc Duy 4592e6080f cache-tree: verify valid cache-tree in the test suite 6 years ago
Nguyễn Thái Ngọc Duy 5697ca9aa5 unpack-trees: add missing cache invalidation 6 years ago
Nguyễn Thái Ngọc Duy 836ef2b69f unpack-trees: reuse (still valid) cache-tree from src_index 6 years ago
Nguyễn Thái Ngọc Duy f1e11c6510 unpack-trees: reduce malloc in cache-tree walk 6 years ago
Nguyễn Thái Ngọc Duy b4da37380b unpack-trees: optimize walking same trees with cache-tree 6 years ago
Nguyễn Thái Ngọc Duy 0d1ed5963d unpack-trees: add performance tracing 6 years ago
Duy Nguyen b878579ae7 clone: report duplicate entries on case-insensitive filesystems 6 years ago
Nguyễn Thái Ngọc Duy c4500e251f attr: remove index from git_attr_set_direction() 7 years ago
Nguyễn Thái Ngọc Duy c7f3259d0d unpack-trees: avoid the_index in verify_absent() 7 years ago
Nguyễn Thái Ngọc Duy 27c82fb3b4 unpack-trees: convert clear_ce_flags* to avoid the_index 7 years ago
Nguyễn Thái Ngọc Duy 86016ec304 unpack-trees: don't shadow global var the_index 7 years ago
Nguyễn Thái Ngọc Duy 383480ba4f unpack-trees: add a note about path invalidation 7 years ago
Max Kirillov b33fdfc34c unpack-trees: do not fail reset because of unmerged skipped entry 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
Martin Ågren 1c41d2805e unpack_trees_options: free messages when done 7 years ago
Stefan Beller cbd53a2193 object-store: move object access functions to object-store.h 7 years ago
Elijah Newren 64b1abe962 merge-recursive: fix overwriting dirty files involved in renames 7 years ago
Johannes Schindelin 033abf97fc Replace all die("BUG: ...") calls by BUG() ones 7 years ago
brian m. carlson 75691ea345 Update struct index_state to use struct object_id 7 years ago
Elijah Newren 7db118303a unpack_trees: fix breakage when o->src_index != o->dst_index 7 years ago
Junio C Hamano 8b026edac3 Revert "Merge branch 'en/rename-directory-detection'" 7 years ago
Stefan Beller f793b895fd submodule-config: allow submodule_free to handle arbitrary repositories 7 years ago
René Scharfe 9f242a1336 unpack-trees: release oid_array after use in check_updates() 7 years ago
Elijah Newren e0052f4613 merge-recursive: fix overwriting dirty files involved in renames 7 years ago
Brandon Williams 69caed593e unpack-trees: rename 'new' variables 7 years ago
Nguyễn Thái Ngọc Duy 0cacebf099 dir.c: ignore paths containing .git when invalidating untracked cache 7 years ago
Stefan Beller ad17312e11 unpack-trees: oneway_merge to update submodules 7 years ago
Jonathan Tan c0c578b33c unpack-trees: batch fetching of missing blobs 7 years ago
brian m. carlson a98e6101f0 refs: convert resolve_gitlink_ref to struct object_id 7 years ago
brian m. carlson 1053fe829c Convert remaining callers of resolve_gitlink_ref to object_id 7 years ago
Ben Peart 883e248b8a fsmonitor: teach git to optionally utilize a file system monitor to speed up detecting new or changed files. 7 years ago
Lars Schneider 52f1d62eb4 convert: display progress for filtered objects that have been delayed 7 years ago
Martin Ågren 7560f547e6 treewide: correct several "up-to-date" to "up to date" 7 years ago
Junio C Hamano 8aade107dd progress: simplify "delayed" progress API 7 years ago
René Scharfe 5c377d3d59 tree-walk: convert fill_tree_descriptor() to object_id 8 years ago
Brandon Williams 3302871320 unpack-trees: improve loading of .gitmodules 8 years ago
Brandon Williams 7463e2ec3e unpack-trees: don't respect submodule.update 8 years ago
Brandon Williams 4c0eeafe47 cache.h: add GITMODULES_FILE macro 8 years ago
Lars Schneider 2841e8f81c convert: add "status=delayed" to filter process protocol 8 years ago
Brandon Williams b2141fc1d2 config: don't include config.h by default 8 years ago
David Turner edf3b90553 unpack-trees: preserve index extensions 8 years ago
Brandon Williams 2c1eb10454 dir: convert read_directory to take an index 8 years ago
Brandon Williams a0bba65b10 dir: convert is_excluded to take an index 8 years ago
Brandon Williams 473e39307d dir: convert add_excludes to take an index 8 years ago
Brandon Williams fba92be8f7 dir: convert is_excluded_from_list to take an index 8 years ago
Stefan Beller cd279e2e1b entry.c: submodule recursing: respect force flag correctly 8 years ago