428 Commits (16f2b6bb365c19e2424c58428af20dbe04af09c9)

Author SHA1 Message Date
Philippe Blain 16f2b6bb36 unpack-trees: remove outdated description for verify_clean_submodule 5 years ago
Johannes Schindelin cc756edda6 unpack-trees: let merged_entry() pass through do_add_entry()'s errors 5 years ago
Derrick Stolee e091228e17 sparse-checkout: update working directory in-process 5 years ago
Derrick Stolee 4dcd4def3c unpack-trees: add progress to clear_ce_flags() 5 years ago
Derrick Stolee eb42feca97 unpack-trees: hash less in cone mode 5 years ago
Derrick Stolee 96cc8ab531 sparse-checkout: use hashmaps for cone patterns 5 years ago
Jeff Hostetler e6152e35ff trace2: add region in clear_ce_flags 5 years ago
Utsav Shah 679f2f9fdd unpack-trees: skip stat on fsmonitor-valid files 5 years ago
Elijah Newren 15beaaa3d1 Fix spelling errors in code comments 5 years ago
René Scharfe 2fe44394c8 treewide: remove duplicate #include directives 6 years ago
Derrick Stolee 468ce99b77 unpack-trees: rename 'is_excluded_from_list()' 6 years ago
Derrick Stolee 65edd96aec treewide: rename 'exclude' methods to 'pattern' 6 years ago
Derrick Stolee caa3d55444 treewide: rename 'struct exclude_list' to 'struct pattern_list' 6 years ago
Jeff King 5aa02f9868 tree-walk: harden make_traverse_path() length computations 6 years ago
Jeff King c43ab06259 tree-walk: add a strbuf wrapper for make_traverse_path() 6 years ago
Jeff King b3b3cbcbf2 tree-walk: accept a raw length for traverse_path_len() 6 years ago
Jeff King 37806080d7 tree-walk: use size_t consistently 6 years ago
Jeff King 9055384710 tree-walk: drop oid from traverse_info 6 years ago
Nguyễn Thái Ngọc Duy 5e57580733 tree-walk.c: remove the_repo from fill_tree_descriptor() 6 years ago
Christian Couder b14ed5adaf Use promisor_remote_get_direct() and has_promisor_remote() 6 years ago
Nguyễn Thái Ngọc Duy 328c6cb853 doc: promote "git switch" 6 years ago
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 7 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