summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-03-19builds: move build scripts into "tools/"Patrick Steinhardt13-35/+35
2026-03-19contrib: move "update-unicode.sh" script into "tools/"Patrick Steinhardt3-0/+0
2026-03-19contrib: move "coverage-diff.sh" script into "tools/"Patrick Steinhardt1-0/+0
2026-03-19contrib: move "coccinelle/" directory into "tools/"Patrick Steinhardt30-26/+26
2026-03-19Introduce new "tools/" directoryPatrick Steinhardt4-0/+10
2026-03-18doc: add missing space on git-config pageGabriel “gabldotink”1-1/+1
2026-03-18t2107: modernize path existence checkAditya1-1/+1
2026-03-18object-name: turn INTERPRET_BRANCH_* constants into enum valuesJialong Wang5-9/+16
2026-03-18merge-file: fix BUG when --object-id is used in a worktreeMathias Rav2-2/+12
2026-03-18use commit_stack instead of prio_queue in LIFO modeRené Scharfe3-19/+17
2026-03-17apply: fix new-style empty context line triggering incomplete-line checkJunio C Hamano2-2/+26
2026-03-17apply: report input location in binary and garbage patch errorsJialong Wang3-5/+37
2026-03-17apply: report input location in header parsing errorsJialong Wang5-24/+106
2026-03-17apply: report the location of corrupt patchesJialong Wang3-4/+42
2026-03-17add-patch: use repository instance from add_i_state instead of the_repositoryShreyansh Paliwal1-4/+4
2026-03-17http: add support for HTTP 429 rate limit retriesVaidas Pilkauskas10-20/+550
2026-03-17strbuf_attach: fix call sites to pass correct allocVaidas Pilkauskas5-5/+5
2026-03-17strbuf: pass correct alloc to strbuf_attach() in strbuf_reencode()Vaidas Pilkauskas1-1/+1
2026-03-16t2203: avoid suppressing git status exit codeJialong Wang1-8/+16
2026-03-16doc: note that -L supports patch formatting and pickaxe optionsMichael Montalbo1-0/+4
2026-03-16t4211: add tests for -L with standard diff optionsMichael Montalbo1-0/+281
2026-03-16line-log: route -L output through the standard diff pipelineMichael Montalbo34-213/+512
2026-03-16line-log: fix crash when combined with pickaxe optionsMichael Montalbo2-4/+73
2026-03-16refs: add 'preparing' phase to the reference-transaction hookEric Ju4-13/+55
2026-03-16interpret-trailers: use placeholder instead of *Kristoffer Haugsbakk1-1/+1
2026-03-16doc: config: convert trailers section to synopsis styleKristoffer Haugsbakk1-60/+61
2026-03-16doc: interpret-trailers: normalize and fill out optionsKristoffer Haugsbakk1-23/+43
2026-03-16doc: interpret-trailers: convert to synopsis styleKristoffer Haugsbakk1-72/+73
2026-03-16transport: plug leaks in transport_color_config()Jeff King1-3/+3
2026-03-16t4200: convert test -[df] checks to test_path_* helpersPRASHANT S BISHT1-13/+13
2026-03-16apply.c: fix -p argument parsingMirko Faina2-1/+43
2026-03-16t0008: improve test cleanup to fix failing testMirko Faina1-1/+2
2026-03-16Merge branch 'mf/format-patch-cover-letter-format' into mf/format-patch-commi...Junio C Hamano6-14/+212
2026-03-16The 17th batchJunio C Hamano1-0/+24
2026-03-16Merge branch 'ty/patch-ids-document-lazy-eval'Junio C Hamano1-1/+8
2026-03-16Merge branch 'rs/history-ergonomics-updates-fix'Junio C Hamano1-1/+1
2026-03-16Merge branch 'jk/unleak-mmap'Junio C Hamano5-21/+26
2026-03-16Merge branch 'ty/setup-error-tightening'Junio C Hamano6-14/+121
2026-03-16Merge branch 'os/doc-git-custom-commands'Junio C Hamano1-1/+4
2026-03-16Merge branch 'fp/t3310-unhide-git-failures'Junio C Hamano1-18/+29
2026-03-16Merge branch 'jt/repo-structure-extrema'Junio C Hamano3-112/+349
2026-03-16Merge branch 'sp/wt-status-wo-the-repository'Junio C Hamano1-31/+31
2026-03-16doc: fix git grep args order in Quick ReferenceGuillaume Jacob1-1/+1
2026-03-16clar: update to fix compilation on platforms without PATH_MAXPatrick Steinhardt2-15/+68
2026-03-15stash: do not pass strbuf by valueDeveshi Dwivedi1-3/+3
2026-03-15coccinelle: detect struct strbuf passed by valueDeveshi Dwivedi1-0/+11
2026-03-15Merge branch 'dd/list-objects-filter-options-wo-strbuf-split' into dd/cocci-d...Junio C Hamano5-37/+33
2026-03-15t/pack-refs-tests: use test_path_is_missingRitesh Singh Jadoun1-14/+14
2026-03-13builtin/pack-objects: reduce lock contention when writing packfile dataPatrick Steinhardt1-5/+9
2026-03-13csum-file: drop `hashfd_throughput()`Patrick Steinhardt3-22/+15