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 |