index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
repository.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
worktree: add `relativeWorktrees` extension
Caleb White
2024-12-02
1
-0
/
+1
*
Merge branch 'ps/environ-wo-the-repository'
Junio C Hamano
2024-09-23
1
-0
/
+40
|
\
|
*
environment: make `get_git_work_tree()` accept a repository
Patrick Steinhardt
2024-09-12
1
-0
/
+5
|
*
environment: make `get_graft_file()` accept a repository
Patrick Steinhardt
2024-09-12
1
-0
/
+7
|
*
environment: make `get_index_file()` accept a repository
Patrick Steinhardt
2024-09-12
1
-0
/
+7
|
*
environment: make `get_object_directory()` accept a repository
Patrick Steinhardt
2024-09-12
1
-0
/
+7
|
*
environment: make `get_git_common_dir()` accept a repository
Patrick Steinhardt
2024-09-12
1
-0
/
+7
|
*
environment: make `get_git_dir()` accept a repository
Patrick Steinhardt
2024-09-12
1
-0
/
+7
*
|
object: clear grafts when clearing parsed object pool
Patrick Steinhardt
2024-09-05
1
-1
/
+1
|
/
*
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
2024-06-14
1
-0
/
+8
*
Merge branch 'ps/ref-storage-migration' into ps/use-the-repository
Junio C Hamano
2024-06-13
1
-1
/
+2
|
\
|
*
refs: convert ref storage format to an enum
Patrick Steinhardt
2024-06-06
1
-1
/
+2
*
|
Merge branch 'jc/undecided-is-not-necessarily-sha1-fix'
Junio C Hamano
2024-05-30
1
-0
/
+44
|
\
\
|
*
|
setup: add an escape hatch for "no more default hash algorithm" change
Junio C Hamano
2024-05-21
1
-0
/
+44
*
|
|
Merge branch 'ps/refs-without-the-repository-updates'
Junio C Hamano
2024-05-30
1
-0
/
+12
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
refs: retrieve worktree ref stores via associated repository
Patrick Steinhardt
2024-05-17
1
-0
/
+4
|
*
|
refs: pass repo when retrieving submodule ref store
Patrick Steinhardt
2024-05-17
1
-0
/
+8
*
|
|
Merge branch 'ps/undecided-is-not-necessarily-sha1'
Junio C Hamano
2024-05-30
1
-20
/
+0
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
repository: stop setting SHA1 as the default object hash
Patrick Steinhardt
2024-05-07
1
-20
/
+0
*
|
Sync with Git 2.45.1
Junio C Hamano
2024-05-14
1
-0
/
+2
|
\
\
|
|
/
|
/
|
|
*
Sync with 2.44.1
Johannes Schindelin
2024-04-29
1
-0
/
+2
|
|
\
|
|
*
Sync with 2.43.4
Johannes Schindelin
2024-04-19
1
-0
/
+2
|
|
|
\
|
|
|
*
Sync with 2.41.1
Johannes Schindelin
2024-04-19
1
-0
/
+2
|
|
|
|
\
|
|
|
|
*
Sync with 2.40.2
Johannes Schindelin
2024-04-19
1
-0
/
+2
|
|
|
|
|
\
|
|
|
|
|
*
repository: avoid leaking `fsmonitor` data
Johannes Schindelin
2024-04-12
1
-0
/
+2
*
|
|
|
|
|
repository: drop `initialize_the_repository()`
Patrick Steinhardt
2024-04-18
1
-8
/
+21
*
|
|
|
|
|
repository: drop `the_index` variable
Patrick Steinhardt
2024-04-18
1
-19
/
+6
*
|
|
|
|
|
repository: initialize index in `repo_init()`
Patrick Steinhardt
2024-04-18
1
-11
/
+17
|
/
/
/
/
/
*
|
|
|
|
Merge branch 'eb/hash-transition'
Junio C Hamano
2024-03-28
1
-0
/
+14
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
repository: implement extensions.compatObjectFormat
brian m. carlson
2023-10-02
1
-1
/
+1
|
*
|
|
|
loose: add a mapping between SHA-1 and SHA-256 for loose objects
brian m. carlson
2023-10-02
1
-0
/
+6
|
*
|
|
|
repository: add a compatibility hash algorithm
Eric W. Biederman
2023-10-02
1
-0
/
+8
|
|
/
/
/
*
|
|
|
refs: convert MERGE_AUTOSTASH to become a normal pseudo-ref
Patrick Steinhardt
2024-01-19
1
-1
/
+0
*
|
|
|
refs: convert AUTO_MERGE to become a normal pseudo-ref
Patrick Steinhardt
2024-01-19
1
-1
/
+0
*
|
|
|
setup: start tracking ref storage format
Patrick Steinhardt
2024-01-02
1
-0
/
+6
|
/
/
/
*
|
|
object-store-ll.h: split this header out of object-store.h
Elijah Newren
2023-06-21
1
-1
/
+1
*
|
|
repository: remove unnecessary include of path.h
Elijah Newren
2023-06-21
1
-0
/
+1
*
|
|
cache.h: remove this no-longer-used header
Elijah Newren
2023-06-21
1
-1
/
+1
*
|
|
read-cache*.h: move declarations for read-cache.c functions from cache.h
Elijah Newren
2023-06-21
1
-0
/
+1
*
|
|
repository: move 'repository_format_worktree_config' to repo scope
Victoria Dye
2023-05-26
1
-0
/
+1
|
/
/
*
|
treewide: be explicit about dependence on trace.h & trace2.h
Elijah Newren
2023-04-11
1
-0
/
+1
*
|
setup.h: move declarations for setup.c functions from cache.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
|
abspath.h: move absolute path functions from cache.h
Elijah Newren
2023-03-21
1
-0
/
+1
|
/
*
treewide: always have a valid "index_state.repo" member
Ævar Arnfjörð Bjarmason
2023-01-17
1
-7
/
+6
*
cache API: add a "INDEX_STATE_INIT" macro/function, add release_index()
Ævar Arnfjörð Bjarmason
2023-01-16
1
-2
/
+4
*
{builtin/*,repository}.c: add & use "USE_THE_INDEX_VARIABLE"
Ævar Arnfjörð Bjarmason
2022-11-21
1
-1
/
+1
*
Merge branch 'ab/plug-random-leaks'
Junio C Hamano
2022-03-13
1
-0
/
+16
|
\
|
*
repository.c: free the "path cache" in repo_clear()
Ævar Arnfjörð Bjarmason
2022-03-04
1
-0
/
+16
*
|
repo_read_index: clear SKIP_WORKTREE bit from files present in worktree
Elijah Newren
2022-01-14
1
-0
/
+7
|
/
*
Merge branch 'ns/tmp-objdir'
Junio C Hamano
2022-01-04
1
-0
/
+2
|
\
[next]