summaryrefslogtreecommitdiffstats
path: root/builtin
AgeCommit message (Expand)AuthorLines
2026-03-23builtin/fsck: stop using `the_repository` when checking packed objectsPatrick Steinhardt-5/+6
2026-03-23builtin/fsck: stop using `the_repository` with loose objectsPatrick Steinhardt-6/+8
2026-03-23builtin/fsck: stop using `the_repository` when checking reflogsPatrick Steinhardt-10/+14
2026-03-23builtin/fsck: stop using `the_repository` when checking refsPatrick Steinhardt-5/+6
2026-03-23builtin/fsck: stop using `the_repository` when snapshotting refsPatrick Steinhardt-11/+22
2026-03-23builtin/fsck: fix trivial dependence on `the_repository`Patrick Steinhardt-49/+49
2026-03-23fsck: store repository in fsck optionsPatrick Steinhardt-11/+11
2026-03-23fsck: initialize fsck options via a functionPatrick Steinhardt-7/+18
2026-03-20odb: introduce `struct odb_for_each_object_options`Patrick Steinhardt-7/+12
2026-03-20Merge branch 'ps/object-counting' into ps/odb-generic-object-name-handlingJunio C Hamano-29/+17
2026-03-19Merge branch 'ss/submodule--helper-use-xmalloc'Junio C Hamano-1/+1
2026-03-19Merge branch 'lc/rebase-trailer'Junio C Hamano-74/+45
2026-03-19Merge branch 'bk/run-command-wo-the-repository'Junio C Hamano-12/+18
2026-03-19Merge branch 'dd/list-objects-filter-options-wo-strbuf-split'Junio C Hamano-1/+1
2026-03-18object-name: turn INTERPRET_BRANCH_* constants into enum valuesJialong Wang-1/+1
2026-03-18merge-file: fix BUG when --object-id is used in a worktreeMathias Rav-2/+3
2026-03-18use commit_stack instead of prio_queue in LIFO modeRené Scharfe-9/+7
2026-03-17strbuf_attach: fix call sites to pass correct allocVaidas Pilkauskas-2/+2
2026-03-16interpret-trailers: use placeholder instead of *Kristoffer Haugsbakk-1/+1
2026-03-16Merge branch 'mf/format-patch-cover-letter-format' into mf/format-patch-commi...Junio C Hamano-14/+77
2026-03-16Merge branch 'rs/history-ergonomics-updates-fix'Junio C Hamano-1/+1
2026-03-16Merge branch 'jt/repo-structure-extrema'Junio C Hamano-65/+258
2026-03-15stash: do not pass strbuf by valueDeveshi Dwivedi-3/+3
2026-03-13builtin/pack-objects: reduce lock contention when writing packfile dataPatrick Steinhardt-5/+9
2026-03-13csum-file: drop `hashfd_throughput()`Patrick Steinhardt-4/+15
2026-03-12fast-import: add mode to sign commits with invalid signaturesJustin Tobler-23/+86
2026-03-12gpg-interface: allow sign_buffer() to use default signing keyJustin Tobler-2/+2
2026-03-12Merge branch 'ps/odb-sources'Junio C Hamano-14/+28
2026-03-12Merge branch 'ds/for-each-repo-w-worktree'Junio C Hamano-6/+6
2026-03-12Merge branch 'sk/oidmap-clear-with-custom-free-func'Junio C Hamano-3/+12
2026-03-12builtin/mktree: remove USE_THE_REPOSITORY_VARIABLETian Yuchen-10/+9
2026-03-12odb: introduce generic object countingPatrick Steinhardt-1/+5
2026-03-12object-file: generalize counting objectsPatrick Steinhardt-2/+3
2026-03-12object-file: extract logic to approximate object countPatrick Steinhardt-28/+9
2026-03-12odb: stop including "odb/source.h"Patrick Steinhardt-0/+2
2026-03-12run-command: wean auto_maintenance() functions off the_repositoryBurak Kaan Karaçay-6/+8
2026-03-12run-command: wean start_command() off the_repositoryBurak Kaan Karaçay-6/+10
2026-03-11help: cleanup the contruction of keys_uniqAmisha Chhajed-35/+56
2026-03-11submodule--helper: replace malloc with xmallocSiddharth Shrimali-1/+1
2026-03-11worktree: do not pass strbuf by valueDeveshi Dwivedi-1/+1
2026-03-10Merge branch 'rs/parse-options-duplicated-long-options'Junio C Hamano-2/+0
2026-03-10Merge branch 'ar/config-hooks'Junio C Hamano-7/+92
2026-03-10Merge branch 'kh/format-patch-noprefix-is-boolean'Junio C Hamano-1/+13
2026-03-10Merge branch 'ps/odb-sources' into ps/object-countingJunio C Hamano-14/+28
2026-03-09Merge branch 'jk/repo-structure-cleanup'Junio C Hamano-1/+0
2026-03-09Merge branch 'cs/add-skip-submodule-ignore-all'Junio C Hamano-3/+3
2026-03-09Merge branch 'ps/refs-for-each'Junio C Hamano-45/+88
2026-03-09Merge branch 'ar/run-command-hook-take-2'Junio C Hamano-137/+149
2026-03-09Merge branch 'ar/config-hooks' into ar/config-hook-cleanupsJunio C Hamano-137/+234
2026-03-09history: initialize rev_info in cmd_history_reword()René Scharfe-1/+1