summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2026-04-06doc: convert git-difftool manual page to synopsis styleJean-Noël Avila-56/+56
2026-04-06backfill: auto-detect sparse-checkout from configTrieu Huynh-1/+16
2026-04-06git-compat-util: fix CONST_OUTPARAM typo and indentationJeff King-2/+2
2026-04-04Merge branch 'master' of https://github.com/git/gitJiang Xin-389/+1368
2026-04-03A couple more on top of -rc0Junio C Hamano-0/+6
2026-04-03Merge branch 'ps/dash-buggy-0.5.13-workaround'Junio C Hamano-36/+54
2026-04-03Merge branch 'js/cmake-needs-writev-compat-too'Junio C Hamano-1/+5
2026-04-03Merge branch 'js/mingw-use-strftime-directly-in-ucrt-build'Junio C Hamano-0/+4
2026-04-03A bit more on top of 2.54-rc0Junio C Hamano-0/+11
2026-04-03Merge branch 'th/t8003-unhide-git-failures'Junio C Hamano-44/+31
2026-04-03Merge branch 'sa/replay-revert'Junio C Hamano-101/+361
2026-04-03Merge branch 'pw/worktree-reduce-the-repository'Junio C Hamano-42/+20
2026-04-03Merge branch 'ar/config-hook-cleanups'Junio C Hamano-175/+424
2026-04-03Merge branch 'ds/backfill-revs'Junio C Hamano-10/+280
2026-04-03Merge branch 'mf/format-patch-commit-list-format-doc'Junio C Hamano-20/+15
2026-04-03Merge branch 'mf/format-patch-commit-list-format'Junio C Hamano-53/+84
2026-04-03Merge branch 'mf/format-patch-cover-letter-format'Junio C Hamano-14/+212
2026-04-03mingw: use strftime() directly in UCRT buildsJohannes Schindelin-0/+4
2026-04-03cmake: use writev(3p) wrapper as neededJohannes Schindelin-1/+5
2026-04-03l10n: document AI and PO helper in po/READMEJiang Xin-6/+21
2026-04-03l10n: docs: add review instructions in AGENTS.mdJiang Xin-0/+197
2026-04-03l10n: docs: add translation instructions in AGENTS.mdJiang Xin-1/+600
2026-04-03l10n: docs: add update PO instructions in AGENTS.mdJiang Xin-0/+11
2026-04-03l10n: docs: add AGENTS.md with update POT instructionsJiang Xin-0/+70
2026-04-03l10n: add .gitattributes to simplify location filteringJiang Xin-119/+161
2026-04-02t9300: work around partial read bug in Dash v0.5.13Patrick Steinhardt-18/+14
2026-04-02t: work around multibyte bug in quoted heredocs with Dash v0.5.13Patrick Steinhardt-18/+40
2026-04-02reftable/system: add abstraction to mmap filesPatrick Steinhardt-12/+45
2026-04-02reftable/system: add abstraction to retrieve time in millisecondsPatrick Steinhardt-23/+13
2026-04-02reftable/fsck: use REFTABLE_UNUSED instead of UNUSEDPatrick Steinhardt-1/+1
2026-04-02reftable/stack: provide fsync(3p) via system headerPatrick Steinhardt-22/+12
2026-04-02reftable: introduce "reftable-system.h" headerPatrick Steinhardt-12/+34
2026-04-01refs/files-backend: drop const to fix strchr() warningJeff King-6/+8
2026-04-01http: drop const to fix strstr() warningJeff King-4/+6
2026-04-01range-diff: drop const to fix strstr() warningsJeff King-1/+1
2026-04-01pkt-line: make packet_reader.line non-constJeff King-7/+9
2026-04-01skip_prefix(): check const match between in and out paramsJeff King-2/+19
2026-04-01pseudo-merge: fix disk reads from find_pseudo_merge()Jeff King-13/+19
2026-04-01find_last_dir_sep(): convert inline function to macroJeff King-5/+1
2026-04-01run-command: explicitly cast away constness when assigning to voidJeff King-2/+2
2026-04-01pager: explicitly cast away strchr() constnessJeff King-2/+3
2026-04-01transport-helper: drop const to fix strchr() warningsJeff King-1/+2
2026-04-01http: add const to fix strchr() warningsJeff King-1/+1
2026-04-01convert: add const to fix strchr() warningsJeff King-1/+2
2026-04-01replay: allow to specify a ref with option --refToon Claes-10/+128
2026-04-01replay: use stuck form in documentation and help messageToon Claes-14/+15
2026-04-01builtin/replay: mark options as not negatableToon Claes-12/+16
2026-04-01Git 2.54-rc0v2.54.0-rc0Junio C Hamano-1/+1
2026-04-01RelNotes: minor typo fixes in 2.54.0 draftTodd Zullinger-2/+2
2026-04-01read-cache: disable renames in add_files_to_cacheNick Golden-0/+39