| Age | Commit message (Expand) | Author | Files | Lines |
| 2021-09-20 | Merge branch 'js/run-command-close-packs' | Junio C Hamano | 1 | -0/+1 |
| 2021-09-20 | Merge branch 'ab/progress-users-adjust-counters' | Junio C Hamano | 1 | -1/+1 |
| 2021-09-09 | commit-graph: fix bogus counter in "Scanning merged commits" progress line | SZEDER Gábor | 1 | -1/+1 |
| 2021-09-08 | commit-graph: when closing the graph, also release the slab | Johannes Schindelin | 1 | -0/+1 |
| 2021-08-09 | revision: avoid hitting packfiles when commits are in commit-graph | Patrick Steinhardt | 1 | -0/+24 |
| 2021-08-09 | commit-graph: split out function to search commit position | Patrick Steinhardt | 1 | -25/+30 |
| 2021-07-28 | Merge branch 'ab/attribute-format' | Junio C Hamano | 1 | -0/+1 |
| 2021-07-13 | *.c static functions: add missing __attribute__((format)) | Ævar Arnfjörð Bjarmason | 1 | -0/+1 |
| 2021-06-28 | commit-graph: rewrite to use checksum_valid() | Taylor Blau | 1 | -8/+6 |
| 2021-04-27 | commit-graph: don't store file hashes as struct object_id | brian m. carlson | 1 | -6/+7 |
| 2021-04-27 | Always use oidread to read into struct object_id | brian m. carlson | 1 | -6/+6 |
| 2021-03-22 | Merge branch 'ds/commit-graph-generation-config' | Junio C Hamano | 1 | -11/+20 |
| 2021-03-13 | use CALLOC_ARRAY | René Scharfe | 1 | -2/+2 |
| 2021-03-01 | Merge branch 'ds/chunked-file-api' | Junio C Hamano | 1 | -200/+112 |
| 2021-03-01 | Merge branch 'js/commit-graph-warning' | Junio C Hamano | 1 | -11/+3 |
| 2021-03-01 | Revert "commit-graph: when incompatible with graphs, indicate why" | Junio C Hamano | 1 | -11/+3 |
| 2021-02-25 | commit-graph: use config to specify generation type | Derrick Stolee | 1 | -7/+15 |
| 2021-02-25 | commit-graph: create local repository pointer | Derrick Stolee | 1 | -4/+5 |
| 2021-02-24 | commit-graph.c: display correct number of chunks when writing | Taylor Blau | 1 | -4/+3 |
| 2021-02-22 | commit-graph: avoid leaking topo_levels slab in write_commit_graph() | Andrzej Hunt | 1 | -0/+1 |
| 2021-02-18 | commit-graph: use chunk-format read API | Derrick Stolee | 1 | -105/+54 |
| 2021-02-18 | commit-graph: use chunk-format write API | Derrick Stolee | 1 | -82/+37 |
| 2021-02-17 | Merge branch 'js/commit-graph-warning' | Junio C Hamano | 1 | -3/+11 |
| 2021-02-17 | Merge branch 'ds/commit-graph-genno-fix' | Junio C Hamano | 1 | -37/+101 |
| 2021-02-17 | Merge branch 'ak/corrected-commit-date' | Junio C Hamano | 1 | -47/+204 |
| 2021-02-11 | commit-graph: when incompatible with graphs, indicate why | Johannes Schindelin | 1 | -3/+11 |
| 2021-02-10 | Merge branch 'jk/use-oid-pos' | Junio C Hamano | 1 | -15/+15 |
| 2021-02-05 | commit-graph: anonymize data in chunk_write_fn | Derrick Stolee | 1 | -10/+19 |
| 2021-02-03 | Merge branch 'jk/peel-iterated-oid' | Junio C Hamano | 1 | -1/+1 |
| 2021-02-01 | commit-graph: prepare commit graph | Derrick Stolee | 1 | -8/+2 |
| 2021-02-01 | commit-graph: be extra careful about mixed generations | Derrick Stolee | 1 | -2/+12 |
| 2021-02-01 | commit-graph: compute generations separately | Derrick Stolee | 1 | -14/+56 |
| 2021-02-01 | commit-graph: validate layers for generation data | Derrick Stolee | 1 | -6/+16 |
| 2021-02-01 | commit-graph: always parse before commit_graph_data_at() | Derrick Stolee | 1 | -4/+12 |
| 2021-02-01 | commit-graph: use repo_parse_commit | Derrick Stolee | 1 | -5/+5 |
| 2021-01-28 | oid_pos(): access table through const pointers | Jeff King | 1 | -2/+2 |
| 2021-01-28 | hash_pos(): convert to oid_pos() | Jeff King | 1 | -14/+14 |
| 2021-01-25 | Merge branch 'ma/more-opaque-lock-file' | Junio C Hamano | 1 | -3/+3 |
| 2021-01-21 | refs: switch peel_ref() to peel_iterated_oid() | Jeff King | 1 | -1/+1 |
| 2021-01-18 | commit-reach: use corrected commit dates in paint_down_to_common() | Abhishek Kumar | 1 | -0/+14 |
| 2021-01-18 | commit-graph: use generation v2 only if entire chain does | Abhishek Kumar | 1 | -2/+28 |
| 2021-01-18 | commit-graph: implement generation data chunk | Abhishek Kumar | 1 | -11/+103 |
| 2021-01-18 | commit-graph: implement corrected commit date | Abhishek Kumar | 1 | -4/+17 |
| 2021-01-18 | commit-graph: return 64-bit generation number | Abhishek Kumar | 1 | -11/+11 |
| 2021-01-18 | commit-graph: add a slab to store topological levels | Abhishek Kumar | 1 | -15/+30 |
| 2021-01-18 | commit-graph: consolidate fill_commit_graph_info | Abhishek Kumar | 1 | -17/+10 |
| 2021-01-18 | commit-graph: fix regression when computing Bloom filters | Abhishek Kumar | 1 | -2/+6 |
| 2021-01-06 | commit-graph: don't peek into `struct lock_file` | Martin Ågren | 1 | -3/+3 |
| 2021-01-04 | hash-lookup: rename from sha1-lookup | Martin Ågren | 1 | -1/+1 |
| 2021-01-04 | sha1-lookup: rename `sha1_pos()` as `hash_pos()` | Martin Ågren | 1 | -3/+3 |
| 2020-12-07 | commit-graph: use size_t for array allocation and indexing | Jeff King | 1 | -2/+2 |
| 2020-12-07 | commit-graph: replace packed_oid_list with oid_array | Jeff King | 1 | -47/+15 |
| 2020-12-07 | commit-graph: drop count_distinct_commits() function | Jeff King | 1 | -41/+2 |
| 2020-11-02 | Merge branch 'ds/commit-graph-merging-fix' | Junio C Hamano | 1 | -3/+18 |
| 2020-10-09 | commit-graph: don't write commit-graph when disabled | Derrick Stolee | 1 | -0/+5 |
| 2020-10-09 | commit-graph: ignore duplicates when merging layers | Derrick Stolee | 1 | -3/+13 |
| 2020-09-29 | Merge branch 'tb/bloom-improvements' | Junio C Hamano | 1 | -42/+99 |
| 2020-09-25 | Merge branch 'ds/maintenance-part-1' | Junio C Hamano | 1 | -4/+4 |
| 2020-09-18 | builtin/commit-graph.c: introduce '--max-new-filters=<n>' | Taylor Blau | 1 | -2/+7 |
| 2020-09-17 | commit-graph: rename 'split_commit_graph_opts' | Taylor Blau | 1 | -20/+20 |
| 2020-09-17 | bloom: encode out-of-bounds filters as non-empty | Taylor Blau | 1 | -0/+5 |
| 2020-09-17 | maintenance: add commit-graph task | Derrick Stolee | 1 | -4/+4 |
| 2020-09-17 | bloom: use provided 'struct bloom_filter_settings' | Taylor Blau | 1 | -11/+10 |
| 2020-09-17 | bloom: split 'get_bloom_filter()' in two | Taylor Blau | 1 | -3/+31 |
| 2020-09-17 | commit-graph.c: store maximum changed paths | Taylor Blau | 1 | -0/+4 |
| 2020-09-09 | commit-graph: respect 'commitGraph.readChangedPaths' | Taylor Blau | 1 | -2/+4 |
| 2020-09-09 | commit-graph: pass a 'struct repository *' in more places | Taylor Blau | 1 | -7/+10 |
| 2020-09-09 | commit-graph: introduce 'get_bloom_filter_settings()' | Taylor Blau | 1 | -0/+11 |
| 2020-08-17 | commit-graph: use the "hash version" byte | Derrick Stolee | 1 | -1/+8 |
| 2020-07-30 | Merge branch 'ds/commit-graph-bloom-updates' into master | Junio C Hamano | 1 | -38/+110 |
| 2020-07-30 | Merge branch 'sg/commit-graph-cleanups' into master | Junio C Hamano | 1 | -64/+48 |
| 2020-07-15 | Merge branch 'sg/commit-graph-progress-fix' into master | Junio C Hamano | 1 | -22/+5 |
| 2020-07-09 | Merge branch 'tb/fix-persistent-shallow' into master | Junio C Hamano | 1 | -1/+2 |
| 2020-07-09 | commit-graph: fix "Writing out commit graph" progress counter | SZEDER Gábor | 1 | -20/+2 |
| 2020-07-09 | commit-graph: fix progress of reachable commits | SZEDER Gábor | 1 | -2/+3 |
| 2020-07-08 | commit.c: don't persist substituted parents when unshallowing | Taylor Blau | 1 | -1/+2 |
| 2020-07-01 | commit-graph: check chunk sizes after writing | SZEDER Gábor | 1 | -0/+7 |
| 2020-07-01 | commit-graph: simplify chunk writes into loop | SZEDER Gábor | 1 | -12/+16 |
| 2020-07-01 | commit-graph: unify the signatures of all write_graph_chunk_*() functions | SZEDER Gábor | 1 | -16/+26 |
| 2020-07-01 | commit-graph: persist existence of changed-paths | Derrick Stolee | 1 | -3/+42 |
| 2020-07-01 | bloom: fix logic in get_bloom_filter() | Derrick Stolee | 1 | -2/+6 |
| 2020-06-23 | commit-graph: change test to die on parse, not load | Derrick Stolee | 1 | -4/+8 |
| 2020-06-23 | commit-graph: place bloom_settings in context | Derrick Stolee | 1 | -6/+8 |
| 2020-06-17 | commit-graph: minimize commit_graph_data_slab access | Abhishek Kumar | 1 | -14/+26 |
| 2020-06-17 | commit: move members graph_pos, generation to a slab | Abhishek Kumar | 1 | -20/+20 |
| 2020-06-17 | commit-graph: introduce commit_graph_data_slab | Abhishek Kumar | 1 | -10/+68 |
| 2020-06-08 | Merge branch 'tb/commit-graph-no-check-oids' | Junio C Hamano | 1 | -35/+27 |
| 2020-06-08 | commit-graph: simplify write_commit_graph_file() #2 | SZEDER Gábor | 1 | -21/+24 |
| 2020-06-08 | commit-graph: simplify write_commit_graph_file() #1 | SZEDER Gábor | 1 | -29/+17 |
| 2020-06-08 | commit-graph: simplify parse_commit_graph() #2 | SZEDER Gábor | 1 | -17/+9 |
| 2020-06-08 | commit-graph: simplify parse_commit_graph() #1 | SZEDER Gábor | 1 | -7/+9 |
| 2020-06-08 | commit-graph: clean up #includes | SZEDER Gábor | 1 | -3/+1 |
| 2020-06-08 | commit-graph: fix parsing the Chunk Lookup table | SZEDER Gábor | 1 | -1/+1 |
| 2020-05-18 | commit-graph: drop COMMIT_GRAPH_WRITE_CHECK_OIDS flag | Taylor Blau | 1 | -2/+0 |
| 2020-05-18 | commit-graph.c: simplify 'fill_oids_from_commits' | Taylor Blau | 1 | -30/+3 |
| 2020-05-13 | commit-graph.c: peel refs in 'add_ref_to_set' | Taylor Blau | 1 | -1/+5 |
| 2020-05-13 | commit-graph.c: show progress of finding reachable commits | Taylor Blau | 1 | -0/+9 |
| 2020-05-13 | Merge branch 'tb/shallow-cleanup' | Junio C Hamano | 1 | -0/+1 |
| 2020-05-08 | Merge branch 'jt/commit-graph-plug-memleak' | Junio C Hamano | 1 | -11/+11 |
| 2020-05-05 | Merge branch 'tb/commit-graph-perm-bits' | Junio C Hamano | 1 | -2/+10 |
| 2020-05-04 | commit-graph.c: extract 'refs_cb_data' | Taylor Blau | 1 | -3/+11 |
| 2020-05-04 | commit-graph: avoid memory leaks | Jonathan Tan | 1 | -11/+11 |
| 2020-05-01 | Merge branch 'ds/blame-on-bloom' | Junio C Hamano | 1 | -0/+14 |
| 2020-05-01 | Merge branch 'gs/commit-graph-path-filter' | Junio C Hamano | 1 | -6/+207 |
| 2020-05-01 | Merge branch 'tb/commit-graph-fd-exhaustion-fix' | Junio C Hamano | 1 | -13/+8 |
| 2020-05-01 | Merge branch 'tb/commit-graph-split-strategy' | Junio C Hamano | 1 | -47/+84 |
| 2020-04-30 | shallow: extract a header file for shallow-related functions | Taylor Blau | 1 | -0/+1 |
| 2020-04-29 | Revert "commit-graph.c: introduce '--[no-]check-oids'" | Junio C Hamano | 1 | -1/+1 |
| 2020-04-29 | commit-graph.c: make 'commit-graph-chain's read-only | Taylor Blau | 1 | -1/+2 |
| 2020-04-29 | commit-graph.c: ensure graph layers respect core.sharedRepository | Taylor Blau | 1 | -0/+6 |
| 2020-04-29 | commit-graph.c: write non-split graphs as read-only | Taylor Blau | 1 | -1/+2 |
| 2020-04-28 | Merge branch 'ds/commit-graph-expiry-fix' | Junio C Hamano | 1 | -1/+1 |
| 2020-04-24 | commit-graph: close descriptors after mmap | Jeff King | 1 | -10/+5 |
| 2020-04-23 | commit-graph.c: gracefully handle file descriptor exhaustion | Taylor Blau | 1 | -2/+2 |
| 2020-04-23 | commit-graph.c: don't use discarded graph_name in error | Taylor Blau | 1 | -1/+1 |
| 2020-04-16 | tests: write commit-graph with Bloom filters | Derrick Stolee | 1 | -0/+14 |
| 2020-04-15 | commit-graph.c: introduce '--[no-]check-oids' | Taylor Blau | 1 | -1/+1 |
| 2020-04-15 | commit-graph.h: replace 'commit_hex' with 'commits' | Taylor Blau | 1 | -26/+33 |
| 2020-04-15 | builtin/commit-graph.c: introduce split strategy 'replace' | Taylor Blau | 1 | -14/+39 |
| 2020-04-15 | builtin/commit-graph.c: introduce split strategy 'no-merge' | Taylor Blau | 1 | -7/+12 |
| 2020-04-06 | commit-graph: reuse existing Bloom filters during write | Garima Singh | 1 | -3/+3 |
| 2020-04-06 | commit-graph: write Bloom filters to commit graph file | Garima Singh | 1 | -1/+112 |
| 2020-04-01 | commit-graph: fix buggy --expire-time option | Derrick Stolee | 1 | -1/+1 |
| 2020-03-30 | commit-graph: examine commits by generation number | Garima Singh | 1 | -3/+30 |
| 2020-03-30 | commit-graph: examine changed-path objects in pack order | Jeff King | 1 | -3/+35 |
| 2020-03-30 | commit-graph: compute Bloom filters for changed paths | Garima Singh | 1 | -1/+31 |
| 2020-03-30 | commit-graph: define and use MAX_NUM_CHUNKS | Garima Singh | 1 | -2/+3 |
| 2020-03-05 | Merge branch 'rs/commit-graph-code-simplification' | Junio C Hamano | 1 | -6/+2 |
| 2020-02-27 | commit-graph: use progress title directly | René Scharfe | 1 | -6/+2 |
| 2020-02-04 | commit-graph.h: use odb in 'load_commit_graph_one_fd_st' | Taylor Blau | 1 | -11/+10 |
| 2020-02-04 | commit-graph.c: remove path normalization, comparison | Taylor Blau | 1 | -28/+19 |
| 2020-02-04 | commit-graph.h: store object directory in 'struct commit_graph' | Taylor Blau | 1 | -17/+21 |
| 2020-02-04 | commit-graph.h: store an odb in 'struct write_commit_graph_context' | Taylor Blau | 1 | -25/+16 |
| 2020-01-06 | Merge branch 'ds/commit-graph-set-size-mult' | Junio C Hamano | 1 | -1/+3 |
| 2020-01-02 | commit-graph: prefer default size_mult when given zero | Derrick Stolee | 1 | -1/+3 |
| 2019-12-10 | Merge branch 'ds/commit-graph-delay-gen-progress' | Junio C Hamano | 1 | -1/+1 |
| 2019-12-01 | Merge branch 'en/doc-typofix' | Junio C Hamano | 1 | -1/+1 |
| 2019-12-01 | Merge branch 'jk/cleanup-object-parsing-and-fsck' | Junio C Hamano | 1 | -3/+0 |
| 2019-11-27 | commit-graph: use start_delayed_progress() | Derrick Stolee | 1 | -1/+1 |
| 2019-11-10 | Fix spelling errors in code comments | Elijah Newren | 1 | -1/+1 |
| 2019-11-04 | Merge branch 'ds/commit-graph-on-fetch' | Junio C Hamano | 1 | -4/+7 |
| 2019-10-28 | commit, tag: don't set parsed bit for parse failures | Jeff King | 1 | -3/+0 |
| 2019-10-25 | commit-graph: fix writing first commit-graph during fetch | Derrick Stolee | 1 | -4/+7 |
| 2019-10-09 | Merge branch 'ah/cleanups' | Junio C Hamano | 1 | -2/+3 |
| 2019-10-07 | Merge branch 'tb/commit-graph-harden' | Junio C Hamano | 1 | -2/+9 |
| 2019-10-07 | Merge branch 'gs/commit-graph-progress' | Junio C Hamano | 1 | -2/+4 |
| 2019-10-07 | Merge branch 'rs/commit-graph-use-list-count' | Junio C Hamano | 1 | -11/+6 |
| 2019-10-07 | Merge branch 'jk/disable-commit-graph-during-upload-pack' | Junio C Hamano | 1 | -3/+15 |
| 2019-10-07 | Merge branch 'jk/commit-graph-cleanup' | Junio C Hamano | 1 | -1/+1 |
| 2019-10-02 | commit-graph: remove a duplicate assignment | Alex Henrie | 1 | -2/+3 |
| 2019-09-18 | commit-graph: add --[no-]progress to write and verify | Garima Singh | 1 | -2/+4 |
| 2019-09-16 | commit-graph: use commit_list_count() | René Scharfe | 1 | -11/+6 |
| 2019-09-12 | upload-pack: disable commit graph more gently for shallow traversal | Jeff King | 1 | -0/+12 |
| 2019-09-12 | commit-graph: bump DIE_ON_LOAD check to actual load-time | Jeff King | 1 | -4/+4 |
| 2019-09-09 | Merge branch 'ds/feature-macros' | Junio C Hamano | 1 | -3/+3 |
| 2019-09-09 | commit-graph: don't show progress percentages while expanding reachable commits | SZEDER Gábor | 1 | -1/+1 |
| 2019-09-09 | commit-graph.c: handle corrupt/missing trees | Taylor Blau | 1 | -1/+6 |
| 2019-09-09 | commit-graph.c: handle commit parsing errors | Taylor Blau | 1 | -1/+3 |
| 2019-08-22 | Merge branch 'sg/commit-graph-validate' | Junio C Hamano | 1 | -17/+23 |
| 2019-08-13 | repo-settings: consolidate some config settings | Derrick Stolee | 1 | -3/+3 |
| 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-08-05 | commit-graph: error out on invalid commit oids in 'write --stdin-commits' | SZEDER Gábor | 1 | -12/+17 |
| 2019-08-05 | commit-graph: turn a group of write-related macro flags into an enum | SZEDER Gábor | 1 | -5/+6 |
| 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: 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: clean up chains after flattened write | Derrick Stolee | 1 | -3/+9 |
| 2019-06-19 | commit-graph: rearrange chunk count logic | Derrick Stolee | 1 | -14/+21 |
| 2019-06-19 | commit-graph: verify chains with --shallow mode | Derrick Stolee | 1 | -3/+12 |
| 2019-06-19 | commit-graph: add base graphs chunk | Derrick Stolee | 1 | -0/+22 |
| 2019-06-19 | commit-graph: create options for split files | Derrick Stolee | 1 | -11/+24 |
| 2019-06-19 | commit-graph: load commit-graph chains | Derrick Stolee | 1 | -6/+106 |
| 2019-06-19 | commit-graph: expire commit-graph files | Derrick Stolee | 1 | -0/+69 |
| 2019-06-19 | commit-graph: rename commit_compare to oid_compare | Derrick Stolee | 1 | -2/+2 |
| 2019-06-19 | commit-graph: allow cross-alternate chains | Derrick Stolee | 1 | -11/+45 |
| 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 |