index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
commit-graph.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
bloom: encode out-of-bounds filters as non-empty
Taylor Blau
2020-09-18
1
-0
/
+5
|
*
|
bloom: use provided 'struct bloom_filter_settings'
Taylor Blau
2020-09-17
1
-11
/
+10
|
*
|
bloom: split 'get_bloom_filter()' in two
Taylor Blau
2020-09-17
1
-3
/
+31
|
*
|
commit-graph.c: store maximum changed paths
Taylor Blau
2020-09-17
1
-0
/
+4
|
*
|
commit-graph: respect 'commitGraph.readChangedPaths'
Taylor Blau
2020-09-09
1
-2
/
+4
|
*
|
commit-graph: pass a 'struct repository *' in more places
Taylor Blau
2020-09-09
1
-7
/
+10
|
*
|
commit-graph: introduce 'get_bloom_filter_settings()'
Taylor Blau
2020-09-09
1
-0
/
+11
*
|
|
Merge branch 'ds/maintenance-part-1'
Junio C Hamano
2020-09-26
1
-4
/
+4
|
\
\
\
|
*
|
|
maintenance: add commit-graph task
Derrick Stolee
2020-09-17
1
-4
/
+4
|
|
/
/
*
/
/
commit-graph: use the "hash version" byte
Derrick Stolee
2020-08-18
1
-1
/
+8
|
/
/
*
|
Merge branch 'ds/commit-graph-bloom-updates' into master
Junio C Hamano
2020-07-30
1
-38
/
+110
|
\
\
|
*
|
commit-graph: check chunk sizes after writing
SZEDER Gábor
2020-07-01
1
-0
/
+7
|
*
|
commit-graph: simplify chunk writes into loop
SZEDER Gábor
2020-07-01
1
-12
/
+16
|
*
|
commit-graph: unify the signatures of all write_graph_chunk_*() functions
SZEDER Gábor
2020-07-01
1
-16
/
+26
|
*
|
commit-graph: persist existence of changed-paths
Derrick Stolee
2020-07-01
1
-3
/
+42
|
*
|
bloom: fix logic in get_bloom_filter()
Derrick Stolee
2020-07-01
1
-2
/
+6
|
*
|
commit-graph: change test to die on parse, not load
Derrick Stolee
2020-06-24
1
-4
/
+8
|
*
|
commit-graph: place bloom_settings in context
Derrick Stolee
2020-06-24
1
-6
/
+8
*
|
|
Merge branch 'sg/commit-graph-cleanups' into master
Junio C Hamano
2020-07-30
1
-64
/
+48
|
\
|
|
|
|
/
|
/
|
|
*
commit-graph: simplify write_commit_graph_file() #2
SZEDER Gábor
2020-06-08
1
-21
/
+24
|
*
commit-graph: simplify write_commit_graph_file() #1
SZEDER Gábor
2020-06-08
1
-29
/
+17
|
*
commit-graph: simplify parse_commit_graph() #2
SZEDER Gábor
2020-06-08
1
-17
/
+9
|
*
commit-graph: simplify parse_commit_graph() #1
SZEDER Gábor
2020-06-08
1
-7
/
+9
|
*
commit-graph: clean up #includes
SZEDER Gábor
2020-06-08
1
-3
/
+1
|
*
commit-graph: fix parsing the Chunk Lookup table
SZEDER Gábor
2020-06-08
1
-1
/
+1
*
|
Merge branch 'sg/commit-graph-progress-fix' into master
Junio C Hamano
2020-07-16
1
-22
/
+5
|
\
\
|
*
|
commit-graph: fix "Writing out commit graph" progress counter
SZEDER Gábor
2020-07-09
1
-20
/
+2
|
*
|
commit-graph: fix progress of reachable commits
SZEDER Gábor
2020-07-09
1
-2
/
+3
*
|
|
Merge branch 'tb/fix-persistent-shallow' into master
Junio C Hamano
2020-07-09
1
-1
/
+2
|
\
\
\
|
*
|
|
commit.c: don't persist substituted parents when unshallowing
Taylor Blau
2020-07-09
1
-1
/
+2
*
|
|
|
commit-graph: minimize commit_graph_data_slab access
Abhishek Kumar
2020-06-17
1
-14
/
+26
*
|
|
|
commit: move members graph_pos, generation to a slab
Abhishek Kumar
2020-06-17
1
-20
/
+20
*
|
|
|
commit-graph: introduce commit_graph_data_slab
Abhishek Kumar
2020-06-17
1
-10
/
+68
*
|
|
|
Merge branch 'tb/commit-graph-no-check-oids'
Junio C Hamano
2020-06-09
1
-35
/
+27
|
\
\
\
\
|
|
|
/
/
|
|
/
|
|
|
*
|
|
commit-graph: drop COMMIT_GRAPH_WRITE_CHECK_OIDS flag
Taylor Blau
2020-05-18
1
-2
/
+0
|
*
|
|
commit-graph.c: simplify 'fill_oids_from_commits'
Taylor Blau
2020-05-18
1
-30
/
+3
|
*
|
|
commit-graph.c: peel refs in 'add_ref_to_set'
Taylor Blau
2020-05-14
1
-1
/
+5
|
*
|
|
commit-graph.c: show progress of finding reachable commits
Taylor Blau
2020-05-14
1
-0
/
+9
|
*
|
|
commit-graph.c: extract 'refs_cb_data'
Taylor Blau
2020-05-05
1
-3
/
+11
*
|
|
|
Merge branch 'tb/shallow-cleanup'
Junio C Hamano
2020-05-13
1
-0
/
+1
|
\
\
\
\
|
*
|
|
|
shallow: extract a header file for shallow-related functions
Taylor Blau
2020-04-30
1
-0
/
+1
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge branch 'jt/commit-graph-plug-memleak'
Junio C Hamano
2020-05-08
1
-11
/
+11
|
\
\
\
\
|
*
|
|
|
commit-graph: avoid memory leaks
Jonathan Tan
2020-05-04
1
-11
/
+11
*
|
|
|
|
Merge branch 'tb/commit-graph-perm-bits'
Junio C Hamano
2020-05-05
1
-2
/
+10
|
\
\
\
\
\
|
|
_
|
_
|
/
/
|
/
|
|
|
|
|
*
|
|
|
commit-graph.c: make 'commit-graph-chain's read-only
Taylor Blau
2020-04-29
1
-1
/
+2
|
*
|
|
|
commit-graph.c: ensure graph layers respect core.sharedRepository
Taylor Blau
2020-04-29
1
-0
/
+6
|
*
|
|
|
commit-graph.c: write non-split graphs as read-only
Taylor Blau
2020-04-29
1
-1
/
+2
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge branch 'ds/blame-on-bloom'
Junio C Hamano
2020-05-01
1
-0
/
+14
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
tests: write commit-graph with Bloom filters
Derrick Stolee
2020-04-17
1
-0
/
+14
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'gs/commit-graph-path-filter'
Junio C Hamano
2020-05-01
1
-6
/
+207
|
\
|
|
[prev]
[next]