aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-02-21merge,diff: remove the_repository check before prefetching blobsElijah Newren
2026-02-20symlinks: use unsigned int for flagsTian Yuchen
2026-02-20The 6th batchJunio C Hamano
2026-02-20Merge branch 'ak/t9812-test-path-is-helpers'Junio C Hamano
2026-02-20Merge branch 'pw/diff-anchored-optim'Junio C Hamano
2026-02-20Merge branch 'jc/doc-cg-c-comment'Junio C Hamano
2026-02-20Merge branch 'pw/xdiff-cleanups'Junio C Hamano
2026-02-20tree-diff: remove the usage of the_hash_algo globalShreyansh Paliwal
2026-02-20contrib/subtree: process out-of-prefix subtreesColin Stagner
2026-02-20contrib/subtree: test history depthColin Stagner
2026-02-20contrib/subtree: capture additional test-casesColin Stagner
2026-02-20apply: normalize path in --directory argumentJoaquim Rocha
2026-02-20Merge branch 'ps/for-each-ref-in-fixes' into ps/refs-for-eachJunio C Hamano
2026-02-20Merge branch 'lo/repo-info-keys' into lo/repo-leftover-bitsJunio C Hamano
2026-02-20ref-filter: clarify lstrip/rstrip component countingJeff King
2026-02-20mailmap: drop global config variablesBurak Kaan Karaçay
2026-02-20mailmap: stop using the_repositoryBurak Kaan Karaçay
2026-02-20osxkeychain: define build targets in the top-level Makefile.Koji Nakamaru
2026-02-20t6006: don't use iconv(1) without ICONV prereqPatrick Steinhardt
2026-02-20t5550: add ICONV prereq to tests that use "$HTTPD_URL/error"Patrick Steinhardt
2026-02-20t4205: improve handling of ICONV prerequisitePatrick Steinhardt
2026-02-20t40xx: don't use iconv(1) without ICONV prereqPatrick Steinhardt
2026-02-20t: don't set ICONV prereq when iconv(1) is missingPatrick Steinhardt
2026-02-19hook: add -z option to "git hook list"Adrian Ratiu
2026-02-19hook: allow out-of-repo 'git hook' invocationsEmily Shaffer
2026-02-19hook: allow event = "" to overwrite previous valuesAdrian Ratiu
2026-02-19hook: allow disabling config hooksAdrian Ratiu
2026-02-19hook: include hooks from the configAdrian Ratiu
2026-02-19hook: add "git hook list" commandEmily Shaffer
2026-02-19hook: run a list of hooks to prepare for multihook supportEmily Shaffer
2026-02-19hook: add internal state alloc/free callbacksAdrian Ratiu
2026-02-19path: remove repository argument from worktree_git_path()Phillip Wood
2026-02-19wt-status: avoid passing NULL worktreePhillip Wood
2026-02-19bisect: simplify string_list memory handlingJeff King
2026-02-19bisect: fix misuse of `refs_for_each_ref_in()`Patrick Steinhardt
2026-02-19pack-bitmap: fix bug with exact ref match in "pack.preferBitmapTips"Patrick Steinhardt
2026-02-19pack-bitmap: deduplicate logic to iterate over preferred bitmap tipsPatrick Steinhardt
2026-02-19gitlab-ci: handle failed tests on MSVC+Meson jobPatrick Steinhardt
2026-02-19gitlab-ci: use "run-test-slice-meson.sh"Patrick Steinhardt
2026-02-19ci: make test slicing consistent across Meson/MakePatrick Steinhardt
2026-02-19github: fix Meson tests not executing at allPatrick Steinhardt
2026-02-19meson: fix MERGE_TOOL_DIR with "--no-bin-wrappers"Patrick Steinhardt
2026-02-19ci: don't skip smallest test slice in GitLabPatrick Steinhardt
2026-02-19ci: handle failures of test-slice helperPatrick Steinhardt
2026-02-19completion: fix zsh alias listing for subsection aliasesJonatan Holmgren
2026-02-19alias: support non-alphanumeric names via subsection syntaxJonatan Holmgren
2026-02-19alias: prepare for subsection aliasesJonatan Holmgren
2026-02-19help: use list_aliases() for alias listingJonatan Holmgren
2026-02-19object-file: use `container_of()` to convert from base typesJustin Tobler
2026-02-19doc: fetch: document `--jobs=0` behaviorDaniel D. Beck