summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2024-02-06Merge branch 'jc/comment-style-fixes'Junio C Hamano1-5/+5
2024-02-06Merge branch 'kh/maintenance-use-xdg-when-it-should'Junio C Hamano1-0/+6
2024-02-06builtin/stash: report failure to write to indexPatrick Steinhardt1-4/+4
2024-02-06Always check the return value of `repo_read_object_file()`Johannes Schindelin3-4/+14
2024-02-05pack-objects: enable multi-pack reuse via `feature.experimental`Taylor Blau1-0/+2
2024-02-01index-pack: --fsck-objects to take an optional argument for fsck msgsJohn Cai1-2/+3
2024-02-01index-pack: test and document --strict=<msg-id>=<severity>...John Cai1-1/+1
2024-01-29Merge branch 'ps/not-so-many-refs-are-special'Junio C Hamano3-16/+15
2024-01-29Merge branch 'tc/show-ref-exists-fix'Junio C Hamano1-1/+1
2024-01-29builtin/worktree: comment style fixesJunio C Hamano1-5/+5
2024-01-29config: add back code commentKristoffer Haugsbakk1-0/+6
2024-01-29merge-tree: accept 3 trees as argumentsJohannes Schindelin1-17/+25
2024-01-26Merge branch 'kh/maintenance-use-xdg-when-it-should'Junio C Hamano3-38/+17
2024-01-26Merge branch 'ps/worktree-refdb-initialization'Junio C Hamano1-28/+25
2024-01-26Merge branch 'rj/advice-delete-branch-not-fully-merged'Junio C Hamano1-3/+5
2024-01-26Merge branch 'es/some-up-to-date-messages-must-stay'Junio C Hamano1-0/+1
2024-01-19Merge branch 'tb/fetch-all-configuration'Junio C Hamano1-1/+16
2024-01-19refs: convert MERGE_AUTOSTASH to become a normal pseudo-refPatrick Steinhardt2-15/+14
2024-01-19refs: convert AUTO_MERGE to become a normal pseudo-refPatrick Steinhardt1-1/+1
2024-01-18maintenance: use XDG config if it existsKristoffer Haugsbakk1-14/+13
2024-01-18config: factor out global config file retrievalKristoffer Haugsbakk1-22/+3
2024-01-18config: rename global config functionKristoffer Haugsbakk3-4/+4
2024-01-18config: format newlinesKristoffer Haugsbakk1-1/+0
2024-01-18builtin/show-ref: treat directory as non-existing in --existsToon Claes1-1/+1
2024-01-16Merge branch 'jk/index-pack-lsan-false-positive-fix'Junio C Hamano1-0/+2
2024-01-16Merge branch 'ps/refstorage-extension'Junio C Hamano3-4/+33
2024-01-12Merge branch 'tb/multi-pack-verbatim-reuse'Junio C Hamano1-35/+134
2024-01-12messages: mark some strings with "up-to-date" not to touchJunio C Hamano1-0/+1
2024-01-11branch: make the advice to force-deleting a conditional oneRubén Justo1-3/+5
2024-01-08Merge branch 'rs/fast-import-simplify-mempool-allocation'Junio C Hamano1-2/+1
2024-01-08Merge branch 'en/sparse-checkout-eoo'Junio C Hamano1-6/+3
2024-01-08Merge branch 'jc/sparse-checkout-set-default-fix'Junio C Hamano1-1/+1
2024-01-08Merge branch 'en/header-cleanup'Junio C Hamano67-137/+5
2024-01-08fetch: add new config option fetch.allTamino Bauknecht1-1/+16
2024-01-08builtin/worktree: create refdb via ref backendPatrick Steinhardt1-26/+22
2024-01-08builtin/worktree: move setup of commondir file earlierPatrick Steinhardt1-3/+4
2024-01-05index-pack: spawn threads atomicallyJeff King1-0/+2
2024-01-02Merge branch 'ps/pseudo-refs'Junio C Hamano1-6/+2
2024-01-02Merge branch 'jc/orphan-unborn'Junio C Hamano2-4/+4
2024-01-02Merge branch 'la/trailer-cleanups'Junio C Hamano2-2/+2
2024-01-02Merge branch 'jc/retire-cas-opt-name-constant'Junio C Hamano2-3/+3
2024-01-02Merge branch 'rs/rebase-use-strvec-pushf'Junio C Hamano1-11/+6
2024-01-02builtin/clone: introduce `--ref-format=` value flagPatrick Steinhardt1-1/+11
2024-01-02builtin/init: introduce `--ref-format=` value flagPatrick Steinhardt1-1/+12
2024-01-02builtin/rev-parse: introduce `--show-ref-format` flagPatrick Steinhardt1-0/+4
2024-01-02setup: introduce "extensions.refStorage" extensionPatrick Steinhardt1-1/+1
2024-01-02setup: start tracking ref storage formatPatrick Steinhardt2-3/+6
2023-12-27Merge branch 'ps/clone-into-reftable-repository'Junio C Hamano1-30/+35
2023-12-27Merge branch 'jx/fetch-atomic-error-message-fix'Junio C Hamano1-5/+9
2023-12-27Merge branch 'rs/show-ref-incompatible-options'Junio C Hamano1-3/+3