index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
commit-graph.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-15
Merge branch 'sg/commit-graph-progress-fix' into master
Junio C Hamano
1
-22
/
+5
2020-07-09
Merge branch 'tb/fix-persistent-shallow' into master
Junio C Hamano
1
-1
/
+2
2020-07-09
commit-graph: fix "Writing out commit graph" progress counter
SZEDER Gábor
1
-20
/
+2
2020-07-09
commit-graph: fix progress of reachable commits
SZEDER Gábor
1
-2
/
+3
2020-07-08
commit.c: don't persist substituted parents when unshallowing
Taylor Blau
1
-1
/
+2
2020-06-17
commit-graph: minimize commit_graph_data_slab access
Abhishek Kumar
1
-14
/
+26
2020-06-17
commit: move members graph_pos, generation to a slab
Abhishek Kumar
1
-20
/
+20
2020-06-17
commit-graph: introduce commit_graph_data_slab
Abhishek Kumar
1
-10
/
+68
2020-06-08
Merge branch 'tb/commit-graph-no-check-oids'
Junio C Hamano
1
-35
/
+27
2020-05-18
commit-graph: drop COMMIT_GRAPH_WRITE_CHECK_OIDS flag
Taylor Blau
1
-2
/
+0
2020-05-18
commit-graph.c: simplify 'fill_oids_from_commits'
Taylor Blau
1
-30
/
+3
2020-05-13
commit-graph.c: peel refs in 'add_ref_to_set'
Taylor Blau
1
-1
/
+5
2020-05-13
commit-graph.c: show progress of finding reachable commits
Taylor Blau
1
-0
/
+9
2020-05-13
Merge branch 'tb/shallow-cleanup'
Junio C Hamano
1
-0
/
+1
2020-05-08
Merge branch 'jt/commit-graph-plug-memleak'
Junio C Hamano
1
-11
/
+11
2020-05-05
Merge branch 'tb/commit-graph-perm-bits'
Junio C Hamano
1
-2
/
+10
2020-05-04
commit-graph.c: extract 'refs_cb_data'
Taylor Blau
1
-3
/
+11
2020-05-04
commit-graph: avoid memory leaks
Jonathan Tan
1
-11
/
+11
2020-05-01
Merge branch 'ds/blame-on-bloom'
Junio C Hamano
1
-0
/
+14
2020-05-01
Merge branch 'gs/commit-graph-path-filter'
Junio C Hamano
1
-6
/
+207
2020-05-01
Merge branch 'tb/commit-graph-fd-exhaustion-fix'
Junio C Hamano
1
-13
/
+8
2020-05-01
Merge branch 'tb/commit-graph-split-strategy'
Junio C Hamano
1
-47
/
+84
2020-04-30
shallow: extract a header file for shallow-related functions
Taylor Blau
1
-0
/
+1
2020-04-29
Revert "commit-graph.c: introduce '--[no-]check-oids'"
Junio C Hamano
1
-1
/
+1
2020-04-29
commit-graph.c: make 'commit-graph-chain's read-only
Taylor Blau
1
-1
/
+2
2020-04-29
commit-graph.c: ensure graph layers respect core.sharedRepository
Taylor Blau
1
-0
/
+6
2020-04-29
commit-graph.c: write non-split graphs as read-only
Taylor Blau
1
-1
/
+2
2020-04-28
Merge branch 'ds/commit-graph-expiry-fix'
Junio C Hamano
1
-1
/
+1
2020-04-24
commit-graph: close descriptors after mmap
Jeff King
1
-10
/
+5
2020-04-23
commit-graph.c: gracefully handle file descriptor exhaustion
Taylor Blau
1
-2
/
+2
2020-04-23
commit-graph.c: don't use discarded graph_name in error
Taylor Blau
1
-1
/
+1
2020-04-16
tests: write commit-graph with Bloom filters
Derrick Stolee
1
-0
/
+14
2020-04-15
commit-graph.c: introduce '--[no-]check-oids'
Taylor Blau
1
-1
/
+1
2020-04-15
commit-graph.h: replace 'commit_hex' with 'commits'
Taylor Blau
1
-26
/
+33
2020-04-15
builtin/commit-graph.c: introduce split strategy 'replace'
Taylor Blau
1
-14
/
+39
2020-04-15
builtin/commit-graph.c: introduce split strategy 'no-merge'
Taylor Blau
1
-7
/
+12
2020-04-06
commit-graph: reuse existing Bloom filters during write
Garima Singh
1
-3
/
+3
2020-04-06
commit-graph: write Bloom filters to commit graph file
Garima Singh
1
-1
/
+112
2020-04-01
commit-graph: fix buggy --expire-time option
Derrick Stolee
1
-1
/
+1
2020-03-30
commit-graph: examine commits by generation number
Garima Singh
1
-3
/
+30
2020-03-30
commit-graph: examine changed-path objects in pack order
Jeff King
1
-3
/
+35
2020-03-30
commit-graph: compute Bloom filters for changed paths
Garima Singh
1
-1
/
+31
2020-03-30
commit-graph: define and use MAX_NUM_CHUNKS
Garima Singh
1
-2
/
+3
2020-03-05
Merge branch 'rs/commit-graph-code-simplification'
Junio C Hamano
1
-6
/
+2
2020-02-27
commit-graph: use progress title directly
René Scharfe
1
-6
/
+2
2020-02-04
commit-graph.h: use odb in 'load_commit_graph_one_fd_st'
Taylor Blau
1
-11
/
+10
2020-02-04
commit-graph.c: remove path normalization, comparison
Taylor Blau
1
-28
/
+19
2020-02-04
commit-graph.h: store object directory in 'struct commit_graph'
Taylor Blau
1
-17
/
+21
2020-02-04
commit-graph.h: store an odb in 'struct write_commit_graph_context'
Taylor Blau
1
-25
/
+16
2020-01-06
Merge branch 'ds/commit-graph-set-size-mult'
Junio C Hamano
1
-1
/
+3
[next]