summaryrefslogtreecommitdiffstats
path: root/setup.h (unfollow)
Commit message (Expand)AuthorFilesLines
2024-07-08The ninteenth batchJunio C Hamano1-0/+28
2024-07-03t: migrate helper/test-oidmap.c to unit-tests/t-oidmap.cGhanshyam Thakkar6-238/+182
2024-07-02The eighteenth batchJunio C Hamano1-0/+25
2024-07-02Yet another batch of post 2.45.2 updates from the 'master' frontJunio C Hamano1-0/+27
2024-07-02t0612: mark as leak-freeRubén Justo1-0/+1
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-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-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
2024-06-24diff: allow --color-moved with --no-ext-diffRené Scharfe2-1/+11
2024-06-24object-file: fix leak on conversion failureEric Wong1-1/+1
2024-06-22fuzz: minimum fuzzers environment lacks libcURLJunio C Hamano1-0/+1
2024-06-22version: teach --build-options to reports zlib version informationRandall S. Becker1-0/+3
2024-06-22version: teach --build-options to reports libcurl version informationRandall S. Becker1-0/+7
2024-06-21The fifteenth batchJunio C Hamano1-0/+35
2024-06-20version: --build-options reports OpenSSL version informationRandall S. Becker1-0/+3
2024-06-20commit: remove find_header_mem()René Scharfe2-19/+2
2024-06-20t5500: fix mistaken $SERVER reference in helper functionJeff King1-1/+1
2024-06-20mingw: drop bogus (and unneeded) declaration of `_pgmptr`Johannes Schindelin1-1/+0
2024-06-20fetch-pack: fix segfault when fscking without --lock-packJeff King2-1/+13