summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2025-08-17repo: add the --format flagLucas Seiki Oshiro1-6/+40
2025-08-17repo: add the field layout.shallowLucas Seiki Oshiro1-0/+9
2025-08-17repo: add the field layout.bareLucas Seiki Oshiro1-0/+10
2025-08-17repo: add the field references.formatLucas Seiki Oshiro1-2/+72
2025-08-17repo: declare the repo commandLucas Seiki Oshiro1-0/+27
2025-08-15commit-graph: stop passing in redundant repositoryPatrick Steinhardt1-3/+3
2025-08-15commit-graph: stop using `the_repository`Patrick Steinhardt2-2/+2
2025-08-15commit-graph: stop using `the_hash_algo`Patrick Steinhardt1-1/+2
2025-08-11Merge branch 'rs/merge-compact-summary'Junio C Hamano1-1/+1
2025-08-11Merge branch 'rs/for-each-ref-start-after-marker-fix'Junio C Hamano1-1/+1
2025-08-11midx: stop duplicating info redundant with its owning sourcePatrick Steinhardt1-2/+3
2025-08-11midx: write multi-pack indices via their sourcePatrick Steinhardt2-9/+12
2025-08-11midx: load multi-pack indices via their sourcePatrick Steinhardt1-2/+16
2025-08-11midx: drop redundant `struct repository` parameterPatrick Steinhardt1-1/+1
2025-08-11odb: allow `odb_find_source()` to failPatrick Steinhardt1-2/+2
2025-08-11builtin/fmt-merge-msg: stop depending on 'the_repository'Ayush Chandekar1-3/+2
2025-08-11environment: remove the global variable 'merge_log_config'Ayush Chandekar2-2/+4
2025-08-09diff: --no-index should ignore the worktreeJunio C Hamano1-0/+15
2025-08-09merge: don't document non-existing --compact-summary argumentRené Scharfe1-1/+1
2025-08-09for-each-ref: call --start-after argument "marker"René Scharfe1-1/+1
2025-08-08builtin: also setup gently for --help-allD. Ben Knoble1-1/+2
2025-08-07Merge branch 'dl/squelch-maybe-uninitialized'Junio C Hamano1-4/+7
2025-08-07Merge branch 'jk/revert-squelch-compiler-warning'Junio C Hamano1-1/+1
2025-08-06builtin/remote: only iterate through refs that are to be renamedPatrick Steinhardt1-9/+4
2025-08-06builtin/remote: rework how remote refs get renamedPatrick Steinhardt1-98/+196
2025-08-06builtin/remote: determine whether refs need renaming early onPatrick Steinhardt1-4/+8
2025-08-06builtin/remote: fix sign comparison warningsPatrick Steinhardt1-31/+23
2025-08-06refs: pass refname when invoking reflog entry callbackPatrick Steinhardt3-8/+10
2025-08-06Merge branch 'ps/reflog-migrate-fixes' into ps/remote-rename-fixJunio C Hamano1-19/+84
2025-08-06builtin/reflog: implement subcommand to write new entriesPatrick Steinhardt1-0/+65
2025-08-06builtin/reflog: improve grouping of subcommandsPatrick Steinhardt1-19/+19
2025-08-05Merge branch 'kj/renamed-submodule'Junio C Hamano1-6/+44
2025-08-05Merge branch 'ps/object-file-wo-the-repository'Junio C Hamano17-43/+64
2025-08-05builtin/refs: add list subcommandMeet Soni1-0/+14
2025-08-05builtin/for-each-ref: factor out core logic into a helperMeet Soni1-22/+19
2025-08-05builtin/for-each-ref: align usage string with the man pageMeet Soni1-5/+10
2025-08-05remote: bail early from set_head() if missing remote nameJeff King1-4/+7
2025-08-04Merge branch 'lm/add-p-context'Junio C Hamano5-21/+120
2025-08-04Merge branch 'ps/config-wo-the-repository'Junio C Hamano93-258/+298
2025-08-04Merge branch 'kn/for-each-ref-skip-updates'Junio C Hamano1-1/+1
2025-08-04Merge branch 'hy/blame-simplify-get-commit-info'Junio C Hamano1-11/+4
2025-08-04revert: initialize const valueJeff King1-1/+1
2025-08-03Merge branch 'ow/rebase-verify-insn-fmt-before-initializing-state'Junio C Hamano1-21/+21
2025-08-03Merge branch 'ps/object-store-midx'Junio C Hamano2-8/+12
2025-08-03Merge branch 'kn/for-each-ref-skip'Junio C Hamano1-0/+8
2025-08-03describe: use prio_queue_replace()René Scharfe1-16/+52
2025-08-03describe: use prio_queueRené Scharfe1-24/+27
2025-08-02notes: do not use strbuf_split*()Junio C Hamano1-11/+12
2025-08-02merge-tree: do not use strbuf_split*()Junio C Hamano1-14/+16
2025-08-02clean: do not use strbuf_split*() [part 2]Junio C Hamano1-9/+11