summaryrefslogtreecommitdiff
path: root/commit-graph.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \ \
| * | | | | upload-pack: disable commit graph more gently for shallow traversalJeff King2019-09-121-0/+12
| * | | | | commit-graph: bump DIE_ON_LOAD check to actual load-timeJeff King2019-09-121-4/+4
| | |/ / / | |/| | |
* | | | | Merge branch 'jk/commit-graph-cleanup'Junio C Hamano2019-10-071-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | commit-graph: don't show progress percentages while expanding reachable commitsSZEDER Gábor2019-09-091-1/+1
| |/ / /
* | | | Merge branch 'ds/feature-macros'Junio C Hamano2019-09-091-3/+3
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | repo-settings: consolidate some config settingsDerrick Stolee2019-08-131-3/+3
* | | Merge branch 'sg/commit-graph-validate'Junio C Hamano2019-08-221-17/+23
|\ \ \ | |_|/ |/| |
| * | commit-graph: error out on invalid commit oids in 'write --stdin-commits'SZEDER Gábor2019-08-051-12/+17
| * | commit-graph: turn a group of write-related macro flags into an enumSZEDER Gábor2019-08-051-5/+6
| |/
* | Merge branch 'ds/commit-graph-incremental'Junio C Hamano2019-08-091-5/+7
|\ \
| * | commit-graph: release strbufs after useRené Scharfe2019-08-071-5/+7
* | | commit-graph: fix bug around octopus mergesDerrick Stolee2019-08-051-1/+1
| |/ |/|
* | Merge branch 'ds/commit-graph-incremental'Junio C Hamano2019-07-191-49/+774
|\ \ | |/
| * commit-graph: normalize commit-graph filenamesDerrick Stolee2019-06-191-7/+23
| * commit-graph: clean up chains after flattened writeDerrick Stolee2019-06-191-3/+9
| * commit-graph: verify chains with --shallow modeDerrick Stolee2019-06-191-3/+12
| * commit-graph: create options for split filesDerrick Stolee2019-06-191-11/+24
| * commit-graph: expire commit-graph filesDerrick Stolee2019-06-191-0/+69
| * commit-graph: allow cross-alternate chainsDerrick Stolee2019-06-191-11/+45
| * commit-graph: merge commit-graph chainsDerrick Stolee2019-06-191-33/+147
| * commit-graph: add --split option to builtinDerrick Stolee2019-06-191-5/+9
| * commit-graph: write commit-graph chainsDerrick Stolee2019-06-191-11/+275
| * commit-graph: rearrange chunk count logicDerrick Stolee2019-06-191-14/+21
| * commit-graph: add base graphs chunkDerrick Stolee2019-06-191-0/+22
| * commit-graph: load commit-graph chainsDerrick Stolee2019-06-191-6/+106
| * commit-graph: rename commit_compare to oid_compareDerrick Stolee2019-06-191-2/+2
| * commit-graph: prepare for commit-graph chainsDerrick Stolee2019-06-191-11/+78
* | Merge branch 'jk/oidhash'Junio C Hamano2019-07-091-1/+1
|\ \
| * | object: convert create_object() to use object_idJeff King2019-06-201-1/+1
* | | Merge branch 'ds/close-object-store'Junio C Hamano2019-07-091-4/+4
|\ \ \ | | |/ | |/|