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
*
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
*
|
Merge branch 'ns/tmp-objdir'
Junio C Hamano
2022-01-04
1
-0
/
+1
|
\
\
|
*
|
tmp-objdir: disable ref updates when replacing the primary odb
Neeraj Singh
2021-12-08
1
-0
/
+1
*
|
|
remote: move static variables into per-repository struct
Glen Choo
2021-11-19
1
-0
/
+4
|
|
/
|
/
|
*
|
Merge branch 'ab/repo-settings-cleanup'
Junio C Hamano
2021-10-06
1
-12
/
+8
|
\
\
|
*
|
repository.h: don't use a mix of int and bitfields
Ævar Arnfjörð Bjarmason
2021-09-22
1
-3
/
+2
|
*
|
repo-settings.c: simplify the setup
Ævar Arnfjörð Bjarmason
2021-09-22
1
-9
/
+6
|
|
/
*
/
repository: support unabsorbed in repo_submodule_init
Jonathan Tan
2021-09-09
1
-6
/
+9
|
/
*
promisor-remote: support per-repository config
Jonathan Tan
2021-06-28
1
-0
/
+2
*
repository: move global r_f_p_c to repo struct
Jonathan Tan
2021-06-28
1
-0
/
+3
*
sparse-index: add index.sparse config option
Derrick Stolee
2021-03-30
1
-1
/
+2
*
sparse-index: add guard to ensure full index
Derrick Stolee
2021-03-30
1
-0
/
+2
*
Merge branch 'ds/maintenance-part-2'
Junio C Hamano
2020-10-27
1
-0
/
+2
|
\
|
*
midx: enable core.multiPackIndex by default
Derrick Stolee
2020-09-25
1
-0
/
+2
*
|
Merge branch 'tb/bloom-improvements'
Junio C Hamano
2020-09-29
1
-0
/
+1
|
\
\
|
*
|
commit-graph: respect 'commitGraph.readChangedPaths'
Taylor Blau
2020-09-09
1
-0
/
+1
|
|
/
*
/
negotiator/noop: add noop fetch negotiator
Jonathan Tan
2020-08-18
1
-0
/
+1
|
/
*
repository: add a helper function to perform repository format upgrade
Xin Li
2020-06-05
1
-0
/
+6
*
Merge branch 'jc/missing-ref-store-fix'
Junio C Hamano
2020-04-22
1
-2
/
+6
|
\
|
*
repository: mark the "refs" pointer as private
Jeff King
2020-04-10
1
-2
/
+6
*
|
Fix spelling errors in code comments
Elijah Newren
2019-11-10
1
-1
/
+1
*
|
Merge branch 'jk/disable-commit-graph-during-upload-pack'
Junio C Hamano
2019-10-07
1
-0
/
+3
|
\
\
|
*
|
upload-pack: disable commit graph more gently for shallow traversal
Jeff King
2019-09-12
1
-0
/
+3
*
|
|
fetch: add fetch.writeCommitGraph config setting
Derrick Stolee
2019-09-03
1
-0
/
+1
|
/
/
*
|
repo-settings: create feature.experimental setting
Derrick Stolee
2019-08-13
1
-0
/
+8
*
|
repo-settings: parse core.untrackedCache
Derrick Stolee
2019-08-13
1
-0
/
+8
*
|
repo-settings: consolidate some config settings
Derrick Stolee
2019-08-13
1
-0
/
+14
|
/
*
trace2: create new combined trace facility
Jeff Hostetler
2019-02-23
1
-0
/
+3
*
Merge branch 'nd/the-index-final'
Junio C Hamano
2019-02-07
1
-0
/
+16
|
\
|
*
read-cache.c: replace update_index_if_able with repo_&
Nguyễn Thái Ngọc Duy
2019-01-14
1
-0
/
+6
|
*
read-cache.c: kill read_index()
Nguyễn Thái Ngọc Duy
2019-01-14
1
-0
/
+6
|
*
repository.c: replace hold_locked_index() with repo_hold_locked_index()
Nguyễn Thái Ngọc Duy
2019-01-14
1
-0
/
+4
*
|
repository: repo_submodule_init to take a submodule struct
Stefan Beller
2018-12-05
1
-2
/
+10
|
/
*
Merge branch 'en/incl-forward-decl'
Junio C Hamano
2018-08-20
1
-0
/
+2
|
\
|
*
Add missing includes and forward declarations
Elijah Newren
2018-08-15
1
-0
/
+2
*
|
repository.h: drop extern from function declaration
Nguyễn Thái Ngọc Duy
2018-08-03
1
-14
/
+11
|
/
*
Merge branch 'sb/object-store-grafts'
Junio C Hamano
2018-07-18
1
-0
/
+5
|
\
|
*
path.c: migrate global git_path_* to take a repository argument
Stefan Beller
2018-05-18
1
-0
/
+5
*
|
Merge branch 'sb/object-store-alloc'
Junio C Hamano
2018-06-25
1
-0
/
+9
|
\
|
[next]