summaryrefslogtreecommitdiff
path: root/commit-graph.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ | | |/ | |/|
| * | commit-graph: use raw_object_store when closingDerrick Stolee2019-06-121-4/+4
* | | Merge branch 'ds/commit-graph-write-refactor'Junio C Hamano2019-07-091-271/+336
|\ \ \ | |/ / | | / | |/ |/|
| * commit-graph: extract write_commit_graph_file()Derrick Stolee2019-06-121-75/+80
| * commit-graph: extract copy_oids_to_commits()Derrick Stolee2019-06-121-25/+32
| * commit-graph: extract count_distinct_commits()Derrick Stolee2019-06-121-13/+22
| * commit-graph: extract fill_oids_from_all_packs()Derrick Stolee2019-06-121-11/+15
| * commit-graph: extract fill_oids_from_commit_hex()Derrick Stolee2019-06-121-32/+40
| * commit-graph: extract fill_oids_from_packs()Derrick Stolee2019-06-121-36/+47
| * commit-graph: create write_commit_graph_contextDerrick Stolee2019-06-121-196/+194
| * commit-graph: collapse parameters into flagsDerrick Stolee2019-06-121-4/+5
| * commit-graph: return with errors during writeDerrick Stolee2019-06-121-19/+41
* | Merge branch 'js/commit-graph-parse-leakfix'Junio C Hamano2019-05-191-1/+3
|\ \
| * | commit-graph: fix memory leakJosh Steadmon2019-05-071-1/+3
| |/
* | Merge branch 'nd/sha1-name-c-wo-the-repository'Junio C Hamano2019-05-091-2/+7
|\ \ | |/ |/|
| * commit.cocci: refactor code, avoid double rewriteNguyễn Thái Ngọc Duy2019-04-161-2/+7
* | commit-graph: improve & i18n error messagesÆvar Arnfjörð Bjarmason2019-04-011-19/+19
* | commit-graph write: don't die if the existing graph is corruptÆvar Arnfjörð Bjarmason2019-04-011-3/+7
* | commit-graph: don't pass filename to load_commit_graph_one_fd_st()Ævar Arnfjörð Bjarmason2019-04-011-4/+3
* | commit-graph: don't early exit(1) on e.g. "git status"Ævar Arnfjörð Bjarmason2019-04-011-12/+30
* | commit-graph: fix segfault on e.g. "git status"Ævar Arnfjörð Bjarmason2019-04-011-9/+34
|/
* Merge branch 'ab/commit-graph-write-progress'Junio C Hamano2019-02-051-36/+94
|\
| * commit-graph write: emit a percentage for all progressÆvar Arnfjörð Bjarmason2019-01-231-7/+7
| * commit-graph write: add itermediate progressÆvar Arnfjörð Bjarmason2019-01-231-0/+13
| * commit-graph write: remove empty line for readabilityÆvar Arnfjörð Bjarmason2019-01-231-1/+0
| * commit-graph write: add more descriptive progress outputÆvar Arnfjörð Bjarmason2019-01-231-7/+18
| * commit-graph write: show progress for object searchÆvar Arnfjörð Bjarmason2019-01-231-2/+7
| * commit-graph write: more descriptive "writing out" outputÆvar Arnfjörð Bjarmason2019-01-231-2/+10
| * commit-graph write: add "Writing out" progress outputÆvar Arnfjörð Bjarmason2019-01-231-9/+30
| * commit-graph: don't call write_graph_chunk_extra_edges() unnecessarilySZEDER Gábor2019-01-231-1/+2