| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-05-12 | raw_object_store: drop extra pointer to replace_map | Jeff King | 1 | -1/+1 |
| 2025-05-12 | oidmap: add size function | Jeff King | 1 | -1/+1 |
| 2025-04-15 | object-store: merge "object-store-ll.h" and "object-store.h" | Patrick Steinhardt | 1 | -1/+1 |
| 2025-04-15 | object-file: move `git_open_cloexec()` to "compat/open.c" | Patrick Steinhardt | 1 | -1/+0 |
| 2025-04-15 | object-file: move `safe_create_leading_directories()` into "path.c" | Patrick Steinhardt | 1 | -1/+1 |
| 2025-03-10 | csum-file: stop depending on `the_repository` | Patrick Steinhardt | 1 | -3/+6 |
| 2025-02-28 | path: adjust last remaining users of `the_repository` | Patrick Steinhardt | 1 | -1/+1 |
| 2024-12-18 | progress: stop using `the_repository` | Patrick Steinhardt | 1 | -3/+17 |
| 2024-12-18 | Merge branch 'ps/build-sign-compare' into ps/the-repository | Junio C Hamano | 1 | -0/+1 |
| 2024-12-06 | global: mark code units that generate warnings with `-Wsign-compare` | Patrick Steinhardt | 1 | -0/+1 |
| 2024-12-04 | packfile: pass down repository to `for_each_packed_object` | Karthik Nayak | 1 | -1/+1 |
| 2024-12-04 | packfile: add repository to struct `packed_git` | Karthik Nayak | 1 | -1/+1 |
| 2024-09-23 | commit-graph: remove unnecessary UNLEAK | René Scharfe | 1 | -1/+0 |
| 2024-08-09 | refs: add referent to each_ref_fn | John Cai | 1 | -0/+1 |
| 2024-07-08 | Merge branch 'tb/path-filter-fix' | Junio C Hamano | 1 | -9/+55 |
| 2024-07-02 | Merge branch 'ps/use-the-repository' | Junio C Hamano | 1 | -7/+15 |
| 2024-06-25 | bloom: introduce `deinit_bloom_filters()` | Taylor Blau | 1 | -0/+4 |
| 2024-06-25 | commit-graph: reuse existing Bloom filters where possible | Taylor Blau | 1 | -0/+5 |
| 2024-06-25 | commit-graph: new Bloom filter version that fixes murmur3 | Taylor Blau | 1 | -4/+9 |
| 2024-06-25 | commit-graph: unconditionally load Bloom filters | Taylor Blau | 1 | -4/+10 |
| 2024-06-25 | repo-settings: introduce commitgraph.changedPathsVersion | Taylor Blau | 1 | -2/+3 |
| 2024-06-25 | commit-graph: ensure Bloom filters are read with consistent settings | Taylor Blau | 1 | -0/+25 |
| 2024-06-24 | Merge branch 'tb/commit-graph-use-tempfile' | Junio C Hamano | 1 | -11/+8 |
| 2024-06-20 | Merge branch 'ds/ahead-behind-fix' | Junio C Hamano | 1 | -1/+1 |
| 2024-06-14 | global: introduce `USE_THE_REPOSITORY_VARIABLE` macro | Patrick Steinhardt | 1 | -0/+2 |
| 2024-06-14 | hash: require hash algorithm in `oidread()` and `oidclr()` | Patrick Steinhardt | 1 | -6/+11 |
| 2024-06-14 | hash: require hash algorithm in `hasheq()`, `hashcmp()` and `hashclr()` | Patrick Steinhardt | 1 | -1/+2 |
| 2024-06-12 | commit-graph: increment progress indicator | Derrick Stolee | 1 | -1/+1 |
| 2024-06-07 | commit-graph.c: remove temporary graph layers on exit | Taylor Blau | 1 | -11/+8 |
| 2024-05-17 | refs: pass repo when peeling objects | Patrick Steinhardt | 1 | -1/+1 |
| 2024-05-07 | cocci: apply rules to rewrite callers of "refs" interfaces | Patrick Steinhardt | 1 | -1/+2 |
| 2024-01-26 | Merge branch 'ps/commit-graph-write-leakfix' | Junio C Hamano | 1 | -11/+8 |
| 2024-01-16 | Merge branch 'jk/commit-graph-slab-clear-fix' | Junio C Hamano | 1 | -0/+3 |
| 2024-01-15 | commit-graph: fix memory leak when not writing graph | Patrick Steinhardt | 1 | -11/+8 |
| 2024-01-08 | Merge branch 'en/header-cleanup' | Junio C Hamano | 1 | -2/+1 |
| 2024-01-05 | commit-graph: retain commit slab when closing NULL commit_graph | Jeff King | 1 | -0/+3 |
| 2023-12-26 | treewide: remove unnecessary includes in source files | Elijah Newren | 1 | -1/+0 |
| 2023-12-26 | treewide: add direct includes currently only pulled in transitively | Elijah Newren | 1 | -0/+1 |
| 2023-12-26 | treewide: remove unnecessary includes in source files | Elijah Newren | 1 | -1/+0 |
| 2023-12-18 | Merge branch 'ps/commit-graph-less-paranoid' | Junio C Hamano | 1 | -1/+1 |
| 2023-12-09 | Merge branch 'jk/chunk-bounds-more' | Junio C Hamano | 1 | -61/+33 |
| 2023-11-26 | commit-graph: disable GIT_COMMIT_GRAPH_PARANOIA by default | Patrick Steinhardt | 1 | -1/+1 |
| 2023-11-09 | commit-graph: mark chunk error messages for translation | Jeff King | 1 | -9/+9 |
| 2023-11-09 | commit-graph: drop verify_commit_graph_lite() | Jeff King | 1 | -20/+0 |
| 2023-11-09 | commit-graph: check order while reading fanout chunk | Jeff King | 1 | -12/+13 |
| 2023-11-09 | commit-graph: use fanout value for graph size | Jeff King | 1 | -5/+3 |
| 2023-11-09 | commit-graph: abort as soon as we see a bogus chunk | Jeff King | 1 | -16/+13 |
| 2023-11-09 | commit-graph: clarify missing-chunk error messages | Jeff King | 1 | -3/+3 |
| 2023-11-09 | commit-graph: drop redundant call to "lite" verification | Jeff King | 1 | -4/+0 |
| 2023-11-09 | commit-graph: handle overflow in chunk_size checks | Jeff King | 1 | -3/+3 |
| 2023-11-08 | Merge branch 'ps/do-not-trust-commit-graph-blindly-for-existence' | Junio C Hamano | 1 | -1/+5 |
| 2023-11-01 | commit-graph: introduce envvar to disable commit existence checks | Patrick Steinhardt | 1 | -1/+5 |
| 2023-10-23 | Merge branch 'jk/chunk-bounds' | Junio C Hamano | 1 | -17/+102 |
| 2023-10-13 | Merge branch 'jk/commit-graph-leak-fixes' | Junio C Hamano | 1 | -21/+19 |
| 2023-10-09 | commit-graph: check bounds when accessing BIDX chunk | Jeff King | 1 | -2/+14 |
| 2023-10-09 | commit-graph: check bounds when accessing BDAT chunk | Jeff King | 1 | -0/+10 |
| 2023-10-09 | commit-graph: bounds-check generation overflow chunk | Jeff King | 1 | -3/+7 |
| 2023-10-09 | commit-graph: check size of generations chunk | Jeff King | 1 | -2/+12 |
| 2023-10-09 | commit-graph: bounds-check base graphs chunk | Jeff King | 1 | -1/+7 |
| 2023-10-09 | commit-graph: detect out-of-bounds extra-edges pointers | Jeff King | 1 | -6/+14 |
| 2023-10-09 | commit-graph: check size of commit data chunk | Jeff King | 1 | -1/+11 |
| 2023-10-09 | midx: enforce chunk alignment on reading | Jeff King | 1 | -1/+1 |
| 2023-10-09 | commit-graph: check consistency of fanout table | Jeff King | 1 | -0/+16 |
| 2023-10-09 | commit-graph: check size of oid fanout chunk | Jeff King | 1 | -2/+11 |
| 2023-10-09 | chunk-format: note that pair_chunk() is unsafe | Jeff King | 1 | -7/+7 |
| 2023-10-03 | commit-graph: free write-context base_graph_name during cleanup | Jeff King | 1 | -0/+1 |
| 2023-10-03 | commit-graph: free write-context entries before overwriting | Jeff King | 1 | -0/+2 |
| 2023-10-03 | commit-graph: free graph struct that was not added to chain | Jeff King | 1 | -0/+2 |
| 2023-10-03 | commit-graph: delay base_graph assignment in add_graph_to_chain() | Jeff King | 1 | -2/+2 |
| 2023-10-03 | commit-graph: free all elements of graph chain | Jeff King | 1 | -18/+11 |
| 2023-10-03 | commit-graph: move slab-clearing to close_commit_graph() | Jeff King | 1 | -1/+1 |
| 2023-09-28 | commit-graph: report incomplete chains during verification | Jeff King | 1 | -2/+5 |
| 2023-09-28 | commit-graph: tighten chain size check | Jeff King | 1 | -2/+8 |
| 2023-09-28 | commit-graph: check mixed generation validation when loading chain file | Jeff King | 1 | -27/+27 |
| 2023-09-28 | commit-graph: factor out chain opening function | Jeff King | 1 | -19/+39 |
| 2023-09-07 | Merge branch 'jk/unused-post-2.42' | Junio C Hamano | 1 | -4/+5 |
| 2023-08-29 | commit-graph: mark unused data parameters in generation callbacks | Jeff King | 1 | -4/+5 |
| 2023-08-21 | commit-graph: avoid repeated mixed generation number warnings | Taylor Blau | 1 | -16/+13 |
| 2023-08-21 | commit-graph: verify swapped zero/non-zero generation cases | Jeff King | 1 | -3/+6 |
| 2023-08-21 | commit-graph: introduce `commit_graph_generation_from_graph()` | Taylor Blau | 1 | -2/+12 |
| 2023-07-25 | Merge branch 'tb/object-access-overflow-protection' | Junio C Hamano | 1 | -23/+40 |
| 2023-07-18 | Merge branch 'tb/fsck-no-progress' | Junio C Hamano | 1 | -17/+34 |
| 2023-07-14 | commit-graph.c: prevent overflow in `verify_commit_graph()` | Taylor Blau | 1 | -2/+2 |
| 2023-07-14 | commit-graph.c: prevent overflow in `write_commit_graph()` | Taylor Blau | 1 | -1/+1 |
| 2023-07-14 | commit-graph.c: prevent overflow in `merge_commit_graph()` | Taylor Blau | 1 | -0/+5 |
| 2023-07-14 | commit-graph.c: prevent overflow in `split_graph_merge_strategy()` | Taylor Blau | 1 | -1/+6 |
| 2023-07-14 | commit-graph.c: prevent overflow in `load_tree_for_commit()` | Taylor Blau | 1 | -1/+1 |
| 2023-07-14 | commit-graph.c: prevent overflow in `fill_commit_in_graph()` | Taylor Blau | 1 | -2/+2 |
| 2023-07-14 | commit-graph.c: prevent overflow in `fill_commit_graph_info()` | Taylor Blau | 1 | -3/+3 |
| 2023-07-14 | commit-graph.c: prevent overflow in `load_oid_from_graph()` | Taylor Blau | 1 | -1/+1 |
| 2023-07-14 | commit-graph.c: prevent overflow in add_graph_to_chain() | Taylor Blau | 1 | -2/+9 |
| 2023-07-14 | commit-graph.c: prevent overflow in `write_commit_graph_file()` | Taylor Blau | 1 | -10/+10 |
| 2023-07-10 | commit-graph.c: avoid duplicated progress output during `verify` | Taylor Blau | 1 | -10/+17 |
| 2023-07-10 | commit-graph.c: pass progress to `verify_one_commit_graph()` | Taylor Blau | 1 | -8/+9 |
| 2023-07-10 | commit-graph.c: iteratively verify commit-graph chains | Taylor Blau | 1 | -4/+5 |
| 2023-07-10 | commit-graph.c: extract `verify_one_commit_graph()` | Taylor Blau | 1 | -8/+16 |
| 2023-07-05 | treewide: remove unnecessary includes for wrapper.h | Calvin Wan | 1 | -1/+0 |
| 2023-06-29 | Merge branch 'en/header-split-cache-h-part-3' | Junio C Hamano | 1 | -1/+2 |
| 2023-06-22 | Merge branch 'ds/disable-replace-refs' | Junio C Hamano | 1 | -3/+1 |
| 2023-06-21 | object-store-ll.h: split this header out of object-store.h | Elijah Newren | 1 | -1/+1 |
| 2023-06-21 | repository: remove unnecessary include of path.h | Elijah Newren | 1 | -0/+1 |
| 2023-06-12 | replace-objects: create wrapper around setting | Derrick Stolee | 1 | -3/+1 |
| 2023-05-09 | Merge branch 'en/header-split-cache-h-part-2' | Junio C Hamano | 1 | -0/+1 |
| 2023-04-25 | Merge branch 'en/header-split-cache-h' | Junio C Hamano | 1 | -1/+3 |
| 2023-04-24 | commit.h: reduce unnecessary includes | Elijah Newren | 1 | -0/+1 |
| 2023-04-11 | treewide: remove cache.h inclusion due to object-file.h changes | Elijah Newren | 1 | -1/+1 |
| 2023-04-11 | object-file.h: move declarations for object-file.c functions from cache.h | Elijah Newren | 1 | -0/+1 |
| 2023-04-11 | treewide: be explicit about dependence on oid-array.h | Elijah Newren | 1 | -0/+1 |
| 2023-04-06 | Merge branch 'en/header-split-cleanup' | Junio C Hamano | 1 | -1/+3 |
| 2023-04-06 | Merge branch 'ab/remove-implicit-use-of-the-repository' | Junio C Hamano | 1 | -2/+2 |
| 2023-04-06 | Merge branch 'ps/ahead-behind-truncation-fix' | Junio C Hamano | 1 | -1/+1 |
| 2023-04-06 | Merge branch 'ds/ahead-behind' | Junio C Hamano | 1 | -71/+136 |
| 2023-04-04 | Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-... | Junio C Hamano | 1 | -2/+2 |
| 2023-03-28 | libs: use "struct repository *" argument, not "the_repository" | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
| 2023-03-28 | cocci: apply the "packfile.h" part of "the_repository.pending" | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
| 2023-03-28 | cocci: apply the "commit.h" part of "the_repository.pending" | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
| 2023-03-27 | commit-graph: fix truncated generation numbers | Patrick Steinhardt | 1 | -1/+1 |
| 2023-03-21 | csum-file.h: remove unnecessary inclusion of cache.h | Elijah Newren | 1 | -1/+1 |
| 2023-03-21 | wrapper.h: move declarations for wrapper.c functions from cache.h | Elijah Newren | 1 | -0/+1 |
| 2023-03-21 | treewide: be explicit about dependence on gettext.h | Elijah Newren | 1 | -0/+1 |
| 2023-03-20 | commit-graph: introduce `ensure_generations_valid()` | Taylor Blau | 1 | -0/+29 |
| 2023-03-20 | commit-graph: return generation from memory | Derrick Stolee | 1 | -5/+3 |
| 2023-03-20 | commit-graph: simplify compute_generation_numbers() | Derrick Stolee | 1 | -43/+21 |
| 2023-03-20 | commit-graph: refactor compute_topological_levels() | Derrick Stolee | 1 | -23/+83 |
| 2023-02-23 | cache.h: remove dependence on hex.h; make other files include it explicitly | Elijah Newren | 1 | -0/+1 |
| 2023-01-09 | use DUP_ARRAY | René Scharfe | 1 | -2/+1 |
| 2022-09-21 | Merge branch 'ml/commit-graph-expire-dir-leak-fix' | Junio C Hamano | 1 | -0/+2 |
| 2022-09-19 | commit-graph: Fix missing closedir in expire_commit_graphs | Miaoqian Lin | 1 | -0/+2 |
| 2022-09-14 | Merge branch 'ab/unused-annotation' | Junio C Hamano | 1 | -2/+2 |
| 2022-09-14 | Merge branch 'jk/unused-annotation' | Junio C Hamano | 1 | -2/+2 |
| 2022-09-13 | Merge branch 'jk/rev-list-verify-objects-fix' | Junio C Hamano | 1 | -1/+1 |
| 2022-09-07 | lookup_commit_in_graph(): use prepare_commit_graph() to check for graph | Jeff King | 1 | -1/+1 |
| 2022-09-01 | git-compat-util.h: use "UNUSED", not "UNUSED(var)" | Ævar Arnfjörð Bjarmason | 1 | -2/+2 |
| 2022-08-19 | refs: mark unused each_ref_fn parameters | Jeff King | 1 | -2/+2 |
| 2022-08-10 | Merge branch 'tb/commit-graph-genv2-upgrade-fix' into maint | Junio C Hamano | 1 | -3/+9 |
| 2022-08-10 | Merge branch 'hx/lookup-commit-in-graph-fix' into maint | Junio C Hamano | 1 | -1/+1 |
| 2022-08-03 | Merge branch 'tb/commit-graph-genv2-upgrade-fix' | Junio C Hamano | 1 | -3/+9 |
| 2022-07-27 | Merge branch 'js/commit-graph-parsing-without-repo-settings' | Junio C Hamano | 1 | -6/+5 |
| 2022-07-19 | Merge branch 'hx/lookup-commit-in-graph-fix' | Junio C Hamano | 1 | -1/+1 |
| 2022-07-15 | commit-graph: introduce `repo_find_commit_pos_in_graph()` | Taylor Blau | 1 | -3/+9 |
| 2022-07-14 | commit-graph: pass repo_settings instead of repository | Taylor Blau | 1 | -6/+5 |
| 2022-06-30 | commit-graph.c: no lazy fetch in lookup_commit_in_graph() | Han Xin | 1 | -1/+1 |
| 2022-06-03 | Merge branch 'tb/cruft-packs' | Junio C Hamano | 1 | -15/+3 |
| 2022-05-26 | chunk-format.h: extract oid_version() | Taylor Blau | 1 | -15/+3 |
| 2022-05-23 | Merge branch 'ab/valgrind-fixes' | Junio C Hamano | 1 | -2/+4 |
| 2022-05-20 | Merge branch 'ep/maint-equals-null-cocci' | Junio C Hamano | 1 | -2/+2 |
| 2022-05-12 | commit-graph.c: don't assume that stat() succeeds | Ævar Arnfjörð Bjarmason | 1 | -2/+4 |
| 2022-05-02 | Merge branch 'ep/maint-equals-null-cocci' for maint-2.35 | Junio C Hamano | 1 | -2/+2 |
| 2022-05-02 | tree-wide: apply equals-null.cocci | Junio C Hamano | 1 | -2/+2 |
| 2022-04-20 | commit-graph: close file before returning NULL | Kleber Tarcísio | 1 | -3/+6 |
| 2022-03-25 | Merge branch 'ns/core-fsyncmethod' | Junio C Hamano | 1 | -1/+2 |
| 2022-03-16 | Merge branch 'ab/string-list-count-in-size-t' | Junio C Hamano | 1 | -3/+3 |
| 2022-03-16 | Merge branch 'ds/commit-graph-gen-v2-fixes' | Junio C Hamano | 1 | -6/+13 |
| 2022-03-10 | core.fsync: introduce granular fsync control infrastructure | Neeraj Singh | 1 | -1/+2 |
| 2022-03-07 | string-list API: change "nr" and "alloc" to "size_t" | Ævar Arnfjörð Bjarmason | 1 | -3/+3 |
| 2022-03-07 | commit-graph: declare bankruptcy on GDAT chunks | Derrick Stolee | 1 | -2/+2 |
| 2022-03-04 | lockfile API users: simplify and don't leak "path" | Ævar Arnfjörð Bjarmason | 1 | -0/+2 |
| 2022-03-04 | commit-graph: stop fill_oids_from_packs() progress on error and free() | Ævar Arnfjörð Bjarmason | 1 | -5/+7 |
| 2022-03-04 | commit-graph: fix memory leak in misused string_list API | Ævar Arnfjörð Bjarmason | 1 | -2/+2 |
| 2022-03-01 | commit-graph: fix generation number v2 overflow values | Derrick Stolee | 1 | -1/+1 |
| 2022-03-01 | commit-graph: start parsing generation v2 (again) | Derrick Stolee | 1 | -0/+3 |
| 2022-03-01 | commit-graph: fix ordering bug in generation numbers | Derrick Stolee | 1 | -3/+7 |
| 2021-12-06 | commit-graph: return if there is no git directory | Lessley Dennington | 1 | -1/+4 |
| 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 |