index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
t
/
t1092-sparse-checkout-compatibility.sh
Age
Commit message (
Expand
)
Author
Files
Lines
2021-12-22
t1092: replace 'read-cache --table' with 'ls-files --sparse'
Derrick Stolee
1
-17
/
+14
2021-12-22
ls-files: add --sparse option
Derrick Stolee
1
-0
/
+91
2021-12-22
fetch/pull: use the sparse index
Derrick Stolee
1
-0
/
+10
2021-12-21
Merge branch 'ld/sparse-diff-blame'
Junio C Hamano
1
-18
/
+91
2021-12-15
Merge branch 'ds/sparse-deep-pattern-checkout-fix'
Junio C Hamano
1
-1
/
+15
2021-12-15
Merge branch 'ds/trace2-regions-in-tests'
Junio C Hamano
1
-3
/
+3
2021-12-10
Merge branch 'vd/sparse-reset'
Junio C Hamano
1
-15
/
+139
2021-12-10
Merge branch 'vd/sparse-sparsity-fix-on-read'
Junio C Hamano
1
-0
/
+31
2021-12-06
blame: enable and test the sparse index
Lessley Dennington
1
-11
/
+38
2021-12-06
diff: enable and test the sparse index
Lessley Dennington
1
-0
/
+46
2021-12-06
diff: replace --staged with --cached in t1092 tests
Lessley Dennington
1
-7
/
+7
2021-12-06
unpack-trees: use traverse_path instead of name
Derrick Stolee
1
-1
/
+1
2021-12-06
t1092: add deeper changes during a checkout
Derrick Stolee
1
-1
/
+15
2021-11-29
Merge branch 'vd/sparse-reset' into ld/sparse-diff-blame
Junio C Hamano
1
-15
/
+139
2021-11-29
reset: make --mixed sparse-aware
Victoria Dye
1
-0
/
+17
2021-11-29
reset: make sparse-aware (except --mixed)
Victoria Dye
1
-2
/
+13
2021-11-29
reset: expand test coverage for sparse checkouts
Victoria Dye
1
-0
/
+98
2021-11-29
t/t*: remove custom GIT_TRACE2_EVENT_NESTING
Derrick Stolee
1
-3
/
+3
2021-11-24
sparse-index: update do_read_index to ensure correct sparsity
Victoria Dye
1
-0
/
+31
2021-10-27
sparse-index: update command for expand/collapse test
Victoria Dye
1
-1
/
+5
2021-10-27
reset: preserve skip-worktree bit in mixed reset
Victoria Dye
1
-14
/
+8
2021-10-25
Merge branch 'pw/sparse-cache-tree-verify-fix'
Junio C Hamano
1
-1
/
+1
2021-10-18
t1092: run "rebase --apply" without "-q" in testing
Phillip Wood
1
-1
/
+1
2021-10-07
sparse index: fix use-after-free bug in cache_tree_verify()
Phillip Wood
1
-1
/
+1
2021-09-28
add: implement the --sparse option
Derrick Stolee
1
-18
/
+11
2021-09-28
add: skip tracked paths outside sparse-checkout cone
Derrick Stolee
1
-7
/
+12
2021-09-28
add: fail when adding an untracked sparse file
Derrick Stolee
1
-9
/
+28
2021-09-28
t1092: behavior for adding sparse files
Derrick Stolee
1
-0
/
+28
2021-09-09
sparse-index: integrate with cherry-pick and rebase
Derrick Stolee
1
-2
/
+37
2021-09-09
t1092: add cherry-pick, rebase tests
Derrick Stolee
1
-6
/
+9
2021-09-09
merge-ort: expand only for out-of-cone conflicts
Derrick Stolee
1
-2
/
+28
2021-09-09
merge: make sparse-aware with ORT
Derrick Stolee
1
-2
/
+10
2021-07-29
add: ignore outside the sparse-checkout in refresh()
Derrick Stolee
1
-5
/
+1
2021-07-29
pathspec: stop calling ensure_full_index
Derrick Stolee
1
-4
/
+3
2021-07-29
add: allow operating on a sparse-only index
Derrick Stolee
1
-7
/
+18
2021-07-29
t1092: test merge conflicts outside cone
Derrick Stolee
1
-0
/
+43
2021-07-20
unpack-trees: resolve sparse-directory/file conflicts
Derrick Stolee
1
-12
/
+12
2021-07-20
t1092: document bad 'git checkout' behavior
Derrick Stolee
1
-2
/
+140
2021-07-14
checkout: stop expanding sparse indexes
Derrick Stolee
1
-1
/
+9
2021-07-14
commit: integrate with sparse-index
Derrick Stolee
1
-4
/
+43
2021-07-14
t1092: document bad sparse-checkout behavior
Derrick Stolee
1
-4
/
+6
2021-07-14
wt-status: expand added sparse directory entries
Derrick Stolee
1
-0
/
+33
2021-07-14
status: use sparse-index throughout
Derrick Stolee
1
-4
/
+9
2021-07-14
status: skip sparse-checkout percentage with sparse-index
Derrick Stolee
1
-0
/
+8
2021-07-14
t1092: add tests for status/add and sparse files
Derrick Stolee
1
-0
/
+38
2021-07-14
t1092: expand repository data shape
Derrick Stolee
1
-3
/
+41
2021-07-14
t1092: replace incorrect 'echo' with 'cat'
Derrick Stolee
1
-1
/
+1
2021-07-14
sparse-index: skip indexes with unmerged entries
Derrick Stolee
1
-0
/
+22
2021-05-26
t1092: revert the "-1" hack for emulating "no progress meter"
Junio C Hamano
1
-3
/
+3
2021-05-25
t1092: use GIT_PROGRESS_DELAY for consistent results
Derrick Stolee
1
-3
/
+3
[next]