index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sparse-index.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'ds/sparse-checkout-expansion-advice'
Junio C Hamano
2024-10-02
1
-2
/
+3
|
\
|
*
sparse-checkout: disable advice in 'disable'
Derrick Stolee
2024-09-23
1
-2
/
+3
*
|
environment: guard state depending on a repository
Patrick Steinhardt
2024-09-12
1
-0
/
+2
|
/
*
Merge branch 'ds/advice-sparse-index-expansion'
Junio C Hamano
2024-07-16
1
-0
/
+28
|
\
|
*
advice: warn when sparse index expands
Derrick Stolee
2024-07-08
1
-0
/
+28
*
|
sparse-index: improve lstat caching of sparse paths
Derrick Stolee
2024-06-28
1
-24
/
+90
*
|
sparse-index: count lstat() calls
Derrick Stolee
2024-06-28
1
-0
/
+7
*
|
sparse-index: use strbuf in path_found()
Derrick Stolee
2024-06-28
1
-12
/
+9
*
|
sparse-index: refactor path_found()
Derrick Stolee
2024-06-28
1
-16
/
+29
*
|
sparse-checkout: refactor skip worktree retry logic
Derrick Stolee
2024-06-28
1
-24
/
+53
|
/
*
Merge branch 'jh/sparse-index-expand-to-path-fix'
Junio C Hamano
2024-02-08
1
-2
/
+2
|
\
|
*
sparse-index: pass string length to index_file_exists()
Jeff Hostetler
2024-02-02
1
-2
/
+2
*
|
read_tree(): respect max_allowed_tree_depth
Jeff King
2023-09-01
1
-1
/
+1
*
|
git-compat-util: move alloc macros to git-compat-util.h
Calvin Wan
2023-07-05
1
-1
/
+0
*
|
fsmonitor-ll.h: split this header out of fsmonitor.h
Elijah Newren
2023-06-21
1
-1
/
+2
*
|
cache.h: remove this no-longer-used header
Elijah Newren
2023-06-21
1
-1
/
+1
*
|
name-hash.h: move declarations for name-hash.c from cache.h
Elijah Newren
2023-06-21
1
-0
/
+1
*
|
environment.h: move declarations for environment.c functions from cache.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
|
treewide: be explicit about dependence on gettext.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
|
alloc.h: move ALLOC_GROW() functions from cache.h
Elijah Newren
2023-02-24
1
-0
/
+1
*
|
treewide: always have a valid "index_state.repo" member
Ævar Arnfjörð Bjarmason
2023-01-17
1
-9
/
+0
*
|
sparse-index API: BUG() out on NULL ensure_full_index()
Ævar Arnfjörð Bjarmason
2023-01-13
1
-1
/
+3
*
|
sparse-index.c: expand_to_path() can assume non-NULL "istate"
Ævar Arnfjörð Bjarmason
2023-01-13
1
-1
/
+1
*
|
index: raise a bug if the index is materialised more than once
Anh Le
2022-11-05
1
-0
/
+2
*
|
index: add trace2 region for clear skip worktree
Anh Le
2022-11-05
1
-6
/
+22
*
|
Merge branch 'ds/sparse-sparse-checkout'
Junio C Hamano
2022-06-03
1
-15
/
+117
|
\
\
|
*
|
sparse-index: complete partial expansion
Derrick Stolee
2022-05-23
1
-3
/
+36
|
*
|
sparse-index: partially expand directories
Derrick Stolee
2022-05-23
1
-7
/
+50
|
*
|
sparse-index: introduce partially-sparse indexes
Derrick Stolee
2022-05-23
1
-3
/
+3
|
*
|
sparse-index: create expand_index()
Derrick Stolee
2022-05-23
1
-3
/
+29
*
|
|
sparse-index: expose 'is_sparse_index_allowed()'
Victoria Dye
2022-05-11
1
-1
/
+1
|
/
/
*
|
Merge branch 'en/present-despite-skipped'
Junio C Hamano
2022-03-09
1
-0
/
+74
|
\
\
|
*
|
repo_read_index: add config to expect files outside sparse patterns
Elijah Newren
2022-03-02
1
-1
/
+2
|
*
|
Accelerate clear_skip_worktree_from_present_files() by caching
Elijah Newren
2022-01-14
1
-2
/
+54
|
*
|
repo_read_index: clear SKIP_WORKTREE bit from files present in worktree
Elijah Newren
2022-01-14
1
-0
/
+21
*
|
|
Merge branch 'ds/sparse-checkout-requires-per-worktree-config'
Junio C Hamano
2022-02-26
1
-7
/
+3
|
\
\
\
|
*
|
|
sparse-checkout: set worktree-config correctly
Derrick Stolee
2022-02-08
1
-7
/
+3
|
|
/
/
*
/
/
sparse-index: sparse index is disallowed when split index is active
Johannes Schindelin
2022-01-24
1
-1
/
+1
|
/
/
*
|
sparse-index: add ensure_correct_sparsity function
Victoria Dye
2021-11-25
1
-4
/
+29
*
|
sparse-index: avoid unnecessary cache tree clearing
Victoria Dye
2021-11-25
1
-11
/
+14
*
|
Merge branch 'ds/sparse-index-ignored-files'
Junio C Hamano
2021-09-21
1
-33
/
+43
|
\
\
|
*
|
sparse-index: add SPARSE_INDEX_MEMORY_ONLY flag
Derrick Stolee
2021-09-08
1
-15
/
+22
|
*
|
sparse-checkout: create helper methods
Derrick Stolee
2021-09-08
1
-11
/
+3
|
*
|
sparse-index: use WRITE_TREE_MISSING_OK
Derrick Stolee
2021-09-08
1
-1
/
+4
|
*
|
sparse-index: silently return when cache tree fails
Derrick Stolee
2021-09-08
1
-4
/
+6
|
*
|
sparse-index: silently return when not using cone-mode patterns
Derrick Stolee
2021-09-08
1
-5
/
+11
*
|
|
sparse-index: copy dir_hash in ensure_full_index()
Jeff Hostetler
2021-08-30
1
-0
/
+1
|
/
/
*
|
sparse-index: recompute cache-tree
Derrick Stolee
2021-07-15
1
-0
/
+2
*
|
fsmonitor: integrate with sparse index
Derrick Stolee
2021-07-14
1
-0
/
+7
*
|
sparse-index: include EXTENDED flag when expanding
Derrick Stolee
2021-07-14
1
-1
/
+1
[next]