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
/
unpack-trees.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-03-27
unpack-trees: add a new update_sparsity() function
Elijah Newren
1
-0
/
+77
2020-03-27
unpack-trees: pull sparse-checkout pattern reading into a new function
Elijah Newren
1
-8
/
+16
2020-03-27
unpack-trees: do not mark a dirty path with SKIP_WORKTREE
Elijah Newren
1
-1
/
+4
2020-03-27
unpack-trees: allow check_updates() to work on a different index
Elijah Newren
1
-3
/
+3
2020-03-27
unpack-trees: simplify pattern_list freeing
Elijah Newren
1
-2
/
+4
2020-03-27
unpack-trees: simplify verify_absent_sparse()
Elijah Newren
1
-6
/
+2
2020-03-27
unpack-trees: remove unused error type
Elijah Newren
1
-4
/
+0
2020-03-27
unpack-trees: fix minor typo in comment
Elijah Newren
1
-1
/
+1
2020-03-26
Merge branch 'bc/filter-process'
Junio C Hamano
1
-0
/
+1
2020-03-26
Merge branch 'pb/recurse-submodules-fix'
Junio C Hamano
1
-5
/
+2
2020-03-17
Merge branch 'en/simplify-check-updates-in-unpack-trees' into maint
Junio C Hamano
1
-12
/
+14
2020-03-17
Merge branch 'jk/clang-sanitizer-fixes' into maint
Junio C Hamano
1
-1
/
+1
2020-03-16
builtin/checkout: compute checkout metadata for checkouts
brian m. carlson
1
-0
/
+1
2020-02-19
unpack-trees: check for missing submodule directory in merged_entry
Philippe Blain
1
-2
/
+2
2020-02-19
unpack-trees: remove outdated description for verify_clean_submodule
Philippe Blain
1
-3
/
+0
2020-02-14
Merge branch 'ds/sparse-checkout-harden'
Junio C Hamano
1
-1
/
+1
2020-02-14
Merge branch 'mt/threaded-grep-in-object-store'
Junio C Hamano
1
-2
/
+2
2020-02-14
Merge branch 'ds/sparse-cone' into maint
Junio C Hamano
1
-2
/
+2
2020-02-14
Merge branch 'es/unpack-trees-oob-fix' into maint
Junio C Hamano
1
-2
/
+4
2020-02-12
Merge branch 'jk/clang-sanitizer-fixes'
Junio C Hamano
1
-1
/
+1
2020-01-31
sparse-checkout: fix cone mode behavior mismatch
Derrick Stolee
1
-1
/
+1
2020-01-30
Merge branch 'ds/sparse-cone'
Junio C Hamano
1
-2
/
+2
2020-01-28
avoid computing zero offsets from NULL pointer
Jeff King
1
-1
/
+1
2020-01-22
Merge branch 'es/unpack-trees-oob-fix'
Junio C Hamano
1
-2
/
+4
2020-01-22
Merge branch 'en/simplify-check-updates-in-unpack-trees'
Junio C Hamano
1
-12
/
+14
2020-01-17
submodule-config: add skip_if_read option to repo_read_gitmodules()
Matheus Tavares
1
-2
/
+2
2020-01-10
unpack-trees: correctly compute result count
Derrick Stolee via GitGitGadget
1
-2
/
+2
2020-01-08
unpack-trees: watch for out-of-range index position
Emily Shaffer
1
-2
/
+4
2020-01-07
unpack-trees: exit check_updates() early if updates are not wanted
Elijah Newren
1
-12
/
+14
2019-12-25
Merge branch 'ds/sparse-cone'
Junio C Hamano
1
-33
/
+77
2019-12-09
Sync with Git 2.24.1
Junio C Hamano
1
-1
/
+2
2019-12-06
Sync with 2.23.1
Johannes Schindelin
1
-1
/
+2
2019-12-06
Sync with 2.22.2
Johannes Schindelin
1
-1
/
+2
2019-12-06
Sync with 2.21.1
Johannes Schindelin
1
-1
/
+2
2019-12-06
Sync with 2.20.2
Johannes Schindelin
1
-1
/
+2
2019-12-06
Sync with 2.19.3
Johannes Schindelin
1
-1
/
+2
2019-12-06
Sync with 2.18.2
Johannes Schindelin
1
-1
/
+2
2019-12-06
Sync with 2.17.3
Johannes Schindelin
1
-1
/
+2
2019-12-06
Sync with 2.16.6
Johannes Schindelin
1
-1
/
+2
2019-12-06
Sync with 2.15.4
Johannes Schindelin
1
-1
/
+2
2019-12-06
Sync with 2.14.6
Johannes Schindelin
1
-1
/
+2
2019-12-05
Merge branch 'us/unpack-trees-fsmonitor'
Junio C Hamano
1
-1
/
+5
2019-12-05
unpack-trees: let merged_entry() pass through do_add_entry()'s errors
Johannes Schindelin
1
-1
/
+2
2019-11-22
sparse-checkout: update working directory in-process
Derrick Stolee
1
-2
/
+3
2019-11-22
unpack-trees: add progress to clear_ce_flags()
Derrick Stolee
1
-15
/
+41
2019-11-22
unpack-trees: hash less in cone mode
Derrick Stolee
1
-15
/
+23
2019-11-22
sparse-checkout: use hashmaps for cone patterns
Derrick Stolee
1
-0
/
+1
2019-11-22
trace2: add region in clear_ce_flags
Jeff Hostetler
1
-1
/
+9
2019-11-21
unpack-trees: skip stat on fsmonitor-valid files
Utsav Shah
1
-1
/
+5
2019-11-10
Fix spelling errors in code comments
Elijah Newren
1
-2
/
+2
[prev]
[next]