index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
commit-graph.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'ps/do-not-trust-commit-graph-blindly-for-existence'
Junio C Hamano
2023-11-08
1
-0
/
+6
|
\
|
*
commit-graph: introduce envvar to disable commit existence checks
Patrick Steinhardt
2023-11-01
1
-0
/
+6
*
|
commit-graph: check bounds when accessing BDAT chunk
Jeff King
2023-10-10
1
-0
/
+1
*
|
commit-graph: bounds-check generation overflow chunk
Jeff King
2023-10-10
1
-0
/
+1
*
|
commit-graph: bounds-check base graphs chunk
Jeff King
2023-10-10
1
-0
/
+1
*
|
commit-graph: detect out-of-bounds extra-edges pointers
Jeff King
2023-10-10
1
-0
/
+1
*
|
commit-graph: report incomplete chains during verification
Jeff King
2023-09-28
1
-1
/
+2
*
|
commit-graph: factor out chain opening function
Jeff King
2023-09-28
1
-0
/
+3
|
/
*
object-store-ll.h: split this header out of object-store.h
Elijah Newren
2023-06-21
1
-1
/
+1
*
Merge branch 'ds/ahead-behind'
Junio C Hamano
2023-04-06
1
-0
/
+8
|
\
|
*
commit-graph: introduce `ensure_generations_valid()`
Taylor Blau
2023-03-20
1
-0
/
+8
*
|
treewide: remove unnecessary git-compat-util.h includes in headers
Elijah Newren
2023-02-24
1
-1
/
+0
|
/
*
Merge branch 'tb/commit-graph-genv2-upgrade-fix'
Junio C Hamano
2022-08-03
1
-0
/
+15
|
\
|
*
commit-graph: introduce `repo_find_commit_pos_in_graph()`
Taylor Blau
2022-07-16
1
-0
/
+15
*
|
commit-graph: pass repo_settings instead of repository
Taylor Blau
2022-07-15
1
-1
/
+6
|
/
*
commit-graph: fix memory leak in misused string_list API
Ævar Arnfjörð Bjarmason
2022-03-04
1
-1
/
+1
*
revision: avoid hitting packfiles when commits are in commit-graph
Patrick Steinhardt
2021-08-09
1
-0
/
+8
*
commit-graph: use config to specify generation type
Derrick Stolee
2021-02-26
1
-1
/
+0
*
commit-reach: use corrected commit dates in paint_down_to_common()
Abhishek Kumar
2021-01-19
1
-0
/
+6
*
commit-graph: use generation v2 only if entire chain does
Abhishek Kumar
2021-01-19
1
-0
/
+1
*
commit-graph: implement generation data chunk
Abhishek Kumar
2021-01-19
1
-0
/
+3
*
commit-graph: return 64-bit generation number
Abhishek Kumar
2021-01-19
1
-2
/
+2
*
commit-graph: add a slab to store topological levels
Abhishek Kumar
2021-01-19
1
-0
/
+1
*
Merge branch 'tb/bloom-improvements'
Junio C Hamano
2020-09-29
1
-6
/
+11
|
\
|
*
builtin/commit-graph.c: introduce '--max-new-filters=<n>'
Taylor Blau
2020-09-18
1
-0
/
+1
|
*
commit-graph: rename 'split_commit_graph_opts'
Taylor Blau
2020-09-18
1
-4
/
+4
|
*
commit-graph: pass a 'struct repository *' in more places
Taylor Blau
2020-09-09
1
-2
/
+4
|
*
commit-graph: introduce 'get_bloom_filter_settings()'
Taylor Blau
2020-09-09
1
-0
/
+2
*
|
maintenance: add commit-graph task
Derrick Stolee
2020-09-17
1
-0
/
+1
|
/
*
Merge branch 'ds/commit-graph-bloom-updates' into master
Junio C Hamano
2020-07-30
1
-1
/
+2
|
\
|
*
commit-graph: persist existence of changed-paths
Derrick Stolee
2020-07-01
1
-0
/
+1
|
*
commit-graph: change test to die on parse, not load
Derrick Stolee
2020-06-24
1
-1
/
+1
*
|
Merge branch 'sg/commit-graph-cleanups' into master
Junio C Hamano
2020-07-30
1
-3
/
+3
|
\
|
|
*
commit-graph: clean up #includes
SZEDER Gábor
2020-06-08
1
-3
/
+3
*
|
commit-graph: introduce commit_graph_data_slab
Abhishek Kumar
2020-06-17
1
-0
/
+10
*
|
commit-graph: drop COMMIT_GRAPH_WRITE_CHECK_OIDS flag
Taylor Blau
2020-05-18
1
-3
/
+1
*
|
Merge branch 'ds/blame-on-bloom'
Junio C Hamano
2020-05-01
1
-0
/
+9
|
\
|
|
*
tests: write commit-graph with Bloom filters
Derrick Stolee
2020-04-17
1
-0
/
+9
*
|
Merge branch 'gs/commit-graph-path-filter'
Junio C Hamano
2020-05-01
1
-1
/
+8
|
\
|
|
*
commit-graph: add GIT_TEST_COMMIT_GRAPH_CHANGED_PATHS test flag
Garima Singh
2020-04-06
1
-0
/
+1
|
*
commit-graph: write Bloom filters to commit graph file
Garima Singh
2020-04-06
1
-0
/
+5
|
*
commit-graph: compute Bloom filters for changed paths
Garima Singh
2020-03-30
1
-1
/
+2
*
|
commit-graph: close descriptors after mmap
Jeff King
2020-04-25
1
-4
/
+1
*
|
commit-graph.h: replace 'commit_hex' with 'commits'
Taylor Blau
2020-04-15
1
-1
/
+2
*
|
builtin/commit-graph.c: introduce split strategy 'replace'
Taylor Blau
2020-04-15
1
-1
/
+2
*
|
builtin/commit-graph.c: introduce split strategy 'no-merge'
Taylor Blau
2020-04-15
1
-1
/
+2
*
|
builtin/commit-graph.c: support for '--split[=<strategy>]'
Taylor Blau
2020-04-15
1
-0
/
+5
|
/
*
commit-graph.h: use odb in 'load_commit_graph_one_fd_st'
Taylor Blau
2020-02-04
1
-1
/
+2
*
commit-graph.c: remove path normalization, comparison
Taylor Blau
2020-02-04
1
-1
/
+1
*
commit-graph.h: store object directory in 'struct commit_graph'
Taylor Blau
2020-02-04
1
-2
/
+3
[next]