aboutsummaryrefslogtreecommitdiffstats
path: root/commit-graph.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-30commit-graph: compute Bloom filters for changed pathsGarima Singh1-1/+31
2020-03-30commit-graph: define and use MAX_NUM_CHUNKSGarima Singh1-2/+3
2020-03-05Merge branch 'rs/commit-graph-code-simplification'Junio C Hamano1-6/+2
2020-02-27commit-graph: use progress title directlyRené Scharfe1-6/+2
2020-02-04commit-graph.h: use odb in 'load_commit_graph_one_fd_st'Taylor Blau1-11/+10
2020-02-04commit-graph.c: remove path normalization, comparisonTaylor Blau1-28/+19
2020-02-04commit-graph.h: store object directory in 'struct commit_graph'Taylor Blau1-17/+21
2020-02-04commit-graph.h: store an odb in 'struct write_commit_graph_context'Taylor Blau1-25/+16
2020-01-06Merge branch 'ds/commit-graph-set-size-mult'Junio C Hamano1-1/+3
2020-01-02commit-graph: prefer default size_mult when given zeroDerrick Stolee1-1/+3
2019-12-10Merge branch 'ds/commit-graph-delay-gen-progress'Junio C Hamano1-1/+1
2019-12-01Merge branch 'en/doc-typofix'Junio C Hamano1-1/+1
2019-12-01Merge branch 'jk/cleanup-object-parsing-and-fsck'Junio C Hamano1-3/+0
2019-11-27commit-graph: use start_delayed_progress()Derrick Stolee1-1/+1
2019-11-10Fix spelling errors in code commentsElijah Newren1-1/+1
2019-11-04Merge branch 'ds/commit-graph-on-fetch'Junio C Hamano1-4/+7
2019-10-28commit, tag: don't set parsed bit for parse failuresJeff King1-3/+0
2019-10-25commit-graph: fix writing first commit-graph during fetchDerrick Stolee1-4/+7
2019-10-09Merge branch 'ah/cleanups'Junio C Hamano1-2/+3
2019-10-07Merge branch 'tb/commit-graph-harden'Junio C Hamano1-2/+9
2019-10-07Merge branch 'gs/commit-graph-progress'Junio C Hamano1-2/+4
2019-10-07Merge branch 'rs/commit-graph-use-list-count'Junio C Hamano1-11/+6
2019-10-07Merge branch 'jk/disable-commit-graph-during-upload-pack'Junio C Hamano1-3/+15
2019-10-07Merge branch 'jk/commit-graph-cleanup'Junio C Hamano1-1/+1
2019-10-02commit-graph: remove a duplicate assignmentAlex Henrie1-2/+3
2019-09-18commit-graph: add --[no-]progress to write and verifyGarima Singh1-2/+4
2019-09-16commit-graph: use commit_list_count()René Scharfe1-11/+6
2019-09-12upload-pack: disable commit graph more gently for shallow traversalJeff King1-0/+12
2019-09-12commit-graph: bump DIE_ON_LOAD check to actual load-timeJeff King1-4/+4
2019-09-09Merge branch 'ds/feature-macros'Junio C Hamano1-3/+3
2019-09-09commit-graph: don't show progress percentages while expanding reachable commitsSZEDER Gábor1-1/+1
2019-09-09commit-graph.c: handle corrupt/missing treesTaylor Blau1-1/+6
2019-09-09commit-graph.c: handle commit parsing errorsTaylor Blau1-1/+3
2019-08-22Merge branch 'sg/commit-graph-validate'Junio C Hamano1-17/+23
2019-08-13repo-settings: consolidate some config settingsDerrick Stolee1-3/+3
2019-08-09Merge branch 'ds/commit-graph-incremental'Junio C Hamano1-5/+7
2019-08-07commit-graph: release strbufs after useRené Scharfe1-5/+7
2019-08-05commit-graph: fix bug around octopus mergesDerrick Stolee1-1/+1
2019-08-05commit-graph: error out on invalid commit oids in 'write --stdin-commits'SZEDER Gábor1-12/+17
2019-08-05commit-graph: turn a group of write-related macro flags into an enumSZEDER Gábor1-5/+6
2019-07-19Merge branch 'ds/commit-graph-incremental'Junio C Hamano1-49/+774
2019-07-09Merge branch 'jk/oidhash'Junio C Hamano1-1/+1
2019-07-09Merge branch 'ds/close-object-store'Junio C Hamano1-4/+4
2019-07-09Merge branch 'ds/commit-graph-write-refactor'Junio C Hamano1-271/+336
2019-06-20object: convert create_object() to use object_idJeff King1-1/+1
2019-06-19commit-graph: normalize commit-graph filenamesDerrick Stolee1-7/+23
2019-06-19commit-graph: merge commit-graph chainsDerrick Stolee1-33/+147
2019-06-19commit-graph: add --split option to builtinDerrick Stolee1-5/+9
2019-06-19commit-graph: write commit-graph chainsDerrick Stolee1-11/+275
2019-06-19commit-graph: clean up chains after flattened writeDerrick Stolee1-3/+9