index
:
git
jch
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
commit-graph.c
Age
Commit message (
Expand
)
Author
Lines
2021-01-18
commit-graph: fix regression when computing Bloom filters
Abhishek Kumar
-2
/
+6
2021-01-06
commit-graph: don't peek into `struct lock_file`
Martin Ågren
-3
/
+3
2021-01-04
hash-lookup: rename from sha1-lookup
Martin Ågren
-1
/
+1
2021-01-04
sha1-lookup: rename `sha1_pos()` as `hash_pos()`
Martin Ågren
-3
/
+3
2020-12-07
commit-graph: use size_t for array allocation and indexing
Jeff King
-2
/
+2
2020-12-07
commit-graph: replace packed_oid_list with oid_array
Jeff King
-47
/
+15
2020-12-07
commit-graph: drop count_distinct_commits() function
Jeff King
-41
/
+2
2020-11-02
Merge branch 'ds/commit-graph-merging-fix'
Junio C Hamano
-3
/
+18
2020-10-09
commit-graph: don't write commit-graph when disabled
Derrick Stolee
-0
/
+5
2020-10-09
commit-graph: ignore duplicates when merging layers
Derrick Stolee
-3
/
+13
2020-09-29
Merge branch 'tb/bloom-improvements'
Junio C Hamano
-42
/
+99
2020-09-25
Merge branch 'ds/maintenance-part-1'
Junio C Hamano
-4
/
+4
2020-09-18
builtin/commit-graph.c: introduce '--max-new-filters=<n>'
Taylor Blau
-2
/
+7
2020-09-17
commit-graph: rename 'split_commit_graph_opts'
Taylor Blau
-20
/
+20
2020-09-17
bloom: encode out-of-bounds filters as non-empty
Taylor Blau
-0
/
+5
2020-09-17
maintenance: add commit-graph task
Derrick Stolee
-4
/
+4
2020-09-17
bloom: use provided 'struct bloom_filter_settings'
Taylor Blau
-11
/
+10
2020-09-17
bloom: split 'get_bloom_filter()' in two
Taylor Blau
-3
/
+31
2020-09-17
commit-graph.c: store maximum changed paths
Taylor Blau
-0
/
+4
2020-09-09
commit-graph: respect 'commitGraph.readChangedPaths'
Taylor Blau
-2
/
+4
2020-09-09
commit-graph: pass a 'struct repository *' in more places
Taylor Blau
-7
/
+10
2020-09-09
commit-graph: introduce 'get_bloom_filter_settings()'
Taylor Blau
-0
/
+11
2020-08-17
commit-graph: use the "hash version" byte
Derrick Stolee
-1
/
+8
2020-07-30
Merge branch 'ds/commit-graph-bloom-updates' into master
Junio C Hamano
-38
/
+110
2020-07-30
Merge branch 'sg/commit-graph-cleanups' into master
Junio C Hamano
-64
/
+48
2020-07-15
Merge branch 'sg/commit-graph-progress-fix' into master
Junio C Hamano
-22
/
+5
2020-07-09
Merge branch 'tb/fix-persistent-shallow' into master
Junio C Hamano
-1
/
+2
2020-07-09
commit-graph: fix "Writing out commit graph" progress counter
SZEDER Gábor
-20
/
+2
2020-07-09
commit-graph: fix progress of reachable commits
SZEDER Gábor
-2
/
+3
2020-07-08
commit.c: don't persist substituted parents when unshallowing
Taylor Blau
-1
/
+2
2020-07-01
commit-graph: check chunk sizes after writing
SZEDER Gábor
-0
/
+7
2020-07-01
commit-graph: simplify chunk writes into loop
SZEDER Gábor
-12
/
+16
2020-07-01
commit-graph: unify the signatures of all write_graph_chunk_*() functions
SZEDER Gábor
-16
/
+26
2020-07-01
commit-graph: persist existence of changed-paths
Derrick Stolee
-3
/
+42
2020-07-01
bloom: fix logic in get_bloom_filter()
Derrick Stolee
-2
/
+6
2020-06-23
commit-graph: change test to die on parse, not load
Derrick Stolee
-4
/
+8
2020-06-23
commit-graph: place bloom_settings in context
Derrick Stolee
-6
/
+8
2020-06-17
commit-graph: minimize commit_graph_data_slab access
Abhishek Kumar
-14
/
+26
2020-06-17
commit: move members graph_pos, generation to a slab
Abhishek Kumar
-20
/
+20
2020-06-17
commit-graph: introduce commit_graph_data_slab
Abhishek Kumar
-10
/
+68
2020-06-08
Merge branch 'tb/commit-graph-no-check-oids'
Junio C Hamano
-35
/
+27
2020-06-08
commit-graph: simplify write_commit_graph_file() #2
SZEDER Gábor
-21
/
+24
2020-06-08
commit-graph: simplify write_commit_graph_file() #1
SZEDER Gábor
-29
/
+17
2020-06-08
commit-graph: simplify parse_commit_graph() #2
SZEDER Gábor
-17
/
+9
2020-06-08
commit-graph: simplify parse_commit_graph() #1
SZEDER Gábor
-7
/
+9
2020-06-08
commit-graph: clean up #includes
SZEDER Gábor
-3
/
+1
2020-06-08
commit-graph: fix parsing the Chunk Lookup table
SZEDER Gábor
-1
/
+1
2020-05-18
commit-graph: drop COMMIT_GRAPH_WRITE_CHECK_OIDS flag
Taylor Blau
-2
/
+0
2020-05-18
commit-graph.c: simplify 'fill_oids_from_commits'
Taylor Blau
-30
/
+3
2020-05-13
commit-graph.c: peel refs in 'add_ref_to_set'
Taylor Blau
-1
/
+5
[prev]
[next]