summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-10-24builtin/maintenance: don't silently ignore invalid strategyPatrick Steinhardt
2025-10-24builtin/maintenance: make the geometric factor configurablePatrick Steinhardt
2025-10-24builtin/maintenance: introduce "geometric-repack" taskPatrick Steinhardt
2025-10-24builtin/gc: make `too_many_loose_objects()` reusable without GC configPatrick Steinhardt
2025-10-24builtin/gc: remove global `repack` variablePatrick Steinhardt
2025-10-24diff: simplify run_external_diff() quiet logicJeff King
2025-10-24diff: drop dry-run redirection to /dev/nullJeff King
2025-10-24diff: replace diff_options.dry_run flag with NULL fileJeff King
2025-10-24diff: drop save/restore of color_moved in dry-run modeJeff King
2025-10-24diff: send external diff output to diff_options.fileJeff King
2025-10-24Merge branch 'ly/diff-name-only-with-diff-from-content' into jk/diff-patch-dr...Junio C Hamano
2025-10-24commit-reach: avoid commit_list_insert_by_date()René Scharfe
2025-10-24The twenty-third batchJunio C Hamano
2025-10-24Merge branch 'jc/diff-from-contents-fix'Junio C Hamano
2025-10-24Merge branch 'jk/diff-from-contents-fix'Junio C Hamano
2025-10-23t7528: work around ETOOMANY in OpenSSH 10.1 and newerPatrick Steinhardt
2025-10-23gpg-interface: do not use misdesigned strbuf_split*()Olamide Caleb Bello
2025-10-23gpg-interface: do not use misdesigned strbuf_split*()Olamide Caleb Bello
2025-10-23diff: stop output garbled message in dry run modeLidong Yan
2025-10-23Merge branch 'jc/diff-from-contents-fix' into ly/diff-name-only-with-diff-fro...Junio C Hamano
2025-10-23diff: make sure the other caller of diff_flush_patch_quietly() is silentJunio C Hamano
2025-10-22Merge branch 'jk/diff-from-contents-fix' into ly/diff-name-only-with-diff-fro...Junio C Hamano
2025-10-22The twenty-second batchJunio C Hamano
2025-10-22Merge branch 'so/t2401-use-test-path-helpers'Junio C Hamano
2025-10-22Merge branch 'je/doc-pull'Junio C Hamano
2025-10-22Merge branch 'bc/sha1-256-interop-01'Junio C Hamano
2025-10-22Merge branch 'js/ci-github-actions-update'Junio C Hamano
2025-10-22bisect: fix handling of `help` and invalid subcommandsRuoyu Zhong
2025-10-22commit-graph: add new config for changed-paths & recommend it in scalarEmily Yang
2025-10-21builtin/repo: add progress meter for structure statsJustin Tobler
2025-10-21builtin/repo: add keyvalue and nul format for structure statsJustin Tobler
2025-10-21builtin/repo: add object counts in structure outputJustin Tobler
2025-10-21builtin/repo: introduce structure subcommandJustin Tobler
2025-10-21ref-filter: export ref_kind_from_refname()Justin Tobler
2025-10-21ref-filter: allow NULL filter patternJustin Tobler
2025-10-21builtin/repo: rename repo_info() to cmd_repo_info()Justin Tobler
2025-10-21add-patch: fully document option PRené Scharfe
2025-10-21Merge branch 'tb/incremental-midx-part-3.1' into ps/maintenance-geometricJunio C Hamano
2025-10-21unicode: update the width tables to Unicode 17Torsten Bögershausen
2025-10-20The twenty-first batchJunio C Hamano
2025-10-20Merge branch 'tb/cat-file-objectmode-update'Junio C Hamano
2025-10-20Merge branch 'kh/doc-continued-paragraph-fix'Junio C Hamano
2025-10-20Merge branch 'js/unreachable-workaround-for-no-symlink-head'Junio C Hamano
2025-10-20Merge branch 'js/mingw-includes-cleanup'Junio C Hamano
2025-10-20Merge branch 'dk/stash-apply-index'Junio C Hamano
2025-10-20contrib/credential: harmonize MakefilesThomas Uhle
2025-10-20completion: complete some 'git log' optionsKIYOTA Fumiya
2025-10-20sparse-index: improve advice message instructionsDerrick Stolee
2025-10-20t7500: fix tests with absolute path following ":(optional)" on WindowsJohannes Sixt
2025-10-17status: make coloring of "-z --short" consistentJeff King