summaryrefslogtreecommitdiffstats
path: root/commit-graph.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sg/commit-graph-progress-fix' into masterJunio C Hamano2020-07-161-22/+5
|\
| * commit-graph: fix "Writing out commit graph" progress counterSZEDER Gábor2020-07-091-20/+2
| * commit-graph: fix progress of reachable commitsSZEDER Gábor2020-07-091-2/+3
* | Merge branch 'tb/fix-persistent-shallow' into masterJunio C Hamano2020-07-091-1/+2
|\ \
| * | commit.c: don't persist substituted parents when unshallowingTaylor Blau2020-07-091-1/+2
* | | commit-graph: minimize commit_graph_data_slab accessAbhishek Kumar2020-06-171-14/+26
* | | commit: move members graph_pos, generation to a slabAbhishek Kumar2020-06-171-20/+20
* | | commit-graph: introduce commit_graph_data_slabAbhishek Kumar2020-06-171-10/+68
* | | Merge branch 'tb/commit-graph-no-check-oids'Junio C Hamano2020-06-091-35/+27
|\ \ \ | | |/ | |/|
| * | commit-graph: drop COMMIT_GRAPH_WRITE_CHECK_OIDS flagTaylor Blau2020-05-181-2/+0
| * | commit-graph.c: simplify 'fill_oids_from_commits'Taylor Blau2020-05-181-30/+3
| * | commit-graph.c: peel refs in 'add_ref_to_set'Taylor Blau2020-05-141-1/+5
| * | commit-graph.c: show progress of finding reachable commitsTaylor Blau2020-05-141-0/+9
| * | commit-graph.c: extract 'refs_cb_data'Taylor Blau2020-05-051-3/+11
* | | Merge branch 'tb/shallow-cleanup'Junio C Hamano2020-05-131-0/+1
|\ \ \
| * | | shallow: extract a header file for shallow-related functionsTaylor Blau2020-04-301-0/+1
| | |/ | |/|
* | | Merge branch 'jt/commit-graph-plug-memleak'Junio C Hamano2020-05-081-11/+11
|\ \ \
| * | | commit-graph: avoid memory leaksJonathan Tan2020-05-041-11/+11
* | | | Merge branch 'tb/commit-graph-perm-bits'Junio C Hamano2020-05-051-2/+10
|\ \ \ \ | |_|_|/ |/| | |
| * | | commit-graph.c: make 'commit-graph-chain's read-onlyTaylor Blau2020-04-291-1/+2
| * | | commit-graph.c: ensure graph layers respect core.sharedRepositoryTaylor Blau2020-04-291-0/+6
| * | | commit-graph.c: write non-split graphs as read-onlyTaylor Blau2020-04-291-1/+2
| | |/ | |/|
* | | Merge branch 'ds/blame-on-bloom'Junio C Hamano2020-05-011-0/+14
|\ \ \
| * | | tests: write commit-graph with Bloom filtersDerrick Stolee2020-04-171-0/+14
| | |/ | |/|
* | | Merge branch 'gs/commit-graph-path-filter'Junio C Hamano2020-05-011-6/+207
|\| |
| * | commit-graph: reuse existing Bloom filters during writeGarima Singh2020-04-061-3/+3
| * | commit-graph: write Bloom filters to commit graph fileGarima Singh2020-04-061-1/+112
| * | commit-graph: examine commits by generation numberGarima Singh2020-03-301-3/+30
| * | commit-graph: examine changed-path objects in pack orderJeff King2020-03-301-3/+35
| * | commit-graph: compute Bloom filters for changed pathsGarima Singh2020-03-301-1/+31
| * | commit-graph: define and use MAX_NUM_CHUNKSGarima Singh2020-03-301-2/+3
| |/
* | Merge branch 'tb/commit-graph-fd-exhaustion-fix'Junio C Hamano2020-05-011-13/+8
|\ \
| * | commit-graph: close descriptors after mmapJeff King2020-04-251-10/+5
| * | commit-graph.c: gracefully handle file descriptor exhaustionTaylor Blau2020-04-231-2/+2
| * | commit-graph.c: don't use discarded graph_name in errorTaylor Blau2020-04-231-1/+1
* | | Merge branch 'tb/commit-graph-split-strategy'Junio C Hamano2020-05-011-47/+84
|\ \ \
| * | | Revert "commit-graph.c: introduce '--[no-]check-oids'"Junio C Hamano2020-04-291-1/+1
| |/ /
| * | commit-graph.c: introduce '--[no-]check-oids'Taylor Blau2020-04-151-1/+1
| * | commit-graph.h: replace 'commit_hex' with 'commits'Taylor Blau2020-04-151-26/+33
| * | builtin/commit-graph.c: introduce split strategy 'replace'Taylor Blau2020-04-151-14/+39
| * | builtin/commit-graph.c: introduce split strategy 'no-merge'Taylor Blau2020-04-151-7/+12
* | | Merge branch 'ds/commit-graph-expiry-fix'Junio C Hamano2020-04-291-1/+1
|\ \ \ | |_|/ |/| |
| * | commit-graph: fix buggy --expire-time optionDerrick Stolee2020-04-011-1/+1
* | | Merge branch 'rs/commit-graph-code-simplification'Junio C Hamano2020-03-051-6/+2
|\ \ \ | |_|/ |/| |
| * | commit-graph: use progress title directlyRené Scharfe2020-02-271-6/+2
* | | commit-graph.h: use odb in 'load_commit_graph_one_fd_st'Taylor Blau2020-02-041-11/+10
* | | commit-graph.c: remove path normalization, comparisonTaylor Blau2020-02-041-28/+19
* | | commit-graph.h: store object directory in 'struct commit_graph'Taylor Blau2020-02-041-17/+21
* | | commit-graph.h: store an odb in 'struct write_commit_graph_context'Taylor Blau2020-02-041-25/+16
* | | Merge branch 'ds/commit-graph-set-size-mult'Junio C Hamano2020-01-061-1/+3
|\ \ \