Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren
2023-09-30wrapper: reduce scope of remove_or_warn()Calvin Wan
2023-07-05treewide: remove unnecessary includes for wrapper.hCalvin Wan
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren
2023-06-21cache.h: remove this no-longer-used headerElijah Newren
2023-06-21sparse-index.h: move declarations for sparse-index.c from cache.hElijah Newren
2023-06-21name-hash.h: move declarations for name-hash.c from cache.hElijah Newren
2023-04-24symlinks.h: move declarations for symlinks.c functions from cache.hElijah Newren
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano
2023-03-28cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren
2023-03-21wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren
2023-02-24cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren
2022-12-26read-tree: add "--super-prefix" option, eliminate globalÆvar Arnfjörð Bjarmason
2022-07-14checkout: fix two bugs on the final count of updated entriesMatheus Tavares
2021-11-30Merge branch 'mc/clean-smudge-with-llp64'Junio C Hamano
2021-11-03odb: teach read_blob_entry to use size_tMatt Cooper
2021-09-09entry: show finer-grained counter in "Filtering content" progress lineSZEDER Gábor
2021-08-27checkout: make delayed checkout respect --quiet and --no-progressMatheus Tavares
2021-07-01string-list.h users: change to use *_{nodup,dup}()Ævar Arnfjörð Bjarmason
2021-05-20Merge branch 'en/dir-traversal'Junio C Hamano
2021-05-13dir: introduce readdir_skip_dot_and_dotdot() helperElijah Newren
2021-04-30Merge branch 'mt/parallel-checkout-part-2'Junio C Hamano
2021-04-30Merge branch 'ds/sparse-index-protections'Junio C Hamano
2021-04-19unpack-trees: add basic support for parallel checkoutMatheus Tavares
2021-04-14entry: ensure full indexDerrick Stolee
2021-04-03Merge branch 'mt/parallel-checkout-part-1'Junio C Hamano
2021-03-31Merge branch 'mt/checkout-remove-nofollow'Junio C Hamano
2021-03-23entry: add checkout_entry_ca() taking preloaded conv_attrsMatheus Tavares
2021-03-23entry: move conv_attrs lookup up to checkout_entry()Matheus Tavares
2021-03-23entry: extract update_ce_after_write() from write_entry()Matheus Tavares
2021-03-23entry: make fstat_output() and read_blob_entry() publicMatheus Tavares
2021-03-23entry: extract a header file for entry.c functionsMatheus Tavares
2021-03-18checkout: don't follow symlinks when removing entriesMatheus Tavares
2021-02-16write_entry(): fix misuses of `path` in error messagesMatheus Tavares
2020-08-18checkout_entry(): remove unreachable error() callMatheus Tavares
2020-07-10Merge branch 'mt/entry-fstat-fallback-fix' into masterJunio C Hamano
2020-07-09entry: check for fstat() errors after checkoutMatheus Tavares
2020-03-16convert: provide additional metadata to filtersbrian m. carlson
2020-03-16convert: permit passing additional metadata to filter processesbrian m. carlson
2019-05-28fill_stat_cache_info(): prepare for an fsmonitor fixJohannes Schindelin
2019-03-07Merge branch 'tg/checkout-no-overlay'Junio C Hamano
2019-01-15Merge branch 'nd/checkout-noisy'Junio C Hamano
2019-01-03entry: support CE_WT_REMOVE flag in checkout_entryThomas Gummerer
2019-01-03entry: factor out unlink_entry functionThomas Gummerer
2018-11-21Merge branch 'nd/clone-case-smashing-warning'Junio C Hamano
2018-11-21clone: fix colliding file detection on APFSNguyễn Thái Ngọc Duy
2018-11-14checkout: print something when checking out pathsNguyễn Thái Ngọc Duy
2018-09-17Merge branch 'nd/clone-case-smashing-warning'Junio C Hamano