index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
repository.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
worktree: add `relativeWorktrees` extension
Caleb White
2024-12-02
1
-0
/
+1
*
repo-settings: split out declarations into a standalone header
Patrick Steinhardt
2024-09-12
1
-50
/
+1
*
environment: make `get_git_work_tree()` accept a repository
Patrick Steinhardt
2024-09-12
1
-0
/
+1
*
environment: make `get_graft_file()` accept a repository
Patrick Steinhardt
2024-09-12
1
-0
/
+1
*
environment: make `get_index_file()` accept a repository
Patrick Steinhardt
2024-09-12
1
-0
/
+1
*
environment: make `get_object_directory()` accept a repository
Patrick Steinhardt
2024-09-12
1
-0
/
+1
*
environment: make `get_git_common_dir()` accept a repository
Patrick Steinhardt
2024-09-12
1
-0
/
+1
*
environment: make `get_git_dir()` accept a repository
Patrick Steinhardt
2024-09-12
1
-0
/
+2
*
Merge branch 'tb/path-filter-fix'
Junio C Hamano
2024-07-08
1
-1
/
+1
|
\
|
*
repo-settings: introduce commitgraph.changedPathsVersion
Taylor Blau
2024-06-25
1
-1
/
+1
*
|
refs: avoid include cycle with "repository.h"
Patrick Steinhardt
2024-06-14
1
-1
/
+6
*
|
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
2024-06-14
1
-0
/
+2
*
|
refs: convert ref storage format to an enum
Patrick Steinhardt
2024-06-06
1
-6
/
+4
*
|
refs: retrieve worktree ref stores via associated repository
Patrick Steinhardt
2024-05-17
1
-0
/
+6
*
|
refs: pass repo when retrieving submodule ref store
Patrick Steinhardt
2024-05-17
1
-0
/
+8
*
|
repository: drop `initialize_the_repository()`
Patrick Steinhardt
2024-04-18
1
-1
/
+1
*
|
repository: drop `the_index` variable
Patrick Steinhardt
2024-04-18
1
-3
/
+0
*
|
Merge branch 'eb/hash-transition'
Junio C Hamano
2024-03-28
1
-0
/
+4
|
\
\
|
*
|
repository: add a compatibility hash algorithm
Eric W. Biederman
2023-10-02
1
-0
/
+4
|
|
/
*
|
Merge branch 'ps/reftable-backend'
Junio C Hamano
2024-02-27
1
-2
/
+3
|
\
\
|
*
|
refs: introduce reftable backend
Patrick Steinhardt
2024-02-07
1
-2
/
+3
*
|
|
pack-objects: enable multi-pack reuse via `feature.experimental`
Taylor Blau
2024-02-06
1
-0
/
+1
|
/
/
*
|
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
/
+4
*
|
refs: refactor logic to look up storage backends
Patrick Steinhardt
2024-01-02
1
-0
/
+3
|
/
*
Merge branch 'en/header-split-cache-h-part-3'
Junio C Hamano
2023-06-30
1
-5
/
+3
|
\
|
*
repository: remove unnecessary include of path.h
Elijah Newren
2023-06-21
1
-2
/
+0
|
*
repository.h: move declaration of the_index from cache.h
Elijah Newren
2023-06-21
1
-0
/
+3
|
*
preload-index.h: move declarations for preload-index.c from elsewhere
Elijah Newren
2023-06-21
1
-3
/
+0
*
|
Merge branch 'ds/disable-replace-refs'
Junio C Hamano
2023-06-23
1
-0
/
+9
|
\
\
|
*
|
repository: create read_replace_refs setting
Derrick Stolee
2023-06-12
1
-0
/
+9
*
|
|
Merge branch 'tb/pack-bitmap-traversal-with-boundary'
Junio C Hamano
2023-06-23
1
-0
/
+1
|
\
|
|
|
|
/
|
/
|
|
*
pack-bitmap.c: use commit boundary during bitmap traversal
Taylor Blau
2023-05-08
1
-0
/
+1
*
|
repository: move 'repository_format_worktree_config' to repo scope
Victoria Dye
2023-05-26
1
-0
/
+1
|
/
*
Merge branch 'tb/enable-cruft-packs-by-default'
Junio C Hamano
2023-04-29
1
-1
/
+0
|
\
|
*
repository.h: drop unused `gc_cruft_packs`
Taylor Blau
2023-04-18
1
-1
/
+0
*
|
pack-revindex: introduce `pack.readReverseIndex`
Taylor Blau
2023-04-13
1
-0
/
+1
|
/
*
treewide: remove unnecessary git-compat-util.h includes in headers
Elijah Newren
2023-02-24
1
-1
/
+0
*
features: feature.manyFiles implies fast index writes
Derrick Stolee
2023-01-06
1
-0
/
+1
*
Merge branch 'es/mark-gc-cruft-as-experimental'
Taylor Blau
2022-11-08
1
-0
/
+1
|
\
|
*
config: let feature.experimental imply gc.cruftPacks=true
Emily Shaffer
2022-10-26
1
-0
/
+1
*
|
Merge branch 'ab/submodule-helper-prep'
Junio C Hamano
2022-09-13
1
-0
/
+3
|
\
\
|
|
/
|
/
|
|
*
submodule--helper: check repo{_submodule,}_init() return values
Ævar Arnfjörð Bjarmason
2022-09-02
1
-0
/
+3
*
|
commit-graph: pass repo_settings instead of repository
Taylor Blau
2022-07-15
1
-0
/
+1
|
/
*
Merge branch 'jh/builtin-fsmonitor-part2'
Junio C Hamano
2022-04-04
1
-0
/
+3
|
\
|
*
fsmonitor: config settings are repository-specific
Jeff Hostetler
2022-03-26
1
-0
/
+3
*
|
repository.c: free the "path cache" in repo_clear()
Ævar Arnfjörð Bjarmason
2022-03-04
1
-1
/
+13
|
/
*
Merge branch 'en/fetch-negotiation-default-fix'
Junio C Hamano
2022-02-17
1
-1
/
+1
|
\
|
*
repo-settings: rename the traditional default fetch.negotiationAlgorithm
Elijah Newren
2022-02-02
1
-1
/
+1
[next]