index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
commit-graph.h
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-04
commit-graph: return commit graph from `repo_find_commit_pos_in_graph()`
Patrick Steinhardt
1
-6
/
+6
2025-08-15
commit-graph: stop passing in redundant repository
Patrick Steinhardt
1
-7
/
+5
2025-08-15
commit-graph: stop using `the_repository`
Patrick Steinhardt
1
-1
/
+1
2025-08-15
commit-graph: stop using `the_hash_algo`
Patrick Steinhardt
1
-1
/
+2
2025-08-15
commit-graph: refactor `parse_commit_graph()` to take a repository
Patrick Steinhardt
1
-1
/
+1
2025-08-15
commit-graph: store the hash algorithm instead of its length
Patrick Steinhardt
1
-1
/
+1
2025-07-01
object-store: rename files to "odb.{c,h}"
Patrick Steinhardt
1
-1
/
+1
2025-07-01
object-store: rename `object_directory` to `odb_source`
Patrick Steinhardt
1
-7
/
+7
2025-07-01
object-store: rename `raw_object_store` to `object_database`
Patrick Steinhardt
1
-2
/
+2
2025-04-15
object-store: merge "object-store-ll.h" and "object-store.h"
Patrick Steinhardt
1
-1
/
+1
2024-06-14
hash-ll: merge with "hash.h"
Patrick Steinhardt
1
-0
/
+2
2023-11-08
Merge branch 'ps/do-not-trust-commit-graph-blindly-for-existence'
Junio C Hamano
1
-0
/
+6
2023-11-01
commit-graph: introduce envvar to disable commit existence checks
Patrick Steinhardt
1
-0
/
+6
2023-10-09
commit-graph: check bounds when accessing BDAT chunk
Jeff King
1
-0
/
+1
2023-10-09
commit-graph: bounds-check generation overflow chunk
Jeff King
1
-0
/
+1
2023-10-09
commit-graph: bounds-check base graphs chunk
Jeff King
1
-0
/
+1
2023-10-09
commit-graph: detect out-of-bounds extra-edges pointers
Jeff King
1
-0
/
+1
2023-09-28
commit-graph: report incomplete chains during verification
Jeff King
1
-1
/
+2
2023-09-28
commit-graph: factor out chain opening function
Jeff King
1
-0
/
+3
2023-06-21
object-store-ll.h: split this header out of object-store.h
Elijah Newren
1
-1
/
+1
2023-04-06
Merge branch 'ds/ahead-behind'
Junio C Hamano
1
-0
/
+8
2023-03-20
commit-graph: introduce `ensure_generations_valid()`
Taylor Blau
1
-0
/
+8
2023-02-23
treewide: remove unnecessary git-compat-util.h includes in headers
Elijah Newren
1
-1
/
+0
2022-08-03
Merge branch 'tb/commit-graph-genv2-upgrade-fix'
Junio C Hamano
1
-0
/
+15
2022-07-15
commit-graph: introduce `repo_find_commit_pos_in_graph()`
Taylor Blau
1
-0
/
+15
2022-07-14
commit-graph: pass repo_settings instead of repository
Taylor Blau
1
-1
/
+6
2022-03-04
commit-graph: fix memory leak in misused string_list API
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2021-08-09
revision: avoid hitting packfiles when commits are in commit-graph
Patrick Steinhardt
1
-0
/
+8
2021-02-25
commit-graph: use config to specify generation type
Derrick Stolee
1
-1
/
+0
2021-01-18
commit-reach: use corrected commit dates in paint_down_to_common()
Abhishek Kumar
1
-0
/
+6
2021-01-18
commit-graph: use generation v2 only if entire chain does
Abhishek Kumar
1
-0
/
+1
2021-01-18
commit-graph: implement generation data chunk
Abhishek Kumar
1
-0
/
+3
2021-01-18
commit-graph: return 64-bit generation number
Abhishek Kumar
1
-2
/
+2
2021-01-18
commit-graph: add a slab to store topological levels
Abhishek Kumar
1
-0
/
+1
2020-09-29
Merge branch 'tb/bloom-improvements'
Junio C Hamano
1
-6
/
+11
2020-09-18
builtin/commit-graph.c: introduce '--max-new-filters=<n>'
Taylor Blau
1
-0
/
+1
2020-09-17
commit-graph: rename 'split_commit_graph_opts'
Taylor Blau
1
-4
/
+4
2020-09-17
maintenance: add commit-graph task
Derrick Stolee
1
-0
/
+1
2020-09-09
commit-graph: pass a 'struct repository *' in more places
Taylor Blau
1
-2
/
+4
2020-09-09
commit-graph: introduce 'get_bloom_filter_settings()'
Taylor Blau
1
-0
/
+2
2020-07-30
Merge branch 'ds/commit-graph-bloom-updates' into master
Junio C Hamano
1
-1
/
+2
2020-07-30
Merge branch 'sg/commit-graph-cleanups' into master
Junio C Hamano
1
-3
/
+3
2020-07-01
commit-graph: persist existence of changed-paths
Derrick Stolee
1
-0
/
+1
2020-06-23
commit-graph: change test to die on parse, not load
Derrick Stolee
1
-1
/
+1
2020-06-17
commit-graph: introduce commit_graph_data_slab
Abhishek Kumar
1
-0
/
+10
2020-06-08
commit-graph: clean up #includes
SZEDER Gábor
1
-3
/
+3
2020-05-18
commit-graph: drop COMMIT_GRAPH_WRITE_CHECK_OIDS flag
Taylor Blau
1
-3
/
+1
2020-05-01
Merge branch 'ds/blame-on-bloom'
Junio C Hamano
1
-0
/
+9
2020-05-01
Merge branch 'gs/commit-graph-path-filter'
Junio C Hamano
1
-1
/
+8
2020-04-24
commit-graph: close descriptors after mmap
Jeff King
1
-4
/
+1
[next]