summaryrefslogtreecommitdiffstats
path: root/builtin
AgeCommit message (Expand)AuthorLines
2025-08-25Merge branch 'dk/help-all'Junio C Hamano-1/+2
2025-08-25bulk-checkin: remove global transaction stateJustin Tobler-7/+10
2025-08-22Merge branch 'ac/deglobal-fmt-merge-log-config'Junio C Hamano-4/+5
2025-08-22Merge branch 'jc/diff-no-index-in-subdir'Junio C Hamano-0/+15
2025-08-22Merge branch 'ms/refs-list'Junio C Hamano-17/+33
2025-08-21Merge branch 'jc/strbuf-split'Junio C Hamano-63/+64
2025-08-21Merge branch 'jc/string-list-split'Junio C Hamano-3/+3
2025-08-21Merge branch 'rs/describe-with-prio-queue'Junio C Hamano-24/+63
2025-08-21Merge branch 'ps/remote-rename-fix'Junio C Hamano-136/+227
2025-08-21Merge branch 'ps/reflog-migrate-fixes'Junio C Hamano-19/+84
2025-08-20Merge branch 'lo/repo-info' into lo/repo-info-step-2Junio C Hamano-0/+150
2025-08-20describe: pass commit to describe_commit()Jeff King-11/+9
2025-08-20describe: handle blob traversal with no commitsJeff King-2/+4
2025-08-18describe: catch unborn branch in describe_blob()Jeff King-1/+7
2025-08-18describe: error if blob not foundJeff King-0/+3
2025-08-18describe: pass oid struct by const pointerJeff King-4/+4
2025-08-17repo: add the --format flagLucas Seiki Oshiro-6/+40
2025-08-17repo: add the field layout.shallowLucas Seiki Oshiro-0/+9
2025-08-17repo: add the field layout.bareLucas Seiki Oshiro-0/+10
2025-08-17repo: add the field references.formatLucas Seiki Oshiro-2/+72
2025-08-17repo: declare the repo commandLucas Seiki Oshiro-0/+27
2025-08-15commit-graph: stop passing in redundant repositoryPatrick Steinhardt-3/+3
2025-08-15commit-graph: stop using `the_repository`Patrick Steinhardt-2/+2
2025-08-15commit-graph: stop using `the_hash_algo`Patrick Steinhardt-1/+2
2025-08-11Merge branch 'rs/merge-compact-summary'Junio C Hamano-1/+1
2025-08-11Merge branch 'rs/for-each-ref-start-after-marker-fix'Junio C Hamano-1/+1
2025-08-11midx: stop duplicating info redundant with its owning sourcePatrick Steinhardt-2/+3
2025-08-11midx: write multi-pack indices via their sourcePatrick Steinhardt-9/+12
2025-08-11midx: load multi-pack indices via their sourcePatrick Steinhardt-2/+16
2025-08-11midx: drop redundant `struct repository` parameterPatrick Steinhardt-1/+1
2025-08-11odb: allow `odb_find_source()` to failPatrick Steinhardt-2/+2
2025-08-11builtin/fmt-merge-msg: stop depending on 'the_repository'Ayush Chandekar-3/+2
2025-08-11environment: remove the global variable 'merge_log_config'Ayush Chandekar-2/+4
2025-08-09diff: --no-index should ignore the worktreeJunio C Hamano-0/+15
2025-08-09merge: don't document non-existing --compact-summary argumentRené Scharfe-1/+1
2025-08-09for-each-ref: call --start-after argument "marker"René Scharfe-1/+1
2025-08-08builtin: also setup gently for --help-allD. Ben Knoble-1/+2
2025-08-07Merge branch 'dl/squelch-maybe-uninitialized'Junio C Hamano-4/+7
2025-08-07Merge branch 'jk/revert-squelch-compiler-warning'Junio C Hamano-1/+1
2025-08-06builtin/remote: only iterate through refs that are to be renamedPatrick Steinhardt-9/+4
2025-08-06builtin/remote: rework how remote refs get renamedPatrick Steinhardt-99/+197
2025-08-06builtin/remote: determine whether refs need renaming early onPatrick Steinhardt-4/+8
2025-08-06builtin/remote: fix sign comparison warningsPatrick Steinhardt-31/+23
2025-08-06refs: pass refname when invoking reflog entry callbackPatrick Steinhardt-8/+10
2025-08-06Merge branch 'ps/reflog-migrate-fixes' into ps/remote-rename-fixJunio C Hamano-19/+84
2025-08-06builtin/reflog: implement subcommand to write new entriesPatrick Steinhardt-0/+65
2025-08-06builtin/reflog: improve grouping of subcommandsPatrick Steinhardt-19/+19
2025-08-05Merge branch 'kj/renamed-submodule'Junio C Hamano-6/+44
2025-08-05Merge branch 'ps/object-file-wo-the-repository'Junio C Hamano-43/+64
2025-08-05builtin/refs: add list subcommandMeet Soni-0/+14