summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-10-15Merge branch 'dl/push-missing-object-error' into maint-2.51Junio C Hamano
2025-10-15Merge branch 'ps/reflog-migrate-fixes' into maint-2.51Junio C Hamano
2025-10-15Merge branch 'js/rebase-i-allow-drop-on-a-merge' into maint-2.51Junio C Hamano
2025-10-15RelNotes: minor fixups before 2.51.1Kristoffer Haugsbakk
2025-10-14Prepare for 2.51.1Junio C Hamano
2025-10-14Merge branch 'ps/ci-avoid-broken-sudo-on-ubuntu' into maint-2.51Junio C Hamano
2025-10-14Merge branch 'jk/curl-global-trace-components' into maint-2.51Junio C Hamano
2025-10-14Merge branch 'kh/doc-fast-import-markup-fix' into maint-2.51Junio C Hamano
2025-10-14Merge branch 'kh/doc-config-typofix' into maint-2.51Junio C Hamano
2025-10-14Merge branch 'kh/doc-interpret-trailers-markup-fix' into maint-2.51Junio C Hamano
2025-10-14Merge branch 'ds/doc-count-objects-fix' into maint-2.51Junio C Hamano
2025-10-14Merge branch 'ja/asciidoc-doctor-verbatim-fixes' into maint-2.51Junio C Hamano
2025-10-14Merge branch 'da/cargo-serialize' into maint-2.51Junio C Hamano
2025-10-14Merge branch 'js/progress-delay-fix' into maint-2.51Junio C Hamano
2025-10-14Merge branch 'js/curl-off-t-fixes' into maint-2.51Junio C Hamano
2025-10-14Merge branch 'jt/clang-format-foreach-wo-space-before-parenthesis' into maint...Junio C Hamano
2025-10-14Merge branch 'ds/doc-ggg-pr-fork-clarify' into maint-2.51Junio C Hamano
2025-10-14Merge branch 'js/doc-gitk-history' into maint-2.51Junio C Hamano
2025-10-14Merge branch 'bc/doc-compat-object-format-not-working' into maint-2.51Junio C Hamano
2025-10-14Merge branch 'kh/you-still-use-whatchanged-fix' into maint-2.51Junio C Hamano
2025-10-11ci: fix broken jobs on Ubuntu 25.10 caused by switch to sudo-rs(1)Patrick Steinhardt
2025-10-10doc: fix accidental literal blocksKristoffer Haugsbakk
2025-10-09refs: forbid clang to complain about unreachable codeJohannes Schindelin
2025-10-07doc: fix indentation of refStorage item in git-config(1)Jeff King
2025-10-03Documentation/git-merge-tree.adoc: clarify the --merge-base optionElijah Newren
2025-10-01docs/gitcredentials: describe URL prefix matchingM Hickford
2025-09-29doc: patch-id: fix accidental literal blocksKristoffer Haugsbakk
2025-09-28clang-format: exclude control macros from SpaceBeforeParensJustin Tobler
2025-09-27doc: change the markup of paragraphs following a nested list itemJean-Noël Avila
2025-09-26http-push: avoid new compile errorJohannes Schindelin
2025-09-26imap-send: be more careful when casting to `curl_off_t`Johannes Schindelin
2025-09-26http: offer to cast `size_t` to `curl_off_t` safelyJohannes Schindelin
2025-09-25diff --no-index: fix logic for paths ending in '/'Jacob Keller
2025-09-18sequencer: remove VERBATIM_MSG flagPhillip Wood
2025-09-18rebase -i: respect commit.cleanup when picking fixupsPhillip Wood
2025-09-17BreakingChanges: remove claim about whatchanged reportsKristoffer Haugsbakk
2025-09-17whatchanged: remove not-even-shorter clauseKristoffer Haugsbakk
2025-09-17whatchanged: hint about git-log(1) and aliasingKristoffer Haugsbakk
2025-09-17you-still-use-that??: help the user help themselvesKristoffer Haugsbakk
2025-09-17t0014: test shadowing of aliases for a sample of builtinsKristoffer Haugsbakk
2025-09-17git: allow alias-shadowing deprecated builtinsKristoffer Haugsbakk
2025-09-17git: move seen-alias bookkeeping into handle_alias(...)Kristoffer Haugsbakk
2025-09-17git: add `deprecated` category to --list-cmdsKristoffer Haugsbakk
2025-09-17Makefile: don’t add whatchanged after it has been removedKristoffer Haugsbakk
2025-09-17refs/files: handle D/F conflicts during lockingKarthik Nayak
2025-09-17refs/files: handle F/D conflicts in case-insensitive FSKarthik Nayak
2025-09-17refs/files: use correct error type when lock existsKarthik Nayak
2025-09-17refs/files: catch conflicts on case-insensitive file-systemsKarthik Nayak
2025-09-11odb: drop deprecated wrapper functionsPatrick Steinhardt
2025-09-10doc: fast-import: replace literal block with paragraphKristoffer Haugsbakk