summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-10-09fsck: consider gpgsig headers expected in tagsbrian m. carlson4-0/+80
2025-10-09rev-parse: allow printing compatibility hashbrian m. carlson3-6/+50
2025-10-09docs: add documentation for loose objectsbrian m. carlson3-0/+55
2025-10-09docs: improve ambiguous areas of pack format documentationbrian m. carlson1-0/+19
2025-10-09docs: reflect actual double signature for tagsbrian m. carlson1-9/+11
2025-10-09docs: update offset order for pack index v3brian m. carlson1-6/+4
2025-10-09docs: update pack index v3 formatbrian m. carlson1-4/+8
2025-10-09Merge branch 'kh/doc-patch-id-markup-fix' into kh/doc-patch-id-1Junio C Hamano1-18/+21
2025-10-09refs: forbid clang to complain about unreachable codeJohannes Schindelin1-1/+7
2025-10-09mingw: order `#include`s alphabeticallyJohannes Schindelin1-11/+11
2025-10-09mingw: avoid relative `#include`sJohannes Schindelin1-10/+10
2025-10-08The sixteenth batchJunio C Hamano1-0/+10
2025-10-08Merge branch 'ps/rust-balloon'Junio C Hamano20-131/+410
2025-10-08Merge branch 'mh/doc-credential-url-prefix'Junio C Hamano2-12/+22
2025-10-08Merge branch 'kn/ref-cache-seek-fix'Junio C Hamano2-1/+66
2025-10-08Merge branch 'ml/reflog-write-committer-info-fix'Junio C Hamano2-0/+38
2025-10-07SubmittingPatches: guidance for multi-series effortsTaylor Blau1-0/+8
2025-10-07SubmittingPatches: extend release-notes experiment to topic namesTaylor Blau1-8/+13
2025-10-07The fifteenth batchJunio C Hamano1-0/+10
2025-10-07Merge branch 'ps/odb-clean-stale-wrappers'Junio C Hamano4-42/+8
2025-10-07Merge branch 'js/curl-off-t-fixes'Junio C Hamano4-13/+16
2025-10-07Merge branch 'jt/clang-format-foreach-wo-space-before-parenthesis'Junio C Hamano1-1/+1
2025-10-07Merge branch 'ps/packfile-store'Junio C Hamano31-269/+396
2025-10-07Merge branch 'je/doc-push'Junio C Hamano1-91/+98
2025-10-07Merge branch 'ps/gitlab-ci-windows-improvements' into ps/ci-rustJunio C Hamano2-27/+36
2025-10-07Merge branch 'ps/rust-balloon' into ps/ci-rustJunio C Hamano20-131/+410
2025-10-07mailmap: change primary address for Jonathan TanJonathan Tan1-0/+1
2025-10-07parseopt: values of pathname type can be prefixed with :(optional)Junio C Hamano3-11/+44
2025-10-07config: values of pathname type can be prefixed with :(optional)Junio C Hamano5-4/+41
2025-10-07t7500: fix GIT_EDITOR shell snippetJunio C Hamano1-2/+2
2025-10-07refs/reftable: add fsck check for checking the table nameKarthik Nayak5-5/+115
2025-10-07reftable: add code to facilitate consistency checksKarthik Nayak4-1/+143
2025-10-07fsck: order 'fsck_msg_type' alphabeticallyKarthik Nayak1-19/+19
2025-10-07Documentation/fsck-msgids: remove duplicate msg idKarthik Nayak1-3/+0
2025-10-07reftable: check for trailing newline in 'tables.list'Karthik Nayak4-26/+49
2025-10-07refs: move consistency check msg to generic layerKarthik Nayak2-2/+4
2025-10-07refs: remove unused headersKarthik Nayak3-3/+0
2025-10-07doc: fix indentation of refStorage item in git-config(1)Jeff King1-1/+2
2025-10-06doc: git-push: add explanation of `git push origin main`Julia Evans1-0/+4
2025-10-06doc: git-push: clarify "what to push"Julia Evans1-11/+14
2025-10-06doc: git-push: clarify "where to push"Julia Evans1-4/+2
2025-10-06doc: add an UPSTREAM BRANCHES section to pull/push/fetchJulia Evans1-0/+42
2025-10-06doc: git-push: clarify introJulia Evans1-6/+7
2025-10-06add-patch: reset "permitted" at loop startRené Scharfe2-9/+24
2025-10-06add-patch: let options a and d roll over like y and nRené Scharfe2-6/+21
2025-10-06add-patch: let options k and K roll over like j and JRené Scharfe3-29/+37
2025-10-06add-patch: let options y, n, j, and e roll over to next undecidedRené Scharfe3-4/+33
2025-10-06add-patch: document that option J rolls overRené Scharfe3-8/+18
2025-10-06add-patch: improve help for options j, J, k, and KRené Scharfe2-8/+8
2025-10-06refs: enable sign compare warnings checkshejialuo1-6/+3