index
:
pub/scm/git/git.git
jch
main
maint
master
next
seen
todo
Git source code mirror
Junio C Hamano
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
repository.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-02-28
repo-settings: introduce function to clear struct
Patrick Steinhardt
1
-1
/
+1
2025-02-07
path: refactor `repo_worktree_path()` family of functions
Patrick Steinhardt
1
-2
/
+2
2024-12-02
worktree: add `relativeWorktrees` extension
Caleb White
1
-0
/
+1
2024-09-23
Merge branch 'ps/environ-wo-the-repository'
Junio C Hamano
1
-0
/
+40
2024-09-12
environment: make `get_git_work_tree()` accept a repository
Patrick Steinhardt
1
-0
/
+5
2024-09-12
environment: make `get_graft_file()` accept a repository
Patrick Steinhardt
1
-0
/
+7
2024-09-12
environment: make `get_index_file()` accept a repository
Patrick Steinhardt
1
-0
/
+7
2024-09-12
environment: make `get_object_directory()` accept a repository
Patrick Steinhardt
1
-0
/
+7
2024-09-12
environment: make `get_git_common_dir()` accept a repository
Patrick Steinhardt
1
-0
/
+7
2024-09-12
environment: make `get_git_dir()` accept a repository
Patrick Steinhardt
1
-0
/
+7
2024-09-05
object: clear grafts when clearing parsed object pool
Patrick Steinhardt
1
-1
/
+1
2024-06-14
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
1
-0
/
+8
2024-06-13
Merge branch 'ps/ref-storage-migration' into ps/use-the-repository
Junio C Hamano
1
-1
/
+2
2024-06-06
refs: convert ref storage format to an enum
Patrick Steinhardt
1
-1
/
+2
2024-05-30
Merge branch 'jc/undecided-is-not-necessarily-sha1-fix'
Junio C Hamano
1
-0
/
+44
2024-05-30
Merge branch 'ps/refs-without-the-repository-updates'
Junio C Hamano
1
-0
/
+12
2024-05-30
Merge branch 'ps/undecided-is-not-necessarily-sha1'
Junio C Hamano
1
-20
/
+0
2024-05-21
setup: add an escape hatch for "no more default hash algorithm" change
Junio C Hamano
1
-0
/
+44
2024-05-17
refs: retrieve worktree ref stores via associated repository
Patrick Steinhardt
1
-0
/
+4
2024-05-17
refs: pass repo when retrieving submodule ref store
Patrick Steinhardt
1
-0
/
+8
2024-05-13
Sync with Git 2.45.1
Junio C Hamano
1
-0
/
+2
2024-05-06
repository: stop setting SHA1 as the default object hash
Patrick Steinhardt
1
-20
/
+0
2024-04-29
Sync with 2.44.1
Johannes Schindelin
1
-0
/
+2
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-18
repository: drop `initialize_the_repository()`
Patrick Steinhardt
1
-8
/
+21
2024-04-18
repository: drop `the_index` variable
Patrick Steinhardt
1
-19
/
+6
2024-04-18
repository: initialize index in `repo_init()`
Patrick Steinhardt
1
-11
/
+17
2024-04-12
repository: avoid leaking `fsmonitor` data
Johannes Schindelin
1
-0
/
+2
2024-03-28
Merge branch 'eb/hash-transition'
Junio C Hamano
1
-0
/
+14
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-10-02
repository: implement extensions.compatObjectFormat
brian m. carlson
1
-1
/
+1
2023-10-02
loose: add a mapping between SHA-1 and SHA-256 for loose objects
brian m. carlson
1
-0
/
+6
2023-10-02
repository: add a compatibility hash algorithm
Eric W. Biederman
1
-0
/
+8
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
[prev]
[next]