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