summaryrefslogtreecommitdiffstats
path: root/convert.h (unfollow)
Commit message (Expand)AuthorFilesLines
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-01-13The seventh batchJunio C Hamano1-1/+18
2024-01-08The sixth batchJunio C Hamano1-0/+15
2024-01-04write-or-die: make GIT_FLUSH a Boolean environment variableChandra Pratap2-14/+10
2024-01-03Documentation: fix statement about rebase.instructionFormatMaarten van der Schrieck2-2/+2
2024-01-03t1006: prefer shell loop to awk for packed object sizesRené Scharfe1-6/+8
2024-01-02The fifth batchJunio C Hamano1-0/+12
2023-12-28attr: add builtin objectmode values supportJoanna Wang5-3/+210
2023-12-28mem-pool: simplify alignment calculationRené Scharfe1-3/+1
2023-12-28mem-pool: fix big allocationsRené Scharfe3-3/+35
2023-12-28SubmittingPatches: hyphenate non-ASCIIJosh Soref1-1/+1
2023-12-28SubmittingPatches: clarify GitHub artifact formatJosh Soref1-1/+2
2023-12-28SubmittingPatches: clarify GitHub visualJosh Soref1-5/+5
2023-12-28SubmittingPatches: provide tag naming adviceJosh Soref1-0/+3
2023-12-28SubmittingPatches: update extra tags listJosh Soref1-0/+8
2023-12-28SubmittingPatches: discourage new trailersJosh Soref1-2/+3
2023-12-28SubmittingPatches: drop ref to "What's in git.git"Josh Soref1-1/+1
2023-12-28CodingGuidelines: write punctuation marksJosh Soref1-1/+1
2023-12-28CodingGuidelines: move period inside parenthesesJosh Soref1-1/+1
2023-12-27The fourth batchJunio C Hamano1-0/+48
2023-12-26sparse-checkout: use default patterns for 'set' only !stdinJunio C Hamano1-1/+1
2023-12-26sparse-checkout: be consistent with end of options markersElijah Newren2-7/+10
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren22-25/+0
2023-12-26treewide: add direct includes currently only pulled in transitivelyElijah Newren4-0/+4
2023-12-26trace2/tr2_tls.h: remove unnecessary includeElijah Newren3-1/+2
2023-12-26submodule-config.h: remove unnecessary includeElijah Newren2-1/+1
2023-12-26pkt-line.h: remove unnecessary includeElijah Newren3-1/+2
2023-12-26line-log.h: remove unnecessary includeElijah Newren3-2/+2
2023-12-26http.h: remove unnecessary includeElijah Newren4-1/+3
2023-12-26fsmonitor--daemon.h: remove unnecessary includesElijah Newren5-3/+6
2023-12-26blame.h: remove unnecessary includesElijah Newren2-3/+2
2023-12-26archive.h: remove unnecessary includeElijah Newren4-1/+3
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren158-293/+0
2023-12-26treewide: remove unnecessary includes from header filesElijah Newren4-4/+0
2023-12-26fast-import: use mem_pool_calloc()René Scharfe1-2/+1
2023-12-21t1006: add tests for %(objectsize:disk)Jeff King1-0/+34
2023-12-21archive: "--list" does not take further optionsJunio C Hamano2-0/+12
2023-12-20Documentation/git-merge.txt: use backticks for command wrappingMichael Lohmann1-25/+25
2023-12-20Documentation/git-merge.txt: fix reference to synopsisMichael Lohmann1-10/+10
2023-12-20trailer: use offsets for trailer_start/trailer_endLinus Arver3-21/+20
2023-12-20trailer: find the end of the log messageLinus Arver1-23/+40
2023-12-20The third batchJunio C Hamano1-0/+33
2023-12-20rebase: use strvec_pushf() for format-patch revisionsRené Scharfe1-11/+6