index
:
user/sven/git.git
gitweb/more-expires
gitweb/show-remotes
local
master
origin/HEAD
origin/maint
origin/master
Git
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
parallel-checkout.c
Age
Commit message (
Expand
)
Author
2024-06-14
global: ensure that object IDs are always padded
Patrick Steinhardt
2023-07-05
git-compat-util: move alloc macros to git-compat-util.h
Calvin Wan
2023-07-05
treewide: remove unnecessary includes for wrapper.h
Calvin Wan
2023-06-21
cache.h: remove this no-longer-used header
Elijah Newren
2023-06-21
read-cache*.h: move declarations for read-cache.c functions from cache.h
Elijah Newren
2023-04-24
hash-ll.h: split out of hash.h to remove dependency on repository.h
Elijah Newren
2023-04-24
symlinks.h: move declarations for symlinks.c functions from cache.h
Elijah Newren
2023-03-21
wrapper.h: move declarations for wrapper.c functions from cache.h
Elijah Newren
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
2023-02-23
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
2023-02-23
alloc.h: move ALLOC_GROW() functions from cache.h
Elijah Newren
2022-07-14
checkout: fix two bugs on the final count of updated entries
Matheus Tavares
2022-02-04
i18n: factorize "invalid value" messages
Jean-Noël Avila
2021-11-29
Merge branch 'mc/clean-smudge-with-llp64'
Junio C Hamano
2021-11-03
odb: teach read_blob_entry to use size_t
Matt Cooper
2021-10-15
pkt-line.[ch]: remove unused packet_read_line_buf()
Ævar Arnfjörð Bjarmason
2021-05-18
parallel-checkout: send the new object_id algo field to the workers
Matheus Tavares
2021-05-05
ci: run test round with parallel-checkout enabled
Matheus Tavares
2021-05-05
parallel-checkout: add tests related to path collisions
Matheus Tavares
2021-04-19
parallel-checkout: support progress displaying
Matheus Tavares
2021-04-19
parallel-checkout: add configuration options
Matheus Tavares
2021-04-19
parallel-checkout: make it truly parallel
Matheus Tavares
2021-04-19
unpack-trees: add basic support for parallel checkout
Matheus Tavares