summaryrefslogtreecommitdiff
path: root/commit-graph.c
AgeCommit message (Expand)Author
2019-10-09Merge branch 'ah/cleanups'Junio C Hamano
2019-10-07Merge branch 'tb/commit-graph-harden'Junio C Hamano
2019-10-07Merge branch 'gs/commit-graph-progress'Junio C Hamano
2019-10-07Merge branch 'rs/commit-graph-use-list-count'Junio C Hamano
2019-10-07Merge branch 'jk/disable-commit-graph-during-upload-pack'Junio C Hamano
2019-10-07Merge branch 'jk/commit-graph-cleanup'Junio C Hamano
2019-10-02commit-graph: remove a duplicate assignmentAlex Henrie
2019-09-18commit-graph: add --[no-]progress to write and verifyGarima Singh
2019-09-16commit-graph: use commit_list_count()René Scharfe
2019-09-12upload-pack: disable commit graph more gently for shallow traversalJeff King
2019-09-12commit-graph: bump DIE_ON_LOAD check to actual load-timeJeff King
2019-09-09Merge branch 'ds/feature-macros'Junio C Hamano
2019-09-09commit-graph: don't show progress percentages while expanding reachable commitsSZEDER Gábor
2019-09-09commit-graph.c: handle corrupt/missing treesTaylor Blau
2019-09-09commit-graph.c: handle commit parsing errorsTaylor Blau
2019-08-22Merge branch 'sg/commit-graph-validate'Junio C Hamano
2019-08-13repo-settings: consolidate some config settingsDerrick Stolee
2019-08-09Merge branch 'ds/commit-graph-incremental'Junio C Hamano
2019-08-07commit-graph: release strbufs after useRené Scharfe
2019-08-05commit-graph: fix bug around octopus mergesDerrick Stolee
2019-08-05commit-graph: error out on invalid commit oids in 'write --stdin-commits'SZEDER Gábor
2019-08-05commit-graph: turn a group of write-related macro flags into an enumSZEDER Gábor
2019-07-19Merge branch 'ds/commit-graph-incremental'Junio C Hamano
2019-07-09Merge branch 'jk/oidhash'Junio C Hamano
2019-07-09Merge branch 'ds/close-object-store'Junio C Hamano
2019-07-09Merge branch 'ds/commit-graph-write-refactor'Junio C Hamano
2019-06-20object: convert create_object() to use object_idJeff King
2019-06-20commit-graph: normalize commit-graph filenamesDerrick Stolee
2019-06-20commit-graph: clean up chains after flattened writeDerrick Stolee
2019-06-20commit-graph: verify chains with --shallow modeDerrick Stolee
2019-06-20commit-graph: create options for split filesDerrick Stolee
2019-06-20commit-graph: expire commit-graph filesDerrick Stolee
2019-06-20commit-graph: allow cross-alternate chainsDerrick Stolee
2019-06-20commit-graph: merge commit-graph chainsDerrick Stolee
2019-06-20commit-graph: add --split option to builtinDerrick Stolee
2019-06-20commit-graph: write commit-graph chainsDerrick Stolee
2019-06-20commit-graph: rearrange chunk count logicDerrick Stolee
2019-06-20commit-graph: add base graphs chunkDerrick Stolee
2019-06-20commit-graph: load commit-graph chainsDerrick Stolee
2019-06-20commit-graph: rename commit_compare to oid_compareDerrick Stolee
2019-06-20commit-graph: prepare for commit-graph chainsDerrick Stolee
2019-06-12commit-graph: use raw_object_store when closingDerrick Stolee
2019-06-12commit-graph: extract write_commit_graph_file()Derrick Stolee
2019-06-12commit-graph: extract copy_oids_to_commits()Derrick Stolee
2019-06-12commit-graph: extract count_distinct_commits()Derrick Stolee
2019-06-12commit-graph: extract fill_oids_from_all_packs()Derrick Stolee
2019-06-12commit-graph: extract fill_oids_from_commit_hex()Derrick Stolee
2019-06-12commit-graph: extract fill_oids_from_packs()Derrick Stolee
2019-06-12commit-graph: create write_commit_graph_contextDerrick Stolee
2019-06-12commit-graph: collapse parameters into flagsDerrick Stolee