summaryrefslogtreecommitdiffstats
path: root/archive.c (unfollow)
Commit message (Expand)AuthorFilesLines
2024-07-02t-reftable-record: add tests for reftable_ref_record_compare_name()Chandra Pratap1-0/+20
2024-07-02t-reftable-record: add index tests for reftable_record_is_deletion()Chandra Pratap1-0/+1
2024-07-02t-reftable-record: add obj tests for reftable_record_is_deletion()Chandra Pratap1-0/+1
2024-07-02t-reftable-record: add log tests for reftable_record_is_deletion()Chandra Pratap1-0/+4
2024-07-02t-reftable-record: add ref tests for reftable_record_is_deletion()Chandra Pratap1-0/+2
2024-07-02t-reftable-record: add comparison tests for obj recordsChandra Pratap1-0/+39
2024-07-02t-reftable-record: add comparison tests for index recordsChandra Pratap1-0/+38
2024-07-02t-reftable-record: add comparison tests for ref recordsChandra Pratap1-0/+33
2024-07-02t-reftable-record: add reftable_record_cmp() tests for log recordsChandra Pratap1-13/+25
2024-07-02t: move reftable/record_test.c to the unit testing frameworkChandra Pratap3-73/+61
2024-07-02t0612: mark as leak-freeRubén Justo1-0/+1
2024-07-02test-lib: fix GIT_TEST_SANITIZE_LEAK_LOGRubén Justo1-1/+4
2024-07-01t0613: mark as leak-freeRubén Justo1-0/+1
2024-07-01pathspec: fix typo "glossary-context.txt" -> "glossary-content.txt"Abhijeet Sonar1-1/+1
2024-07-01submodule--helper: use strvec_pushf() for --super-prefixRené Scharfe1-11/+6
2024-07-01git-send-email: use sanitized address when reading mbox bodyCsókás, Bence2-2/+45
2024-06-30git-gui: fix inability to quit after closing another instanceOrgad Shaneh1-1/+1
2024-06-29More post 2.45.2 updates from the 'master' frontJunio C Hamano2-1/+81
2024-06-28sparse-index: improve lstat caching of sparse pathsDerrick Stolee1-24/+90
2024-06-28sparse-index: count lstat() callsDerrick Stolee1-0/+7
2024-06-28sparse-index: use strbuf in path_found()Derrick Stolee1-12/+9
2024-06-28sparse-index: refactor path_found()Derrick Stolee1-16/+29
2024-06-28sparse-checkout: refactor skip worktree retry logicDerrick Stolee1-24/+53
2024-06-27The seventeenth batchJunio C Hamano1-0/+18
2024-06-26t/lib-bundle-uri: use local fake bundle URLsJeff King1-2/+2
2024-06-26t5551: do not confirm that bogus url cannot be usedJeff King1-1/+0
2024-06-26t5553: use local url for invalid fetchJeff King1-4/+4
2024-06-26describe: refresh the index when 'broken' flag is usedAbhijeet Sonar2-0/+48
2024-06-26archive: document that --add-virtual-file takes full pathJunio C Hamano1-4/+6
2024-06-26date: detect underflow/overflow when parsing dates with timezone offsetDarcy Burke2-1/+44
2024-06-26t0006: simplify prerequisitesJunio C Hamano1-6/+12
2024-06-25bloom: introduce `deinit_bloom_filters()`Taylor Blau3-1/+22
2024-06-25commit-graph: reuse existing Bloom filters where possibleTaylor Blau5-4/+132
2024-06-25object.h: fix mis-aligned flag bits tableTaylor Blau1-1/+1
2024-06-25commit-graph: new Bloom filter version that fixes murmur3Taylor Blau7-15/+252
2024-06-25commit-graph: unconditionally load Bloom filtersTaylor Blau1-4/+10
2024-06-25bloom: prepare to discard incompatible Bloom filtersTaylor Blau2-3/+37
2024-06-25bloom: annotate filters with hash versionTaylor Blau2-3/+9
2024-06-25repo-settings: introduce commitgraph.changedPathsVersionTaylor Blau5-8/+33
2024-06-25t4216: test changed path filters with high bit pathsTaylor Blau1-0/+51
2024-06-25t/helper/test-read-graph: implement `bloom-filters` modeTaylor Blau1-5/+37
2024-06-25bloom.h: make `load_bloom_filter_from_graph()` publicTaylor Blau2-3/+8
2024-06-25t/helper/test-read-graph.c: extract `dump_graph_info()`Taylor Blau1-13/+18
2024-06-25gitformat-commit-graph: describe version 2 of BDATJonathan Tan1-3/+6
2024-06-25commit-graph: ensure Bloom filters are read with consistent settingsTaylor Blau2-1/+92
2024-06-25revision.c: consult Bloom filters for root commitsTaylor Blau2-6/+28
2024-06-25t/t4216-log-bloom.sh: harden `test_bloom_filters_not_used()`Taylor Blau1-1/+13
2024-06-25pager: die when paging to non-existing commandRubén Justo2-13/+6
2024-06-25doc: fix case error of eol attribute in exampleShane Sun1-1/+1
2024-06-25The sixteenth batchJunio C Hamano1-0/+24