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
*
Merge branch 'jk/use-oid-pos'
Junio C Hamano
2021-02-10
1
-15
/
+15
|
\
|
*
oid_pos(): access table through const pointers
Jeff King
2021-01-28
1
-2
/
+2
|
*
hash_pos(): convert to oid_pos()
Jeff King
2021-01-28
1
-14
/
+14
*
|
Merge branch 'jk/peel-iterated-oid'
Junio C Hamano
2021-02-04
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
refs: switch peel_ref() to peel_iterated_oid()
Jeff King
2021-01-22
1
-1
/
+1
*
|
Merge branch 'ma/more-opaque-lock-file'
Junio C Hamano
2021-01-25
1
-3
/
+3
|
\
\
|
|
/
|
/
|
|
*
commit-graph: don't peek into `struct lock_file`
Martin Ågren
2021-01-06
1
-3
/
+3
*
|
hash-lookup: rename from sha1-lookup
Martin Ågren
2021-01-04
1
-1
/
+1
*
|
sha1-lookup: rename `sha1_pos()` as `hash_pos()`
Martin Ågren
2021-01-04
1
-3
/
+3
|
/
*
commit-graph: use size_t for array allocation and indexing
Jeff King
2020-12-07
1
-2
/
+2
*
commit-graph: replace packed_oid_list with oid_array
Jeff King
2020-12-07
1
-47
/
+15
*
commit-graph: drop count_distinct_commits() function
Jeff King
2020-12-07
1
-41
/
+2
*
Merge branch 'ds/commit-graph-merging-fix'
Junio C Hamano
2020-11-02
1
-3
/
+18
|
\
|
*
commit-graph: don't write commit-graph when disabled
Derrick Stolee
2020-10-09
1
-0
/
+5
|
*
commit-graph: ignore duplicates when merging layers
Derrick Stolee
2020-10-09
1
-3
/
+13
*
|
Merge branch 'tb/bloom-improvements'
Junio C Hamano
2020-09-29
1
-42
/
+99
|
\
\
|
*
|
builtin/commit-graph.c: introduce '--max-new-filters=<n>'
Taylor Blau
2020-09-18
1
-2
/
+7
|
*
|
commit-graph: rename 'split_commit_graph_opts'
Taylor Blau
2020-09-18
1
-20
/
+20
|
*
|
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
[next]