- 8e97ec3 Sync with 2.42.2 by Johannes Schindelin · 9 months ago
- be348e9 Sync with 2.41.1 by Johannes Schindelin · 9 months ago
- f5b2af0 Sync with 2.40.2 by Johannes Schindelin · 9 months ago
- 93a88f4 Sync with 2.39.4 by Johannes Schindelin · 9 months ago
- 31572dc clone: when symbolic links collide with directories, keep the latter by Johannes Schindelin · 9 months ago
- 850c3a2 entry: report more colliding paths by Johannes Schindelin · 9 months ago
- eea0e59 treewide: remove unnecessary includes in source files by Elijah Newren · 1 year ago
- afd2a1d wrapper: reduce scope of remove_or_warn() by Calvin Wan · 1 year, 3 months ago
- da9502f treewide: remove unnecessary includes for wrapper.h by Calvin Wan · 1 year, 6 months ago
- a034e91 object-store-ll.h: split this header out of object-store.h by Elijah Newren · 1 year, 8 months ago
- bc5c5ec cache.h: remove this no-longer-used header by Elijah Newren · 1 year, 8 months ago
- baf889c sparse-index.h: move declarations for sparse-index.c from cache.h by Elijah Newren · 1 year, 8 months ago
- f565385 name-hash.h: move declarations for name-hash.c from cache.h by Elijah Newren · 1 year, 8 months ago
- cb2a513 symlinks.h: move declarations for symlinks.c functions from cache.h by Elijah Newren · 1 year, 9 months ago
- e7dca80 Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-cache-h by Junio C Hamano · 1 year, 9 months ago
- bc726bd cocci: apply the "object-store.h" part of "the_repository.pending" by Ævar Arnfjörð Bjarmason · 1 year, 9 months ago
- 32a8f51 environment.h: move declarations for environment.c functions from cache.h by Elijah Newren · 1 year, 10 months ago
- d5ebb50 wrapper.h: move declarations for wrapper.c functions from cache.h by Elijah Newren · 1 year, 10 months ago
- f394e09 treewide: be explicit about dependence on gettext.h by Elijah Newren · 1 year, 10 months ago
- 41771fa cache.h: remove dependence on hex.h; make other files include it explicitly by Elijah Newren · 1 year, 11 months ago
- 4002ec3 read-tree: add "--super-prefix" option, eliminate global by Ævar Arnfjörð Bjarmason · 2 years, 1 month ago
- 611c778 checkout: fix two bugs on the final count of updated entries by Matheus Tavares · 2 years, 6 months ago
- f9ba6ac Merge branch 'mc/clean-smudge-with-llp64' by Junio C Hamano · 3 years, 1 month ago
- e9aa762 odb: teach read_blob_entry to use size_t by Matt Cooper · 3 years, 2 months ago
- bf6d819 entry: show finer-grained counter in "Filtering content" progress line by SZEDER Gábor · 3 years, 4 months ago
- 7a132c6 checkout: make delayed checkout respect --quiet and --no-progress by Matheus Tavares · 3 years, 4 months ago
- bc40dfb string-list.h users: change to use *_{nodup,dup}() by Ævar Arnfjörð Bjarmason · 3 years, 6 months ago
- 33be431 Merge branch 'en/dir-traversal' by Junio C Hamano · 3 years, 8 months ago
- b548f0f dir: introduce readdir_skip_dot_and_dotdot() helper by Elijah Newren · 3 years, 8 months ago
- a1cac26 Merge branch 'mt/parallel-checkout-part-2' by Junio C Hamano · 3 years, 8 months ago
- 8e97852 Merge branch 'ds/sparse-index-protections' by Junio C Hamano · 3 years, 8 months ago
- 04155bd unpack-trees: add basic support for parallel checkout by Matheus Tavares · 3 years, 9 months ago
- 3450a30 entry: ensure full index by Derrick Stolee · 3 years, 9 months ago
- c47679d Merge branch 'mt/parallel-checkout-part-1' by Junio C Hamano · 3 years, 9 months ago
- 9210c68 Merge branch 'mt/checkout-remove-nofollow' by Junio C Hamano · 3 years, 9 months ago
- ae22751 entry: add checkout_entry_ca() taking preloaded conv_attrs by Matheus Tavares · 3 years, 10 months ago
- 30419e7 entry: move conv_attrs lookup up to checkout_entry() by Matheus Tavares · 3 years, 10 months ago
- 584a0d1 entry: extract update_ce_after_write() from write_entry() by Matheus Tavares · 3 years, 10 months ago
- 49cfd90 entry: make fstat_output() and read_blob_entry() public by Matheus Tavares · 3 years, 10 months ago
- d052cc0 entry: extract a header file for entry.c functions by Matheus Tavares · 3 years, 10 months ago
- fab78a0 checkout: don't follow symlinks when removing entries by Matheus Tavares · 3 years, 10 months ago
- 9334ea8 write_entry(): fix misuses of `path` in error messages by Matheus Tavares · 3 years, 11 months ago
- 748f733 checkout_entry(): remove unreachable error() call by Matheus Tavares · 4 years, 5 months ago
- d341042 Merge branch 'mt/entry-fstat-fallback-fix' into master by Junio C Hamano · 4 years, 6 months ago
- 35e6e21 entry: check for fstat() errors after checkout by Matheus Tavares · 4 years, 6 months ago
- c397aac convert: provide additional metadata to filters by brian m. carlson · 4 years, 10 months ago
- ab90eca convert: permit passing additional metadata to filter processes by brian m. carlson · 4 years, 10 months ago
- d4c0a3a fill_stat_cache_info(): prepare for an fsmonitor fix by Johannes Schindelin · 6 years ago
- 7d0c1f4 Merge branch 'tg/checkout-no-overlay' by Junio C Hamano · 6 years ago
- 4084df4 Merge branch 'nd/checkout-noisy' by Junio C Hamano · 6 years ago
- 536ec18 entry: support CE_WT_REMOVE flag in checkout_entry by Thomas Gummerer · 6 years ago
- b702dd1 entry: factor out unlink_entry function by Thomas Gummerer · 6 years ago
- 9da9fff Merge branch 'nd/clone-case-smashing-warning' by Junio C Hamano · 6 years ago
- e66ceca clone: fix colliding file detection on APFS by Nguyễn Thái Ngọc Duy · 6 years ago
- 0f086e6 checkout: print something when checking out paths by Nguyễn Thái Ngọc Duy · 6 years ago
- c240732 Merge branch 'nd/clone-case-smashing-warning' by Junio C Hamano · 6 years ago
- b878579 clone: report duplicate entries on case-insensitive filesystems by Duy Nguyen · 6 years ago
- 74cfc0e entry.c: use the right index instead of the_index by Nguyễn Thái Ngọc Duy · 6 years ago
- 7f944e2 convert.c: remove an implicit dependency on the_index by Nguyễn Thái Ngọc Duy · 6 years ago
- cbd53a2 object-store: move object access functions to object-store.h by Stefan Beller · 7 years ago
- 1a75044 convert: convert to struct object_id by brian m. carlson · 7 years ago
- b4f5aca sha1_file: convert read_sha1_file to struct object_id by brian m. carlson · 7 years ago
- d8f7180 entry: rename 'new' variables by Brandon Williams · 7 years ago
- e05336b Merge branch 'bp/fsmonitor' by Junio C Hamano · 7 years ago
- 6909bf6 Merge branch 'ls/filter-process-delayed' by Junio C Hamano · 7 years ago
- 7cbbf9d write_entry: untangle symlink and regular-file cases by Jeff King · 7 years ago
- c602d3a write_entry: avoid reading blobs in CE_RETRY case by Jeff King · 7 years ago
- b240158 write_entry: fix leak when retrying delayed filter by Jeff King · 7 years ago
- 11179eb entry.c: check if file exists after checkout by Lars Schneider · 7 years ago
- 03b9533 entry.c: update cache entry only for existing files by Lars Schneider · 7 years ago
- 883e248 fsmonitor: teach git to optionally utilize a file system monitor to speed up detecting new or changed files. by Ben Peart · 7 years ago
- c50424a Merge branch 'jk/write-in-full-fix' by Junio C Hamano · 7 years ago
- 564bde9 convert less-trivial versions of "write_in_full() != len" by Jeff King · 7 years ago
- 7fbbd3e Merge branch 'ls/convert-filter-progress' by Junio C Hamano · 7 years ago
- 52f1d62 convert: display progress for filtered objects that have been delayed by Lars Schneider · 7 years ago
- 2841e8f convert: add "status=delayed" to filter process protocol by Lars Schneider · 8 years ago
- cd279e2 entry.c: submodule recursing: respect force flag correctly by Stefan Beller · 8 years ago
- 6d14eac entry.c: create submodules when interesting by Stefan Beller · 8 years ago
- 7eda0e4 streaming: make stream_blob_to_fd take struct object_id by brian m. carlson · 8 years ago
- 99d1a98 cache: convert struct cache_entry to use struct object_id by brian m. carlson · 8 years ago
- e1ebb3c entry.c: use error_errno() by Nguyễn Thái Ngọc Duy · 9 years ago
- 3733e69 use xmallocz to avoid size arithmetic by Jeff King · 9 years ago
- 330c8e2 entry.c: convert strcpy to xsnprintf by Jeff King · 9 years ago
- 078a58e read-cache: mark updated entries for split index by Nguyễn Thái Ngọc Duy · 11 years ago
- d4a2024 entry.c: update cache_changed if refresh_cache is set in checkout_entry() by Nguyễn Thái Ngọc Duy · 11 years ago
- ec8cd4f Merge branch 'mh/remove-subtree-long-pathname-fix' by Junio C Hamano · 11 years ago
- 2f29e0c entry.c: fix possible buffer overflow in remove_subtree() by Michael Haggerty · 11 years ago
- f63272a checkout_entry(): use the strbuf throughout the function by Michael Haggerty · 11 years ago
- af2a651 checkout_entry(): clarify the use of topath[] parameter by Junio C Hamano · 11 years ago
- fd356f6 entry.c: convert checkout_entry to use strbuf by Nguyễn Thái Ngọc Duy · 11 years ago
- d3aeb31 Merge branch 'nd/const-struct-cache-entry' by Junio C Hamano · 11 years ago
- 42063f9 apply, entry: speak of submodules instead of subprojects by Thomas Rast · 11 years ago
- 9c5e6c8 Convert "struct cache_entry *" to "const ..." wherever possible by Nguyễn Thái Ngọc Duy · 12 years ago
- b9c78e9 Merge branch 'jk/check-corrupt-objects-carefully' by Junio C Hamano · 12 years ago
- 39c5835 Merge branch 'jk/checkout-attribute-lookup' by Junio C Hamano · 12 years ago
- d9c31e1 streaming_write_entry: propagate streaming errors by Jeff King · 12 years ago
- 7297a44 entry: fix filter lookup by John Keeping · 12 years ago
- 47a02ff streaming: make streaming-write-entry to be more reusable by Junio C Hamano · 13 years ago
- b669109 Add streaming filter API by Junio C Hamano · 14 years ago
- de6182d streaming_write_entry(): support files with holes by Junio C Hamano · 14 years ago