summaryrefslogtreecommitdiff
path: root/commit-graph.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-01Merge branch 'gs/commit-graph-path-filter'Libravatar Junio C Hamano1-6/+207
2020-05-01Merge branch 'tb/commit-graph-fd-exhaustion-fix'Libravatar Junio C Hamano1-13/+8
2020-05-01Merge branch 'tb/commit-graph-split-strategy'Libravatar Junio C Hamano1-47/+84
2020-04-30shallow: extract a header file for shallow-related functionsLibravatar Taylor Blau1-0/+1
2020-04-29Revert "commit-graph.c: introduce '--[no-]check-oids'"Libravatar Junio C Hamano1-1/+1
2020-04-29commit-graph.c: make 'commit-graph-chain's read-onlyLibravatar Taylor Blau1-1/+2
2020-04-29commit-graph.c: ensure graph layers respect core.sharedRepositoryLibravatar Taylor Blau1-0/+6
2020-04-29commit-graph.c: write non-split graphs as read-onlyLibravatar Taylor Blau1-1/+2
2020-04-28Merge branch 'ds/commit-graph-expiry-fix'Libravatar Junio C Hamano1-1/+1
2020-04-24commit-graph: close descriptors after mmapLibravatar Jeff King1-10/+5
2020-04-23commit-graph.c: gracefully handle file descriptor exhaustionLibravatar Taylor Blau1-2/+2
2020-04-23commit-graph.c: don't use discarded graph_name in errorLibravatar Taylor Blau1-1/+1
2020-04-16tests: write commit-graph with Bloom filtersLibravatar Derrick Stolee1-0/+14
2020-04-15commit-graph.c: introduce '--[no-]check-oids'Libravatar Taylor Blau1-1/+1
2020-04-15commit-graph.h: replace 'commit_hex' with 'commits'Libravatar Taylor Blau1-26/+33
2020-04-15builtin/commit-graph.c: introduce split strategy 'replace'Libravatar Taylor Blau1-14/+39
2020-04-15builtin/commit-graph.c: introduce split strategy 'no-merge'Libravatar Taylor Blau1-7/+12
2020-04-06commit-graph: reuse existing Bloom filters during writeLibravatar Garima Singh1-3/+3
2020-04-06commit-graph: write Bloom filters to commit graph fileLibravatar Garima Singh1-1/+112
2020-04-01commit-graph: fix buggy --expire-time optionLibravatar Derrick Stolee1-1/+1
2020-03-30commit-graph: examine commits by generation numberLibravatar Garima Singh1-3/+30
2020-03-30commit-graph: examine changed-path objects in pack orderLibravatar Jeff King1-3/+35
2020-03-30commit-graph: compute Bloom filters for changed pathsLibravatar Garima Singh1-1/+31
2020-03-30commit-graph: define and use MAX_NUM_CHUNKSLibravatar Garima Singh1-2/+3
2020-03-05Merge branch 'rs/commit-graph-code-simplification'Libravatar Junio C Hamano1-6/+2
2020-02-27commit-graph: use progress title directlyLibravatar René Scharfe1-6/+2
2020-02-04commit-graph.h: use odb in 'load_commit_graph_one_fd_st'Libravatar Taylor Blau1-11/+10
2020-02-04commit-graph.c: remove path normalization, comparisonLibravatar Taylor Blau1-28/+19
2020-02-04commit-graph.h: store object directory in 'struct commit_graph'Libravatar Taylor Blau1-17/+21
2020-02-04commit-graph.h: store an odb in 'struct write_commit_graph_context'Libravatar Taylor Blau1-25/+16
2020-01-06Merge branch 'ds/commit-graph-set-size-mult'Libravatar Junio C Hamano1-1/+3
2020-01-02commit-graph: prefer default size_mult when given zeroLibravatar Derrick Stolee1-1/+3
2019-12-10Merge branch 'ds/commit-graph-delay-gen-progress'Libravatar Junio C Hamano1-1/+1
2019-12-01Merge branch 'en/doc-typofix'Libravatar Junio C Hamano1-1/+1
2019-12-01Merge branch 'jk/cleanup-object-parsing-and-fsck'Libravatar Junio C Hamano1-3/+0
2019-11-27commit-graph: use start_delayed_progress()Libravatar Derrick Stolee1-1/+1
2019-11-10Fix spelling errors in code commentsLibravatar Elijah Newren1-1/+1
2019-11-04Merge branch 'ds/commit-graph-on-fetch'Libravatar Junio C Hamano1-4/+7
2019-10-28commit, tag: don't set parsed bit for parse failuresLibravatar Jeff King1-3/+0
2019-10-25commit-graph: fix writing first commit-graph during fetchLibravatar Derrick Stolee1-4/+7
2019-10-09Merge branch 'ah/cleanups'Libravatar Junio C Hamano1-2/+3
2019-10-07Merge branch 'tb/commit-graph-harden'Libravatar Junio C Hamano1-2/+9
2019-10-07Merge branch 'gs/commit-graph-progress'Libravatar Junio C Hamano1-2/+4
2019-10-07Merge branch 'rs/commit-graph-use-list-count'Libravatar Junio C Hamano1-11/+6
2019-10-07Merge branch 'jk/disable-commit-graph-during-upload-pack'Libravatar Junio C Hamano1-3/+15
2019-10-07Merge branch 'jk/commit-graph-cleanup'Libravatar Junio C Hamano1-1/+1
2019-10-02commit-graph: remove a duplicate assignmentLibravatar Alex Henrie1-2/+3
2019-09-18commit-graph: add --[no-]progress to write and verifyLibravatar Garima Singh1-2/+4
2019-09-16commit-graph: use commit_list_count()Libravatar René Scharfe1-11/+6
2019-09-12upload-pack: disable commit graph more gently for shallow traversalLibravatar Jeff King1-0/+12