aboutsummaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)Author
2026-01-15Merge branch 'kh/replay-invalid-onto-advance'Junio C Hamano
2026-01-15Merge branch 'ps/odb-misc-fixes'Junio C Hamano
2026-01-15Merge branch 'ps/packfile-store-in-odb-source' into ps/odb-for-each-objectJunio C Hamano
2026-01-15Merge branch 'ps/read-object-info-improvements' into ps/odb-for-each-objectJunio C Hamano
2026-01-15commit: rename `free_commit_list()` to conform to coding guidelinesPatrick Steinhardt
2026-01-15commit: rename `reverse_commit_list()` to conform to coding guidelinesPatrick Steinhardt
2026-01-15commit: rename `copy_commit_list()` to conform to coding guidelinesPatrick Steinhardt
2026-01-14builtin/repack: handle promisor packs with geometric repackingPatrick Steinhardt
2026-01-14builtin/pack-objects: exclude promisor objects with "--stdin-packs"Patrick Steinhardt
2026-01-13builtin/history: implement "reword" subcommandPatrick Steinhardt
2026-01-13builtin: add new "history" commandPatrick Steinhardt
2026-01-13builtin/replay: move core logic into "libgit.a"Patrick Steinhardt
2026-01-13builtin/replay: extract core logic to replay revisionsPatrick Steinhardt
2026-01-12submodule: hash the submodule name for the gitdir pathAdrian Ratiu
2026-01-12submodule: fix case-folding gitdir filesystem collisionsAdrian Ratiu
2026-01-12submodule--helper: fix filesystem collisions by encoding gitdir pathsAdrian Ratiu
2026-01-12builtin/credential-store: move is_rfc3986_unreserved to url.[ch]Adrian Ratiu
2026-01-12submodule--helper: add gitdir migration commandAdrian Ratiu
2026-01-12submodule: introduce extensions.submodulePathConfigAdrian Ratiu
2026-01-12builtin/submodule--helper: add gitdir commandAdrian Ratiu
2026-01-12submodule: always validate gitdirs inside submodule_name_to_gitdirAdrian Ratiu
2026-01-12submodule--helper: use submodule_name_to_gitdir in add_submoduleAdrian Ratiu
2026-01-12builtin/fsck: drop `fsck_head_link()`Patrick Steinhardt
2026-01-12builtin/fsck: move generic HEAD check into `refs_fsck()`Patrick Steinhardt
2026-01-12builtin/fsck: move generic object ID checks into `refs_fsck()`Patrick Steinhardt
2026-01-12packfile: drop repository parameter from `packed_object_info()`Patrick Steinhardt
2026-01-12Merge branch 'rs/commit-stack'Junio C Hamano
2026-01-09cocci: convert parse_tree functions to repo_ variantsRené Scharfe
2026-01-09fsck: snapshot default refs before object walkElijah Newren
2026-01-09packfile: only prepare owning store in `packfile_store_prepare()`Patrick Steinhardt
2026-01-09packfile: move packfile store into object sourcePatrick Steinhardt
2026-01-09packfile: refactor kept-pack cache to work with packfile storesPatrick Steinhardt
2026-01-09patch-id: use “patch ID” throughoutKristoffer Haugsbakk
2026-01-08Merge branch 'rs/tag-wo-the-repository'Junio C Hamano
2026-01-08Merge branch 'kh/replay-invalid-onto-advance' into ps/historyJunio C Hamano
2026-01-07Merge branch 'ps/odb-misc-fixes' into ps/packfile-store-in-odb-sourceJunio C Hamano
2026-01-07builtin/gc: fix condition for whether to write commit graphsPatrick Steinhardt
2026-01-07cat-file: only use bitmaps when filteringJeff King
2026-01-06Merge branch 'ar/run-command-hook'Junio C Hamano
2026-01-06Merge branch 'rs/show-branch-prio-queue'Junio C Hamano
2026-01-06Merge branch 'bc/checkout-error-message-fix'Junio C Hamano
2026-01-06replay: die if we cannot parse objectKristoffer Haugsbakk
2026-01-06replay: improve code comment and die messageKristoffer Haugsbakk
2026-01-06replay: die descriptively when invalid commit-ish is givenKristoffer Haugsbakk
2026-01-06replay: find *onto only after testing for ref nameKristoffer Haugsbakk
2026-01-06replay: remove dead code and rearrangeKristoffer Haugsbakk
2025-12-30Merge branch 'jt/repo-struct-more-objinfo'Junio C Hamano
2025-12-29tag: support arbitrary repositories in parse_tag()René Scharfe
2025-12-29tag: support arbitrary repositories in gpg_verify_tag()René Scharfe
2025-12-28receive-pack: convert receive hooks to hook APIEmily Shaffer