summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2026-03-18use commit_stack instead of prio_queue in LIFO modeRené Scharfe1-9/+7
2026-03-17strbuf_attach: fix call sites to pass correct allocVaidas Pilkauskas2-2/+2
2026-03-16interpret-trailers: use placeholder instead of *Kristoffer Haugsbakk1-1/+1
2026-03-16Merge branch 'mf/format-patch-cover-letter-format' into mf/format-patch-commi...Junio C Hamano1-14/+77
2026-03-16Merge branch 'rs/history-ergonomics-updates-fix'Junio C Hamano1-1/+1
2026-03-16Merge branch 'jt/repo-structure-extrema'Junio C Hamano1-62/+255
2026-03-15stash: do not pass strbuf by valueDeveshi Dwivedi1-3/+3
2026-03-13builtin/pack-objects: reduce lock contention when writing packfile dataPatrick Steinhardt1-5/+9
2026-03-13csum-file: drop `hashfd_throughput()`Patrick Steinhardt1-4/+15
2026-03-12fast-import: add mode to sign commits with invalid signaturesJustin Tobler2-22/+85
2026-03-12gpg-interface: allow sign_buffer() to use default signing keyJustin Tobler1-2/+2
2026-03-12Merge branch 'ps/odb-sources'Junio C Hamano5-14/+28
2026-03-12Merge branch 'ds/for-each-repo-w-worktree'Junio C Hamano1-6/+6
2026-03-12Merge branch 'sk/oidmap-clear-with-custom-free-func'Junio C Hamano1-3/+12
2026-03-12builtin/mktree: remove USE_THE_REPOSITORY_VARIABLETian Yuchen1-10/+9
2026-03-12odb: introduce generic object countingPatrick Steinhardt1-1/+5
2026-03-12object-file: generalize counting objectsPatrick Steinhardt1-2/+3
2026-03-12object-file: extract logic to approximate object countPatrick Steinhardt1-27/+8
2026-03-12odb: stop including "odb/source.h"Patrick Steinhardt2-0/+2
2026-03-12run-command: wean auto_maintenance() functions off the_repositoryBurak Kaan Karaçay6-6/+8
2026-03-12run-command: wean start_command() off the_repositoryBurak Kaan Karaçay2-6/+10
2026-03-11help: cleanup the contruction of keys_uniqAmisha Chhajed1-35/+56
2026-03-11submodule--helper: replace malloc with xmallocSiddharth Shrimali1-1/+1
2026-03-11worktree: do not pass strbuf by valueDeveshi Dwivedi1-1/+1
2026-03-10Merge branch 'rs/parse-options-duplicated-long-options'Junio C Hamano1-2/+0
2026-03-10Merge branch 'ar/config-hooks'Junio C Hamano2-7/+92
2026-03-10Merge branch 'kh/format-patch-noprefix-is-boolean'Junio C Hamano1-1/+13
2026-03-10Merge branch 'ps/odb-sources' into ps/object-countingJunio C Hamano5-14/+28
2026-03-09Merge branch 'jk/repo-structure-cleanup'Junio C Hamano1-1/+0
2026-03-09Merge branch 'cs/add-skip-submodule-ignore-all'Junio C Hamano3-3/+3
2026-03-09Merge branch 'ps/refs-for-each'Junio C Hamano8-45/+88
2026-03-09Merge branch 'ar/run-command-hook-take-2'Junio C Hamano1-137/+149
2026-03-09Merge branch 'ar/config-hooks' into ar/config-hook-cleanupsJunio C Hamano2-137/+234
2026-03-09history: initialize rev_info in cmd_history_reword()René Scharfe1-1/+1
2026-03-06format-patch: add commitListFormat configMirko Faina1-0/+21
2026-03-06format-patch: add ability to use alt cover formatMirko Faina1-3/+37
2026-03-06format-patch: move cover letter summary generationMirko Faina1-12/+20
2026-03-06rebase: support --trailerLi Chen1-0/+19
2026-03-06commit, tag: parse --trailer with OPT_STRVECLi Chen2-3/+4
2026-03-06trailer: append trailers without fork/execLi Chen2-0/+6
2026-03-06trailer: libify a couple of functionsLi Chen1-70/+1
2026-03-06interpret-trailers: refactor create_in_place_tempfile()Phillip Wood1-22/+29
2026-03-06interpret-trailers: factor trailer rewritingLi Chen1-23/+30
2026-03-05odb: embed base source in the "files" backendPatrick Steinhardt5-14/+28
2026-03-05odb: introduce "files" sourcePatrick Steinhardt5-10/+10
2026-03-05builtin/rev-list: migrate missing_objects cleanup to oidmap_clear_with_free()Seyi Kufoiji1-3/+12
2026-03-05Merge branch 'ob/core-attributesfile-in-repository'Junio C Hamano10-20/+38
2026-03-04Merge branch 'cx/fetch-display-ubfix'Junio C Hamano1-1/+1
2026-03-04Merge branch 'ds/config-list-with-type'Junio C Hamano1-79/+225
2026-03-04Merge branch 'lo/repo-leftover-bits'Junio C Hamano1-22/+22