| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'ds/commit-graph-incremental' | Junio C Hamano | 2019-08-09 | 1 | -5/+7 |
|\ |
|
| * | commit-graph: release strbufs after use | René Scharfe | 2019-08-07 | 1 | -5/+7 |
* | | commit-graph: fix bug around octopus merges | Derrick Stolee | 2019-08-05 | 1 | -1/+1 |
* | | Merge branch 'ds/commit-graph-incremental' | Junio C Hamano | 2019-07-19 | 1 | -49/+774 |
|\ \
| |/ |
|
| * | commit-graph: normalize commit-graph filenames | Derrick Stolee | 2019-06-19 | 1 | -7/+23 |
| * | commit-graph: clean up chains after flattened write | Derrick Stolee | 2019-06-19 | 1 | -3/+9 |
| * | commit-graph: verify chains with --shallow mode | Derrick Stolee | 2019-06-19 | 1 | -3/+12 |
| * | commit-graph: create options for split files | Derrick Stolee | 2019-06-19 | 1 | -11/+24 |
| * | commit-graph: expire commit-graph files | Derrick Stolee | 2019-06-19 | 1 | -0/+69 |
| * | commit-graph: allow cross-alternate chains | Derrick Stolee | 2019-06-19 | 1 | -11/+45 |
| * | commit-graph: merge commit-graph chains | Derrick Stolee | 2019-06-19 | 1 | -33/+147 |
| * | commit-graph: add --split option to builtin | Derrick Stolee | 2019-06-19 | 1 | -5/+9 |
| * | commit-graph: write commit-graph chains | Derrick Stolee | 2019-06-19 | 1 | -11/+275 |
| * | commit-graph: rearrange chunk count logic | Derrick Stolee | 2019-06-19 | 1 | -14/+21 |
| * | commit-graph: add base graphs chunk | Derrick Stolee | 2019-06-19 | 1 | -0/+22 |
| * | commit-graph: load commit-graph chains | Derrick Stolee | 2019-06-19 | 1 | -6/+106 |
| * | commit-graph: rename commit_compare to oid_compare | Derrick Stolee | 2019-06-19 | 1 | -2/+2 |
| * | commit-graph: prepare for commit-graph chains | Derrick Stolee | 2019-06-19 | 1 | -11/+78 |
* | | Merge branch 'jk/oidhash' | Junio C Hamano | 2019-07-09 | 1 | -1/+1 |
|\ \ |
|
| * | | object: convert create_object() to use object_id | Jeff King | 2019-06-20 | 1 | -1/+1 |
* | | | Merge branch 'ds/close-object-store' | Junio C Hamano | 2019-07-09 | 1 | -4/+4 |
|\ \ \
| | |/
| |/| |
|
| * | | commit-graph: use raw_object_store when closing | Derrick Stolee | 2019-06-12 | 1 | -4/+4 |
* | | | Merge branch 'ds/commit-graph-write-refactor' | Junio C Hamano | 2019-07-09 | 1 | -271/+336 |
|\ \ \
| |/ /
| | /
| |/
|/| |
|
| * | commit-graph: extract write_commit_graph_file() | Derrick Stolee | 2019-06-12 | 1 | -75/+80 |
| * | commit-graph: extract copy_oids_to_commits() | Derrick Stolee | 2019-06-12 | 1 | -25/+32 |
| * | commit-graph: extract count_distinct_commits() | Derrick Stolee | 2019-06-12 | 1 | -13/+22 |
| * | commit-graph: extract fill_oids_from_all_packs() | Derrick Stolee | 2019-06-12 | 1 | -11/+15 |
| * | commit-graph: extract fill_oids_from_commit_hex() | Derrick Stolee | 2019-06-12 | 1 | -32/+40 |
| * | commit-graph: extract fill_oids_from_packs() | Derrick Stolee | 2019-06-12 | 1 | -36/+47 |
| * | commit-graph: create write_commit_graph_context | Derrick Stolee | 2019-06-12 | 1 | -196/+194 |
| * | commit-graph: collapse parameters into flags | Derrick Stolee | 2019-06-12 | 1 | -4/+5 |
| * | commit-graph: return with errors during write | Derrick Stolee | 2019-06-12 | 1 | -19/+41 |
* | | Merge branch 'js/commit-graph-parse-leakfix' | Junio C Hamano | 2019-05-19 | 1 | -1/+3 |
|\ \ |
|
| * | | commit-graph: fix memory leak | Josh Steadmon | 2019-05-07 | 1 | -1/+3 |
| |/ |
|
* | | Merge branch 'nd/sha1-name-c-wo-the-repository' | Junio C Hamano | 2019-05-09 | 1 | -2/+7 |
|\ \
| |/
|/| |
|
| * | commit.cocci: refactor code, avoid double rewrite | Nguyễn Thái Ngọc Duy | 2019-04-16 | 1 | -2/+7 |
* | | commit-graph: improve & i18n error messages | Ævar Arnfjörð Bjarmason | 2019-04-01 | 1 | -19/+19 |
* | | commit-graph write: don't die if the existing graph is corrupt | Ævar Arnfjörð Bjarmason | 2019-04-01 | 1 | -3/+7 |
* | | commit-graph: don't pass filename to load_commit_graph_one_fd_st() | Ævar Arnfjörð Bjarmason | 2019-04-01 | 1 | -4/+3 |
* | | commit-graph: don't early exit(1) on e.g. "git status" | Ævar Arnfjörð Bjarmason | 2019-04-01 | 1 | -12/+30 |
* | | commit-graph: fix segfault on e.g. "git status" | Ævar Arnfjörð Bjarmason | 2019-04-01 | 1 | -9/+34 |
|/ |
|
* | Merge branch 'ab/commit-graph-write-progress' | Junio C Hamano | 2019-02-05 | 1 | -36/+94 |
|\ |
|
| * | commit-graph write: emit a percentage for all progress | Ævar Arnfjörð Bjarmason | 2019-01-23 | 1 | -7/+7 |
| * | commit-graph write: add itermediate progress | Ævar Arnfjörð Bjarmason | 2019-01-23 | 1 | -0/+13 |
| * | commit-graph write: remove empty line for readability | Ævar Arnfjörð Bjarmason | 2019-01-23 | 1 | -1/+0 |
| * | commit-graph write: add more descriptive progress output | Ævar Arnfjörð Bjarmason | 2019-01-23 | 1 | -7/+18 |
| * | commit-graph write: show progress for object search | Ævar Arnfjörð Bjarmason | 2019-01-23 | 1 | -2/+7 |
| * | commit-graph write: more descriptive "writing out" output | Ævar Arnfjörð Bjarmason | 2019-01-23 | 1 | -2/+10 |
| * | commit-graph write: add "Writing out" progress output | Ævar Arnfjörð Bjarmason | 2019-01-23 | 1 | -9/+30 |
| * | commit-graph: don't call write_graph_chunk_extra_edges() unnecessarily | SZEDER Gábor | 2019-01-23 | 1 | -1/+2 |