| Age | Commit message (Expand) | Author | Files | Lines |
| 2019-08-09 | Merge branch 'ds/commit-graph-incremental' | Junio C Hamano | 1 | -5/+7 |
| 2019-08-07 | commit-graph: release strbufs after use | René Scharfe | 1 | -5/+7 |
| 2019-08-05 | commit-graph: fix bug around octopus merges | Derrick Stolee | 1 | -1/+1 |
| 2019-07-19 | Merge branch 'ds/commit-graph-incremental' | Junio C Hamano | 1 | -49/+774 |
| 2019-07-09 | Merge branch 'jk/oidhash' | Junio C Hamano | 1 | -1/+1 |
| 2019-07-09 | Merge branch 'ds/close-object-store' | Junio C Hamano | 1 | -4/+4 |
| 2019-07-09 | Merge branch 'ds/commit-graph-write-refactor' | Junio C Hamano | 1 | -271/+336 |
| 2019-06-20 | object: convert create_object() to use object_id | Jeff King | 1 | -1/+1 |
| 2019-06-19 | commit-graph: normalize commit-graph filenames | Derrick Stolee | 1 | -7/+23 |
| 2019-06-19 | commit-graph: clean up chains after flattened write | Derrick Stolee | 1 | -3/+9 |
| 2019-06-19 | commit-graph: verify chains with --shallow mode | Derrick Stolee | 1 | -3/+12 |
| 2019-06-19 | commit-graph: create options for split files | Derrick Stolee | 1 | -11/+24 |
| 2019-06-19 | commit-graph: expire commit-graph files | Derrick Stolee | 1 | -0/+69 |
| 2019-06-19 | commit-graph: allow cross-alternate chains | Derrick Stolee | 1 | -11/+45 |
| 2019-06-19 | commit-graph: merge commit-graph chains | Derrick Stolee | 1 | -33/+147 |
| 2019-06-19 | commit-graph: add --split option to builtin | Derrick Stolee | 1 | -5/+9 |
| 2019-06-19 | commit-graph: write commit-graph chains | Derrick Stolee | 1 | -11/+275 |
| 2019-06-19 | commit-graph: rearrange chunk count logic | Derrick Stolee | 1 | -14/+21 |
| 2019-06-19 | commit-graph: add base graphs chunk | Derrick Stolee | 1 | -0/+22 |
| 2019-06-19 | commit-graph: load commit-graph chains | Derrick Stolee | 1 | -6/+106 |
| 2019-06-19 | commit-graph: rename commit_compare to oid_compare | Derrick Stolee | 1 | -2/+2 |
| 2019-06-19 | commit-graph: prepare for commit-graph chains | Derrick Stolee | 1 | -11/+78 |
| 2019-06-12 | commit-graph: use raw_object_store when closing | Derrick Stolee | 1 | -4/+4 |
| 2019-06-12 | commit-graph: extract write_commit_graph_file() | Derrick Stolee | 1 | -75/+80 |
| 2019-06-12 | commit-graph: extract copy_oids_to_commits() | Derrick Stolee | 1 | -25/+32 |
| 2019-06-12 | commit-graph: extract count_distinct_commits() | Derrick Stolee | 1 | -13/+22 |
| 2019-06-12 | commit-graph: extract fill_oids_from_all_packs() | Derrick Stolee | 1 | -11/+15 |
| 2019-06-12 | commit-graph: extract fill_oids_from_commit_hex() | Derrick Stolee | 1 | -32/+40 |
| 2019-06-12 | commit-graph: extract fill_oids_from_packs() | Derrick Stolee | 1 | -36/+47 |
| 2019-06-12 | commit-graph: create write_commit_graph_context | Derrick Stolee | 1 | -196/+194 |
| 2019-06-12 | commit-graph: collapse parameters into flags | Derrick Stolee | 1 | -4/+5 |
| 2019-06-12 | commit-graph: return with errors during write | Derrick Stolee | 1 | -19/+41 |
| 2019-05-19 | Merge branch 'js/commit-graph-parse-leakfix' | Junio C Hamano | 1 | -1/+3 |
| 2019-05-09 | Merge branch 'nd/sha1-name-c-wo-the-repository' | Junio C Hamano | 1 | -2/+7 |
| 2019-05-07 | commit-graph: fix memory leak | Josh Steadmon | 1 | -1/+3 |
| 2019-04-16 | commit.cocci: refactor code, avoid double rewrite | Nguyễn Thái Ngọc Duy | 1 | -2/+7 |
| 2019-04-01 | commit-graph: improve & i18n error messages | Ævar Arnfjörð Bjarmason | 1 | -19/+19 |
| 2019-04-01 | commit-graph write: don't die if the existing graph is corrupt | Ævar Arnfjörð Bjarmason | 1 | -3/+7 |
| 2019-04-01 | commit-graph: don't pass filename to load_commit_graph_one_fd_st() | Ævar Arnfjörð Bjarmason | 1 | -4/+3 |
| 2019-04-01 | commit-graph: don't early exit(1) on e.g. "git status" | Ævar Arnfjörð Bjarmason | 1 | -12/+30 |
| 2019-04-01 | commit-graph: fix segfault on e.g. "git status" | Ævar Arnfjörð Bjarmason | 1 | -9/+34 |
| 2019-02-05 | Merge branch 'ab/commit-graph-write-progress' | Junio C Hamano | 1 | -36/+94 |
| 2019-02-05 | Merge branch 'ab/commit-graph-write-optim' | Junio C Hamano | 1 | -2/+4 |
| 2019-02-05 | Merge branch 'js/commit-graph-chunk-table-fix' | Junio C Hamano | 1 | -19/+48 |
| 2019-02-05 | Merge branch 'sb/more-repo-in-api' | Junio C Hamano | 1 | -16/+24 |
| 2019-01-29 | Merge branch 'bc/sha-256' | Junio C Hamano | 1 | -16/+17 |
| 2019-01-23 | commit-graph write: emit a percentage for all progress | Ævar Arnfjörð Bjarmason | 1 | -7/+7 |
| 2019-01-23 | commit-graph write: add itermediate progress | Ævar Arnfjörð Bjarmason | 1 | -0/+13 |
| 2019-01-23 | commit-graph write: remove empty line for readability | Ævar Arnfjörð Bjarmason | 1 | -1/+0 |
| 2019-01-23 | commit-graph write: add more descriptive progress output | Ævar Arnfjörð Bjarmason | 1 | -7/+18 |
| 2019-01-23 | commit-graph write: show progress for object search | Ævar Arnfjörð Bjarmason | 1 | -2/+7 |
| 2019-01-23 | commit-graph write: more descriptive "writing out" output | Ævar Arnfjörð Bjarmason | 1 | -2/+10 |
| 2019-01-23 | commit-graph write: add "Writing out" progress output | Ævar Arnfjörð Bjarmason | 1 | -9/+30 |
| 2019-01-23 | commit-graph: don't call write_graph_chunk_extra_edges() unnecessarily | SZEDER Gábor | 1 | -1/+2 |
| 2019-01-22 | commit-graph: rename "large edges" to "extra edges" | SZEDER Gábor | 1 | -12/+12 |
| 2019-01-22 | commit-graph write: use pack order when finding commits | Ævar Arnfjörð Bjarmason | 1 | -2/+4 |
| 2019-01-18 | Merge branch 'ds/commit-graph-assert-missing-parents' | Junio C Hamano | 1 | -6/+11 |
| 2019-01-15 | commit-graph: fix buffer read-overflow | Josh Steadmon | 1 | -2/+12 |
| 2019-01-15 | commit-graph, fuzz: add fuzzer for commit-graph | Josh Steadmon | 1 | -17/+36 |
| 2019-01-14 | Merge branch 'ab/commit-graph-progress-fix' | Junio C Hamano | 1 | -3/+10 |
| 2019-01-02 | commit-graph: writing missing parents is a BUG | Derrick Stolee | 1 | -6/+11 |
| 2018-12-28 | commit-graph: convert remaining functions to handle any repo | Stefan Beller | 1 | -16/+24 |
| 2018-11-20 | commit-graph: split up close_reachable() progress output | Ævar Arnfjörð Bjarmason | 1 | -3/+10 |
| 2018-11-14 | commit-graph: convert to using the_hash_algo | brian m. carlson | 1 | -16/+17 |
| 2018-11-13 | sha1-file: use an object_directory for the main object dir | Jeff King | 1 | -4/+1 |
| 2018-11-13 | rename "alternate_object_database" to "object_directory" | Jeff King | 1 | -5/+5 |
| 2018-10-19 | Merge branch 'ds/commit-graph-leakfix' | Junio C Hamano | 1 | -6/+10 |
| 2018-10-16 | Merge branch 'ds/commit-graph-with-grafts' | Junio C Hamano | 1 | -4/+34 |
| 2018-10-16 | Merge branch 'ab/commit-graph-progress' | Junio C Hamano | 1 | -8/+57 |
| 2018-10-07 | commit-graph: reduce initial oid allocation | Derrick Stolee | 1 | -1/+1 |
| 2018-10-07 | commit-graph: clean up leaked memory during write | Derrick Stolee | 1 | -5/+9 |
| 2018-09-17 | Merge branch 'ds/commit-graph-tests' | Junio C Hamano | 1 | -2/+3 |
| 2018-09-17 | Merge branch 'jk/cocci' | Junio C Hamano | 1 | -5/+5 |
| 2018-09-17 | Merge branch 'ds/reachable' | Junio C Hamano | 1 | -0/+18 |
| 2018-09-17 | commit-graph verify: add progress output | Ævar Arnfjörð Bjarmason | 1 | -0/+5 |
| 2018-09-17 | commit-graph write: add progress output | Ævar Arnfjörð Bjarmason | 1 | -8/+52 |
| 2018-08-29 | convert "hashcmp() != 0" to "!hasheq()" | Jeff King | 1 | -1/+1 |
| 2018-08-29 | convert "oidcmp() != 0" to "!oideq()" | Jeff King | 1 | -3/+3 |
| 2018-08-29 | convert "oidcmp() == 0" to oideq() | Jeff King | 1 | -1/+1 |
| 2018-08-29 | commit-graph: define GIT_TEST_COMMIT_GRAPH | Derrick Stolee | 1 | -2/+3 |
| 2018-08-21 | commit-graph: close_commit_graph before shallow walk | Derrick Stolee | 1 | -4/+4 |
| 2018-08-21 | commit-graph: not compatible with uninitialized repo | Derrick Stolee | 1 | -0/+3 |
| 2018-08-21 | commit-graph: not compatible with grafts | Derrick Stolee | 1 | -0/+6 |
| 2018-08-21 | commit-graph: not compatible with replace objects | Derrick Stolee | 1 | -0/+21 |
| 2018-08-20 | Merge branch 'jk/for-each-object-iteration' | Junio C Hamano | 1 | -1/+1 |
| 2018-08-15 | Merge branch 'nd/i18n' | Junio C Hamano | 1 | -10/+10 |
| 2018-08-13 | for_each_packed_object: support iterating in pack-order | Jeff King | 1 | -1/+1 |
| 2018-07-23 | commit-graph.c: mark more strings for translation | Nguyễn Thái Ngọc Duy | 1 | -10/+10 |
| 2018-07-20 | commit-reach: use can_all_from_reach | Derrick Stolee | 1 | -0/+18 |
| 2018-07-17 | commit-graph: add repo arg to graph readers | Jonathan Tan | 1 | -27/+33 |
| 2018-07-17 | commit-graph: store graph in struct object_store | Jonathan Tan | 1 | -21/+19 |
| 2018-07-17 | commit-graph: add free_commit_graph | Jonathan Tan | 1 | -10/+14 |
| 2018-07-17 | commit-graph: refactor preparing commit graph | Jonathan Tan | 1 | -11/+17 |
| 2018-07-17 | Merge branch 'ds/commit-graph-fsck' into jt/commit-graph-per-object-store | Junio C Hamano | 1 | -16/+235 |
| 2018-06-29 | commit: add repository argument to lookup_commit | Stefan Beller | 1 | -5/+5 |
| 2018-06-29 | commit: add repository argument to lookup_commit_reference_gently | Stefan Beller | 1 | -1/+1 |
| 2018-06-29 | tree: add repository argument to lookup_tree | Stefan Beller | 1 | -1/+1 |
| 2018-06-27 | commit-graph: add '--reachable' option | Derrick Stolee | 1 | -0/+20 |
| 2018-06-27 | commit-graph: use string-list API for input | Derrick Stolee | 1 | -8/+7 |
| 2018-06-27 | commit-graph: verify contents match checksum | Derrick Stolee | 1 | -2/+14 |
| 2018-06-27 | commit-graph: verify commit date | Derrick Stolee | 1 | -0/+6 |
| 2018-06-27 | commit-graph: verify generation number | Derrick Stolee | 1 | -0/+34 |
| 2018-06-27 | commit-graph: verify parent list | Derrick Stolee | 1 | -0/+28 |
| 2018-06-27 | commit-graph: verify root tree OIDs | Derrick Stolee | 1 | -1/+16 |
| 2018-06-27 | commit-graph: verify objects exist | Derrick Stolee | 1 | -0/+18 |
| 2018-06-27 | commit-graph: verify corrupt OID fanout and lookup | Derrick Stolee | 1 | -0/+36 |
| 2018-06-27 | commit-graph: verify required chunks are present | Derrick Stolee | 1 | -0/+9 |
| 2018-06-27 | commit-graph: add 'verify' subcommand | Derrick Stolee | 1 | -0/+23 |
| 2018-06-27 | commit-graph: load a root tree from specific graph | Derrick Stolee | 1 | -3/+9 |
| 2018-06-27 | commit-graph: parse commit from chosen graph | Derrick Stolee | 1 | -3/+15 |
| 2018-06-27 | commit-graph: fix GRAPH_MIN_SIZE | Derrick Stolee | 1 | -2/+3 |
| 2018-06-25 | Merge branch 'ds/commit-graph-lockfile-fix' | Junio C Hamano | 1 | -32/+81 |
| 2018-05-23 | Merge branch 'sb/oid-object-info' | Junio C Hamano | 1 | -1/+1 |
| 2018-05-23 | Merge branch 'ds/lazy-load-trees' | Junio C Hamano | 1 | -4/+24 |
| 2018-05-22 | commit-graph: fix UX issue when .lock file exists | Derrick Stolee | 1 | -17/+5 |
| 2018-05-22 | commit-graph: always load commit-graph information | Derrick Stolee | 1 | -15/+31 |
| 2018-05-22 | commit-graph: compute generation numbers | Derrick Stolee | 1 | -0/+43 |
| 2018-05-22 | commit: add generation number to struct commit | Derrick Stolee | 1 | -0/+2 |
| 2018-05-08 | Merge branch 'ds/commit-graph' | Junio C Hamano | 1 | -0/+741 |
| 2018-04-11 | commit-graph: lazy-load trees for commits | Derrick Stolee | 1 | -3/+23 |
| 2018-04-11 | treewide: replace maybe_tree with accessor methods | Derrick Stolee | 1 | -1/+1 |
| 2018-04-11 | treewide: rename tree to maybe_tree | Derrick Stolee | 1 | -2/+2 |
| 2018-04-11 | commit-graph: implement "--append" option | Derrick Stolee | 1 | -1/+16 |
| 2018-04-11 | commit-graph: build graph from starting commits | Derrick Stolee | 1 | -2/+25 |
| 2018-04-11 | commit-graph: read only from specific pack-indexes | Derrick Stolee | 1 | -2/+24 |
| 2018-04-11 | commit: integrate commit graph with commit parsing | Derrick Stolee | 1 | -1/+140 |
| 2018-04-11 | commit-graph: close under reachability | Derrick Stolee | 1 | -0/+45 |
| 2018-04-11 | commit-graph: implement git commit-graph read | Derrick Stolee | 1 | -1/+136 |
| 2018-04-02 | commit-graph: implement write_commit_graph() | Derrick Stolee | 1 | -0/+359 |