388 Commits (12fb9bd85ee9e673c70df90cf5a926e82d98eda8)

Author SHA1 Message Date
Jonathan Tan 0f4a4fb1c4 sha1-file: support OBJECT_INFO_FOR_PREFETCH 6 years ago
Nguyễn Thái Ngọc Duy b165fac8c1 unpack-trees: rename "gently" flag to "quiet" 6 years ago
Nguyễn Thái Ngọc Duy 191e9d2c2d unpack-trees: keep gently check inside add_rejected_path 6 years ago
Nguyễn Thái Ngọc Duy ab5af825db unpack-trees: fix oneway_merge accidentally carry over stage index 6 years ago
Jeff King df351c6e67 unpack-trees: drop unused error_type parameters 6 years ago
Jeff King 664296985c unpack-trees: drop name_entry from traverse_by_cache_tree() 6 years ago
Ben Peart 1956ecd0ab read-cache: add post-index-change hook 6 years ago
Nguyễn Thái Ngọc Duy f8adbec9fe cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch 6 years ago
brian m. carlson ea82b2a085 tree-walk: store object_id in a separate member 6 years ago
Thomas Gummerer 6fdc205722 read-cache: add invalidate parameter to remove_marked_cache_entries 6 years ago
Thomas Gummerer b702dd12d5 entry: factor out unlink_entry function 6 years ago
Nguyễn Thái Ngọc Duy 67022e0214 tree-walk.c: make tree_entry_interesting() take an index 6 years ago
Nguyễn Thái Ngọc Duy 0f086e6dca checkout: print something when checking out paths 6 years ago
Nguyễn Thái Ngọc Duy c207e9e1f6 cache-tree.c: remove the_repository references 6 years ago
Carlo Marcelo Arenas Belón 07f967adb5 unpack-trees: avoid dead store for struct progress 6 years ago
Jonathan Tan 8708ca09a6 fetch-object: unify fetch_object[s] functions 7 years ago
Jeff King 4a7e27e957 convert "oidcmp() == 0" to oideq() 7 years ago
Nguyễn Thái Ngọc Duy 5f4436a721 Document update for nd/unpack-trees-with-cache-tree 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 5697ca9aa5 unpack-trees: add missing cache invalidation 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 f1e11c6510 unpack-trees: reduce malloc in cache-tree walk 7 years ago
Nguyễn Thái Ngọc Duy b4da37380b unpack-trees: optimize walking same trees with cache-tree 7 years ago
Nguyễn Thái Ngọc Duy 0d1ed5963d unpack-trees: add performance tracing 7 years ago
Duy Nguyen b878579ae7 clone: report duplicate entries on case-insensitive filesystems 7 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 8 years ago
brian m. carlson 1053fe829c Convert remaining callers of resolve_gitlink_ref to object_id 8 years ago
Ben Peart 883e248b8a fsmonitor: teach git to optionally utilize a file system monitor to speed up detecting new or changed files. 8 years ago