index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
repository.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-19
Sync with 2.43.4
Johannes Schindelin
1
-0
/
+2
2024-04-19
Sync with 2.41.1
Johannes Schindelin
1
-0
/
+2
2024-04-19
Sync with 2.40.2
Johannes Schindelin
1
-0
/
+2
2024-04-12
repository: avoid leaking `fsmonitor` data
Johannes Schindelin
1
-0
/
+2
2024-01-19
refs: convert MERGE_AUTOSTASH to become a normal pseudo-ref
Patrick Steinhardt
1
-1
/
+0
2024-01-19
refs: convert AUTO_MERGE to become a normal pseudo-ref
Patrick Steinhardt
1
-1
/
+0
2024-01-02
setup: start tracking ref storage format
Patrick Steinhardt
1
-0
/
+6
2023-06-21
object-store-ll.h: split this header out of object-store.h
Elijah Newren
1
-1
/
+1
2023-06-21
repository: remove unnecessary include of path.h
Elijah Newren
1
-0
/
+1
2023-06-21
cache.h: remove this no-longer-used header
Elijah Newren
1
-1
/
+1
2023-06-21
read-cache*.h: move declarations for read-cache.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-05-26
repository: move 'repository_format_worktree_config' to repo scope
Victoria Dye
1
-0
/
+1
2023-04-11
treewide: be explicit about dependence on trace.h & trace2.h
Elijah Newren
1
-0
/
+1
2023-03-21
setup.h: move declarations for setup.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-03-21
abspath.h: move absolute path functions from cache.h
Elijah Newren
1
-0
/
+1
2023-01-17
treewide: always have a valid "index_state.repo" member
Ævar Arnfjörð Bjarmason
1
-7
/
+6
2023-01-16
cache API: add a "INDEX_STATE_INIT" macro/function, add release_index()
Ævar Arnfjörð Bjarmason
1
-2
/
+4
2022-11-21
{builtin/*,repository}.c: add & use "USE_THE_INDEX_VARIABLE"
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2022-03-13
Merge branch 'ab/plug-random-leaks'
Junio C Hamano
1
-0
/
+16
2022-03-04
repository.c: free the "path cache" in repo_clear()
Ævar Arnfjörð Bjarmason
1
-0
/
+16
2022-01-14
repo_read_index: clear SKIP_WORKTREE bit from files present in worktree
Elijah Newren
1
-0
/
+7
2022-01-03
Merge branch 'ns/tmp-objdir'
Junio C Hamano
1
-0
/
+2
2021-12-08
tmp-objdir: disable ref updates when replacing the primary odb
Neeraj Singh
1
-0
/
+2
2021-11-18
remote: move static variables into per-repository struct
Glen Choo
1
-0
/
+8
2021-10-06
Merge branch 'jt/add-submodule-odb-clean-up'
Junio C Hamano
1
-9
/
+12
2021-09-15
submodule: extract path to submodule gitdir func
Jonathan Tan
1
-2
/
+1
2021-09-09
repository: support unabsorbed in repo_submodule_init
Jonathan Tan
1
-9
/
+12
2021-06-28
promisor-remote: support per-repository config
Jonathan Tan
1
-0
/
+6
2021-06-28
repository: move global r_f_p_c to repo struct
Jonathan Tan
1
-0
/
+4
2021-04-30
Merge branch 'ds/sparse-index-protections'
Junio C Hamano
1
-1
/
+10
2021-03-30
sparse-index: add guard to ensure full index
Derrick Stolee
1
-1
/
+10
2021-03-13
use CALLOC_ARRAY
René Scharfe
1
-2
/
+2
2021-01-23
repository: add repo reference to index_state
Derrick Stolee
1
-0
/
+6
2020-07-30
repository: enable SHA-256 support by default
brian m. carlson
1
-4
/
+0
2020-02-24
repository: require a build flag to use SHA-256
brian m. carlson
1
-0
/
+4
2019-11-10
Fix spelling errors in code comments
Elijah Newren
1
-2
/
+2
2019-03-20
Merge branch 'ma/clear-repository-format'
Junio C Hamano
1
-1
/
+2
2019-03-01
setup: fix memory leaks with `struct repository_format`
Martin Ågren
1
-1
/
+2
2019-02-22
trace2: create new combined trace facility
Jeff Hostetler
1
-0
/
+2
2019-02-06
Merge branch 'nd/the-index-final'
Junio C Hamano
1
-0
/
+16
2019-01-29
Merge branch 'sb/submodule-recursive-fetch-gets-the-tip'
Junio C Hamano
1
-17
/
+10
2019-01-24
cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch
Nguyễn Thái Ngọc Duy
1
-0
/
+6
2019-01-14
repository.c: replace hold_locked_index() with repo_hold_locked_index()
Nguyễn Thái Ngọc Duy
1
-0
/
+10
2018-12-05
repository: repo_submodule_init to take a submodule struct
Stefan Beller
1
-17
/
+10
2018-11-13
sha1-file: use an object_directory for the main object dir
Jeff King
1
-1
/
+7
2018-06-25
Merge branch 'sb/object-store-alloc'
Junio C Hamano
1
-0
/
+7
2018-05-30
Merge branch 'nd/repo-clear-keep-the-index'
Junio C Hamano
1
-1
/
+2
2018-05-10
repository: fix free problem with repo_clear(the_repository)
Nguyễn Thái Ngọc Duy
1
-1
/
+2
2018-05-09
repository: introduce parsed objects field
Stefan Beller
1
-0
/
+7
2018-03-29
submodule: fixup nested submodules after moving the submodule
Stefan Beller
1
-3
/
+3
[next]