summaryrefslogtreecommitdiffstats
path: root/midx.c (unfollow)
Commit message (Expand)AuthorFilesLines
2024-04-01midx-write.c: factor out common want_included_pack() routineTaylor Blau1-12/+20
2024-04-01midx-write: move writing-related functions from midx.cTaylor Blau4-1539/+1555
2024-04-01The thirteenth batchJunio C Hamano1-0/+26
2024-03-28The twelfth batchJunio C Hamano1-0/+18
2024-03-26The eleventh batchJunio C Hamano1-0/+15
2024-03-25midx: use strvec_pushf() for pack-objects base nameRené Scharfe1-6/+1
2024-03-22rebase: use child_process_clear() to cleanJeff King2-3/+12
2024-03-22format-patch: fix leak of empty header stringJeff King1-1/+1
2024-03-22t/README: document how to loop around test casesPatrick Steinhardt1-0/+20
2024-03-22t7800: use single quotes for test bodiesPatrick Steinhardt1-20/+20
2024-03-22t7800: improve test descriptions with empty argumentsPatrick Steinhardt1-8/+8
2024-03-21config.txt: describe handling of whitespace furtherDragan Simic1-13/+15
2024-03-21t1300: add more tests for whitespace and inline commentsDragan Simic1-3/+111
2024-03-21config: really keep value-internal whitespace verbatimDragan Simic1-4/+9
2024-03-21config: minor addition of whitespaceDragan Simic1-1/+1
2024-03-21The tenth batchJunio C Hamano1-0/+35
2024-03-21reftable: fix tests being broken by NFS' delete-after-close semanticsPatrick Steinhardt1-1/+11
2024-03-20contrib: drop hg-to-git scriptJeff King2-275/+0
2024-03-20doc/gitremote-helpers: fix more missing single-quotesJeff King1-3/+3
2024-03-20format-patch: simplify after-subject MIME header handlingJeff King1-8/+6
2024-03-20format-patch: return an allocated string from log_write_email_headers()Jeff King4-7/+9
2024-03-20log: do not set up extra_headers for non-email formatsJeff King1-3/+1
2024-03-20pretty: drop print_email_subject flagJeff King5-16/+9
2024-03-20pretty: split oneline and email subject printingJeff King3-15/+17
2024-03-20shortlog: stop setting pp.print_email_subjectJeff King1-1/+0
2024-03-18The ninth batchJunio C Hamano1-0/+8
2024-03-18docs: adjust trailer `separator` and `key_value_separator` languageBrian Lyles1-7/+5
2024-03-18docs: correct trailer `key_value_separator` descriptionBrian Lyles1-2/+2
2024-03-18builtin/am: allow disabling conflict advicePhilippe Blain3-10/+14
2024-03-18sequencer: allow disabling conflict advicePhilippe Blain6-15/+25
2024-03-18t-prio-queue: check result array boundsRené Scharfe1-3/+11
2024-03-18t-prio-queue: shorten array index messageRené Scharfe1-4/+6
2024-03-18diff.*Prefix: use camelCase in the doc and test titlesJunio C Hamano2-25/+25
2024-03-16git-quiltimport: avoid an unnecessary subshellBeat Bolli1-1/+1
2024-03-16contrib/coverage-diff: avoid redundant pipelinesBeat Bolli1-7/+2
2024-03-16t/t9*: merge "grep | sed" pipelinesBeat Bolli3-3/+3
2024-03-16t/t8*: merge "grep | sed" pipelinesBeat Bolli1-14/+14
2024-03-16t/t5*: merge a "grep | sed" pipelineBeat Bolli1-1/+1
2024-03-16t/t4*: merge a "grep | sed" pipelineBeat Bolli1-1/+1
2024-03-16t/t3*: merge a "grep | awk" pipelineBeat Bolli1-1/+1
2024-03-16t/t1*: merge a "grep | sed" pipelineBeat Bolli1-1/+1
2024-03-16t/t9*: avoid redundant uses of catBeat Bolli6-33/+26
2024-03-16t/t8*: avoid redundant use of catBeat Bolli1-1/+1
2024-03-16t/t7*: avoid redundant use of catBeat Bolli1-1/+1
2024-03-16t/t6*: avoid redundant uses of catBeat Bolli2-3/+3
2024-03-16t/t5*: avoid redundant uses of catBeat Bolli3-3/+3
2024-03-16t/t4*: avoid redundant uses of catBeat Bolli3-6/+6
2024-03-16t/t3*: avoid redundant uses of catBeat Bolli3-6/+6
2024-03-16t/t1*: avoid redundant uses of catBeat Bolli2-4/+4
2024-03-16t/t0*: avoid redundant uses of catBeat Bolli4-5/+5