index
:
git
gitk-resize-error
main
Fork of git SCM with my patches.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin
/
read-tree.c
Age
Commit message (
Expand
)
Author
2026-01-09
cocci: convert parse_tree functions to repo_ variants
René Scharfe
2025-07-23
config: move Git config parsing into "environment.c"
Patrick Steinhardt
2025-07-23
config: drop `git_config()` wrapper
Patrick Steinhardt
2025-04-17
global: use designated initializers for options
Patrick Steinhardt
2024-09-13
builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.h
John Cai
2024-09-13
builtin: add a repository parameter for builtin functions
John Cai
2024-04-18
builtin: stop using `the_index`
Patrick Steinhardt
2024-03-28
Merge branch 'eb/hash-transition'
Junio C Hamano
2024-03-07
Merge branch 'js/merge-tree-3-trees'
Junio C Hamano
2024-02-23
Always check `parse_tree*()`'s return value
Johannes Schindelin
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
2023-10-02
tree-walk: init_tree_desc take an oid to get the hash algorithm
Eric W. Biederman
2023-09-05
parse-options: mark unused "opt" parameter in callbacks
Jeff King
2023-07-06
Merge branch 'gc/config-context'
Junio C Hamano
2023-06-28
config: add ctx arg to config_fn_t
Glen Choo
2023-06-21
cache.h: remove this no-longer-used header
Elijah Newren
2023-06-21
sparse-index.h: move declarations for sparse-index.c 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-11
object-name.h: move declarations for object-name.c functions from cache.h
Elijah Newren
2023-04-04
Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...
Junio C Hamano
2023-03-28
cocci: apply the "cache.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-21
setup.h: move declarations for setup.c functions from cache.h
Elijah Newren
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
2023-03-17
Merge branch 'en/header-cleanup'
Junio C Hamano
2023-02-27
unpack-trees: special case read-tree debugging as internal usage
Elijah Newren
2023-02-23
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
2022-12-26
read-tree: add "--super-prefix" option, eliminate global
Ævar Arnfjörð Bjarmason
2022-11-21
cocci: apply "pending" index-compatibility to some "builtin/*.c"
Ævar Arnfjörð Bjarmason
2022-11-21
cocci & cache.h: apply variable section of "pending" index-compatibility
Ævar Arnfjörð Bjarmason
2022-11-21
cocci & cache.h: apply a selection of "pending" index-compatibility
Ævar Arnfjörð Bjarmason
2022-11-21
cocci & cache.h: remove rarely used "the_index" compat macros
Ævar Arnfjörð Bjarmason
2022-11-10
read-tree: use 'skip_cache_tree_update' option
Victoria Dye
2022-10-13
doc txt & -h consistency: make "read-tree" consistent
Ævar Arnfjörð Bjarmason
2022-10-13
doc txt & -h consistency: word-wrap
Ævar Arnfjörð Bjarmason
2022-03-01
read-tree: make three-way merge sparse-aware
Victoria Dye
2022-03-01
read-tree: make two-way merge sparse-aware
Victoria Dye
2022-03-01
read-tree: narrow scope of index expansion for '--prefix'
Victoria Dye
2022-03-01
read-tree: integrate with sparse index
Victoria Dye
2022-03-01
read-tree: explicitly disallow prefixes with a leading '/'
Victoria Dye
2021-09-27
Change unpack_trees' 'reset' flag into an enum
Elijah Newren
2021-09-27
unpack-trees: introduce preserve_ignored to unpack_trees_options
Elijah Newren
2021-09-27
read-tree, merge-recursive: overwrite ignored files by default
Elijah Newren
2021-09-27
checkout, read-tree: fix leak of unpack_trees_options.dir
Elijah Newren
2020-04-28
Use OPT_CALLBACK and OPT_CALLBACK_F
Denton Liu
2019-11-22
sparse-checkout: update working directory in-process
Derrick Stolee
2019-05-13
cmd_{read,write}_tree: rename "unused" variable that is used
Jeff King
2019-03-24
read-tree: add --quiet
Nguyễn Thái Ngọc Duy
2019-01-24
cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch
Nguyễn Thái Ngọc Duy
2019-01-04
Merge branch 'nd/the-index'
Junio C Hamano
2018-11-12
cache-tree.c: remove the_repository references
Nguyễn Thái Ngọc Duy
[next]