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
/
sparse-index.c
Age
Commit message (
Expand
)
Author
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
2024-11-04
sparse-index: correctly free EWAH contents
Patrick Steinhardt
2024-10-02
Merge branch 'ds/sparse-checkout-expansion-advice'
Junio C Hamano
2024-09-23
sparse-checkout: disable advice in 'disable'
Derrick Stolee
2024-09-12
environment: guard state depending on a repository
Patrick Steinhardt
2024-07-16
Merge branch 'ds/advice-sparse-index-expansion'
Junio C Hamano
2024-07-08
advice: warn when sparse index expands
Derrick Stolee
2024-06-28
sparse-index: improve lstat caching of sparse paths
Derrick Stolee
2024-06-28
sparse-index: count lstat() calls
Derrick Stolee
2024-06-28
sparse-index: use strbuf in path_found()
Derrick Stolee
2024-06-28
sparse-index: refactor path_found()
Derrick Stolee
2024-06-28
sparse-checkout: refactor skip worktree retry logic
Derrick Stolee
2024-02-08
Merge branch 'jh/sparse-index-expand-to-path-fix'
Junio C Hamano
2024-02-02
sparse-index: pass string length to index_file_exists()
Jeff Hostetler
2023-08-31
read_tree(): respect max_allowed_tree_depth
Jeff King
2023-07-05
git-compat-util: move alloc macros to git-compat-util.h
Calvin Wan
2023-06-21
fsmonitor-ll.h: split this header out of fsmonitor.h
Elijah Newren
2023-06-21
cache.h: remove this no-longer-used header
Elijah Newren
2023-06-21
name-hash.h: move declarations for name-hash.c from cache.h
Elijah Newren
2023-03-21
environment.h: move declarations for environment.c functions from cache.h
Elijah Newren
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
2023-02-23
alloc.h: move ALLOC_GROW() functions from cache.h
Elijah Newren
2023-01-17
treewide: always have a valid "index_state.repo" member
Ævar Arnfjörð Bjarmason
2023-01-13
sparse-index API: BUG() out on NULL ensure_full_index()
Ævar Arnfjörð Bjarmason
2023-01-13
sparse-index.c: expand_to_path() can assume non-NULL "istate"
Ævar Arnfjörð Bjarmason
2022-11-04
index: raise a bug if the index is materialised more than once
Anh Le
2022-11-04
index: add trace2 region for clear skip worktree
Anh Le
2022-06-03
Merge branch 'ds/sparse-sparse-checkout'
Junio C Hamano
2022-05-23
sparse-index: complete partial expansion
Derrick Stolee
2022-05-23
sparse-index: partially expand directories
Derrick Stolee
2022-05-23
sparse-index: introduce partially-sparse indexes
Derrick Stolee
2022-05-23
sparse-index: create expand_index()
Derrick Stolee
2022-05-10
sparse-index: expose 'is_sparse_index_allowed()'
Victoria Dye
2022-03-09
Merge branch 'en/present-despite-skipped'
Junio C Hamano
2022-03-01
repo_read_index: add config to expect files outside sparse patterns
Elijah Newren
2022-02-25
Merge branch 'ds/sparse-checkout-requires-per-worktree-config'
Junio C Hamano
2022-02-08
sparse-checkout: set worktree-config correctly
Derrick Stolee
2022-01-23
sparse-index: sparse index is disallowed when split index is active
Johannes Schindelin
2022-01-14
Accelerate clear_skip_worktree_from_present_files() by caching
Elijah Newren
2022-01-14
repo_read_index: clear SKIP_WORKTREE bit from files present in worktree
Elijah Newren
2021-11-24
sparse-index: add ensure_correct_sparsity function
Victoria Dye
2021-11-24
sparse-index: avoid unnecessary cache tree clearing
Victoria Dye
2021-09-20
Merge branch 'ds/sparse-index-ignored-files'
Junio C Hamano
2021-09-07
sparse-index: add SPARSE_INDEX_MEMORY_ONLY flag
Derrick Stolee
2021-09-07
sparse-checkout: create helper methods
Derrick Stolee
2021-09-07
sparse-index: use WRITE_TREE_MISSING_OK
Derrick Stolee
2021-09-07
sparse-index: silently return when cache tree fails
Derrick Stolee
2021-09-07
sparse-index: silently return when not using cone-mode patterns
Derrick Stolee
2021-08-30
sparse-index: copy dir_hash in ensure_full_index()
Jeff Hostetler
2021-07-14
sparse-index: recompute cache-tree
Derrick Stolee
[next]