summaryrefslogtreecommitdiff
path: root/commit-graph.c
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | 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-161-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-241-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-281-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
|\ \ \
| * | | commit-graph: prefer default size_mult when given zeroDerrick Stolee2020-01-021-1/+3
* | | | Merge branch 'ds/commit-graph-delay-gen-progress'Junio C Hamano2019-12-101-1/+1
|\ \ \ \
| * | | | commit-graph: use start_delayed_progress()Derrick Stolee2019-11-271-1/+1
| |/ / /
* | | | Merge branch 'en/doc-typofix'Junio C Hamano2019-12-011-1/+1
|\ \ \ \
| * | | | Fix spelling errors in code commentsElijah Newren2019-11-101-1/+1
* | | | | Merge branch 'jk/cleanup-object-parsing-and-fsck'Junio C Hamano2019-12-011-3/+0
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | commit, tag: don't set parsed bit for parse failuresJeff King2019-10-281-3/+0
| |/ / /
* | | | Merge branch 'ds/commit-graph-on-fetch'Junio C Hamano2019-11-041-4/+7
|\ \ \ \ | |/ / / |/| | |
| * | | commit-graph: fix writing first commit-graph during fetchDerrick Stolee2019-10-251-4/+7
* | | | Merge branch 'ah/cleanups'Junio C Hamano2019-10-091-2/+3
|\ \ \ \
| * | | | commit-graph: remove a duplicate assignmentAlex Henrie2019-10-021-2/+3
* | | | | Merge branch 'tb/commit-graph-harden'Junio C Hamano2019-10-071-2/+9
|\ \ \ \ \
| * | | | | commit-graph.c: handle corrupt/missing treesTaylor Blau2019-09-091-1/+6
| * | | | | commit-graph.c: handle commit parsing errorsTaylor Blau2019-09-091-1/+3
* | | | | | Merge branch 'gs/commit-graph-progress'Junio C Hamano2019-10-071-2/+4
|\ \ \ \ \ \
| * | | | | | commit-graph: add --[no-]progress to write and verifyGarima Singh2019-09-181-2/+4
* | | | | | | Merge branch 'rs/commit-graph-use-list-count'Junio C Hamano2019-10-071-11/+6
|\ \ \ \ \ \ \
| * | | | | | | commit-graph: use commit_list_count()René Scharfe2019-09-161-11/+6
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'jk/disable-commit-graph-during-upload-pack'Junio C Hamano2019-10-071-3/+15
|\ \ \ \ \ \ \