summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2026-03-19Introduce new "tools/" directoryPatrick Steinhardt-0/+10
2026-03-18doc: add missing space on git-config pageGabriel “gabldotink”-1/+1
2026-03-18t2107: modernize path existence checkAditya-1/+1
2026-03-18object-name: turn INTERPRET_BRANCH_* constants into enum valuesJialong Wang-9/+16
2026-03-18merge-file: fix BUG when --object-id is used in a worktreeMathias Rav-2/+12
2026-03-18use commit_stack instead of prio_queue in LIFO modeRené Scharfe-19/+17
2026-03-17apply: fix new-style empty context line triggering incomplete-line checkJunio C Hamano-2/+26
2026-03-17apply: report input location in binary and garbage patch errorsJialong Wang-5/+37
2026-03-17apply: report input location in header parsing errorsJialong Wang-24/+106
2026-03-17apply: report the location of corrupt patchesJialong Wang-4/+42
2026-03-17add-patch: use repository instance from add_i_state instead of the_repositoryShreyansh Paliwal-4/+4
2026-03-17http: add support for HTTP 429 rate limit retriesVaidas Pilkauskas-21/+551
2026-03-17strbuf_attach: fix call sites to pass correct allocVaidas Pilkauskas-5/+5
2026-03-17strbuf: pass correct alloc to strbuf_attach() in strbuf_reencode()Vaidas Pilkauskas-1/+1
2026-03-16t2203: avoid suppressing git status exit codeJialong Wang-8/+16
2026-03-16doc: note that -L supports patch formatting and pickaxe optionsMichael Montalbo-0/+4
2026-03-16t4211: add tests for -L with standard diff optionsMichael Montalbo-0/+281
2026-03-16line-log: route -L output through the standard diff pipelineMichael Montalbo-213/+512
2026-03-16line-log: fix crash when combined with pickaxe optionsMichael Montalbo-4/+73
2026-03-16refs: add 'preparing' phase to the reference-transaction hookEric Ju-13/+55
2026-03-16interpret-trailers: use placeholder instead of *Kristoffer Haugsbakk-1/+1
2026-03-16doc: config: convert trailers section to synopsis styleKristoffer Haugsbakk-60/+61
2026-03-16doc: interpret-trailers: normalize and fill out optionsKristoffer Haugsbakk-23/+43
2026-03-16doc: interpret-trailers: convert to synopsis styleKristoffer Haugsbakk-72/+73
2026-03-16transport: plug leaks in transport_color_config()Jeff King-3/+3
2026-03-16t4200: convert test -[df] checks to test_path_* helpersPRASHANT S BISHT-13/+13
2026-03-16apply.c: fix -p argument parsingMirko Faina-1/+43
2026-03-16t0008: improve test cleanup to fix failing testMirko Faina-1/+2
2026-03-16Merge branch 'mf/format-patch-cover-letter-format' into mf/format-patch-commi...Junio C Hamano-14/+212
2026-03-16The 17th batchJunio C Hamano-0/+24
2026-03-16Merge branch 'ty/patch-ids-document-lazy-eval'Junio C Hamano-1/+8
2026-03-16Merge branch 'rs/history-ergonomics-updates-fix'Junio C Hamano-1/+1
2026-03-16Merge branch 'jk/unleak-mmap'Junio C Hamano-21/+26
2026-03-16Merge branch 'ty/setup-error-tightening'Junio C Hamano-14/+121
2026-03-16Merge branch 'os/doc-git-custom-commands'Junio C Hamano-1/+4
2026-03-16Merge branch 'fp/t3310-unhide-git-failures'Junio C Hamano-18/+29
2026-03-16Merge branch 'jt/repo-structure-extrema'Junio C Hamano-115/+352
2026-03-16Merge branch 'sp/wt-status-wo-the-repository'Junio C Hamano-31/+31
2026-03-16doc: fix git grep args order in Quick ReferenceGuillaume Jacob-1/+1
2026-03-16clar: update to fix compilation on platforms without PATH_MAXPatrick Steinhardt-15/+68
2026-03-15stash: do not pass strbuf by valueDeveshi Dwivedi-3/+3
2026-03-15coccinelle: detect struct strbuf passed by valueDeveshi Dwivedi-0/+11
2026-03-15Merge branch 'dd/list-objects-filter-options-wo-strbuf-split' into dd/cocci-d...Junio C Hamano-37/+33
2026-03-15t/pack-refs-tests: use test_path_is_missingRitesh Singh Jadoun-14/+14
2026-03-13builtin/pack-objects: reduce lock contention when writing packfile dataPatrick Steinhardt-5/+9
2026-03-13csum-file: drop `hashfd_throughput()`Patrick Steinhardt-22/+15
2026-03-13csum-file: introduce `hashfd_ext()`Patrick Steinhardt-9/+27
2026-03-13sideband: use writev(3p) to send pktlinesPatrick Steinhardt-3/+11
2026-03-13wrapper: introduce writev(3p) wrappersPatrick Steinhardt-0/+59
2026-03-13compat/posix: introduce writev(3p) wrapperPatrick Steinhardt-0/+65