summaryrefslogtreecommitdiffstats
path: root/builtin
AgeCommit message (Expand)AuthorLines
2026-02-09Merge branch 'sb/doc-worktree-prune-expire-improvement'Junio C Hamano-2/+2
2026-02-09Merge branch 'kn/ref-batch-output-error-reporting-fix'Junio C Hamano-60/+209
2026-02-09Merge branch 'ps/history'Junio C Hamano-341/+459
2026-02-09checkout: tell "parse_remote_branch" which command is calling itJunio C Hamano-5/+24
2026-02-09checkout: pass program-readable token to unified "main"Junio C Hamano-20/+43
2026-02-08remove duplicate includesRené Scharfe-3/+0
2026-02-07merge-file: honor merge.conflictStyle outside of a repositoryYannik Tausch-7/+5
2026-02-06merge-ours: integrate with sparse-indexSam Bostock-0/+6
2026-02-06merge-ours: drop USE_THE_REPOSITORY_VARIABLESam Bostock-6/+3
2026-02-06read-cache: update add_files_to_cache take param ignored_tooClaus Schneider(Eficode)-3/+3
2026-02-05global: constify some pointers that are not written toCollin Funk-4/+4
2026-02-05Merge branch 'tc/last-modified-options-cleanup'Junio C Hamano-9/+16
2026-02-05Merge branch 'ac/sparse-checkout-string-list-cleanup'Junio C Hamano-3/+4
2026-02-05Merge branch 'ar/submodule-gitdir-tweak'Junio C Hamano-18/+193
2026-02-04Merge branch 'ar/run-command-hook-take-2' into ar/config-hooksJunio C Hamano-141/+142
2026-02-02blame: fix coloring for repeated suspectsRené Scharfe-4/+9
2026-01-30show-index: use gettext wrapping in user facing error messagesShreyansh Paliwal-11/+11
2026-01-30show-index: warn when falling back to SHA-1 outside a repositoryShreyansh Paliwal-3/+6
2026-01-30last-modified: verify revision argument is a commit-ishToon Claes-0/+5
2026-01-30last-modified: remove double error messageToon Claes-1/+1
2026-01-30last-modified: fix memory leak when more than one commit is givenToon Claes-4/+8
2026-01-30last-modified: rewrite error message when more than one commit givenToon Claes-1/+1
2026-01-29string-list: add string_list_sort_u() that mimics "sort -u"Amisha Chhajed-12/+6
2026-01-28receive-pack: convert receive hooks to hook APIEmily Shaffer-103/+75
2026-01-28receive-pack: convert update hooks to new APIEmily Shaffer-37/+66
2026-01-28worktree: clarify that --expire only affects missing worktreesSam Bostock-2/+2
2026-01-26builtin/pack-objects: use `packfile_store_for_each_object()`Patrick Steinhardt-24/+22
2026-01-26treewide: drop uses of `for_each_{loose,packed}_object()`Patrick Steinhardt-6/+28
2026-01-26builtin/fsck: refactor to use `odb_for_each_object()`Patrick Steinhardt-45/+12
2026-01-26odb: rename `FOR_EACH_OBJECT_*` flagsPatrick Steinhardt-6/+6
2026-01-25fetch: delay user information post committing of transactionKarthik Nayak-54/+192
2026-01-25receive-pack: utilize rejected ref error detailsKarthik Nayak-2/+6
2026-01-25fetch: utilize rejected ref error detailsKarthik Nayak-4/+6
2026-01-25update-ref: utilize rejected error details if availableKarthik Nayak-3/+5
2026-01-25refs: add rejection detail to the callback functionKarthik Nayak-0/+3
2026-01-21Merge branch 'rs/tree-wo-the-repository'Junio C Hamano-31/+37
2026-01-21Merge branch 'ps/geometric-repacking-with-promisor-remotes'Junio C Hamano-3/+14
2026-01-21sparse-checkout: optimize string_list construction and add tests to verify de...Amisha Chhajed-3/+4
2026-01-21Merge branch 'ps/read-object-info-improvements'Junio C Hamano-4/+3
2026-01-21Merge branch 'ps/packfile-store-in-odb-source'Junio C Hamano-66/+87
2026-01-21Merge branch 'ps/ref-consistency-checks'Junio C Hamano-42/+4
2026-01-21Merge branch 'en/fsck-snapshot-ref-state'Junio C Hamano-40/+122
2026-01-20last-modified: change default max-depth to 0Toon Claes-16/+5
2026-01-20last-modified: document option '--max-depth'Toon Claes-1/+16
2026-01-20last-modified: document option '-z'Toon Claes-4/+7
2026-01-20last-modified: clarify in the docs the command takes a pathspecToon Claes-2/+2
2026-01-16Merge branch 'kh/doc-patch-id'Junio C Hamano-2/+2
2026-01-16Merge branch 'jk/cat-file-avoid-bitmap-when-unneeded'Junio C Hamano-3/+5
2026-01-15Revert "Merge branch 'ar/run-command-hook'"Junio C Hamano-121/+155
2026-01-15Merge branch 'kh/replay-invalid-onto-advance'Junio C Hamano-62/+25