summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2025-03-03doc: *.txt -> *.adoc fixesTodd Zullinger-5/+5
2025-03-03technical/partial-clone: update reference to rev-list-options.adocTodd Zullinger-1/+1
2025-03-03howto/new-command: update reference to builtin docsTodd Zullinger-1/+1
2025-03-03MyFirstObjectWalk: *.txt -> *.adoc fixesTodd Zullinger-6/+6
2025-03-03MyFirstContribution: *.txt -> *.adoc fixesTodd Zullinger-12/+12
2025-03-03CodingGuidelines: *.txt -> *.adoc fixesTodd Zullinger-2/+2
2025-03-03README: *.txt -> *.adoc fixesTodd Zullinger-7/+7
2025-03-03Makefile: update reference to technical/racy-git.adocTodd Zullinger-1/+1
2025-03-03doc: remove unneeded .gitattributesTodd Zullinger-1/+0
2025-03-03.gitattributes: more *.txt -> *.adoc updatesTodd Zullinger-3/+3
2025-03-03t0450: *.txt -> *.adoc fixesTodd Zullinger-25/+25
2025-03-03BreakingChanges: clarify the procedureJunio C Hamano-6/+5
2025-03-03doc: add technical design doc for large object promisorsChristian Couder-0/+656
2025-03-03A few more before -rc1Junio C Hamano-0/+13
2025-03-03Merge branch 'ps/build-meson-fixes'Junio C Hamano-1/+1
2025-03-03Merge branch 'ps/meson-contrib-bits'Junio C Hamano-27/+229
2025-03-03Merge branch 'ms/merge-recursive-string-list-micro-optimization'Junio C Hamano-8/+7
2025-03-03Merge branch 'lo/doc-merge-submodule-update'Junio C Hamano-0/+10
2025-03-03Merge branch 'ps/build-meson-fixes-0130'Junio C Hamano-98/+89
2025-03-03Merge branch 'dk/test-aggregate-results-paste-fix'Junio C Hamano-1/+1
2025-03-03editorconfig: add .bash extensionDavid Mandelberg-1/+1
2025-03-03meson: fix building technical and howto docsPhillip Wood-48/+48
2025-03-03builtin/diff-pairs: allow explicit diff queue flushJustin Tobler-0/+27
2025-03-03builtin: introduce diff-pairs commandJustin Tobler-0/+338
2025-03-03diff: add option to skip resolving diff statusesJustin Tobler-1/+9
2025-03-03diff: return diff_filepair from diff queue helpersJustin Tobler-20/+75
2025-03-01doc: fix build-docdep.perlJunio C Hamano-12/+12
2025-03-01contrib/subtree: rename .txt to .adocTodd Zullinger-3/+3
2025-03-01contrib/contacts: rename .txt to .adocTodd Zullinger-3/+3
2025-03-01doc: update howto-index.sh for .adoc extensionsTodd Zullinger-7/+7
2025-03-01Merge branch 'ps/meson-contrib-bits' into tz/doc-txt-to-adoc-fixesJunio C Hamano-27/+229
2025-02-28path: adjust last remaining users of `the_repository`Patrick Steinhardt-56/+64
2025-02-28environment: move access to "core.sharedRepository" into repo settingsPatrick Steinhardt-58/+58
2025-02-28environment: move access to "core.hooksPath" into repo settingsPatrick Steinhardt-17/+23
2025-02-28repo-settings: introduce function to clear structPatrick Steinhardt-3/+10
2025-02-28path: drop `git_path()` in favor of `repo_git_path()`Patrick Steinhardt-93/+128
2025-02-28rerere: let `rerere_path()` write paths into a caller-provided bufferPatrick Steinhardt-32/+69
2025-02-27A bit more post -rc0Junio C Hamano-0/+15
2025-02-27Merge branch 'jc/3.0-branches-remotes-update'Junio C Hamano-2/+2
2025-02-27Merge branch 'bc/http-push-auth-netrc-fix'Junio C Hamano-2/+11
2025-02-27Merge branch 'rs/clear-commit-marks-optim'Junio C Hamano-4/+4
2025-02-27Merge branch 'pw/rebase-i-ff-empty-commit'Junio C Hamano-3/+43
2025-02-27Merge branch 'kn/ref-migrate-skip-reflog'Junio C Hamano-11/+44
2025-02-27Merge branch 'ua/os-version-capability'Junio C Hamano-23/+115
2025-02-27builtin/fsck: add `git refs verify` child processshejialuo-2/+77
2025-02-27packed-backend: check whether the "packed-refs" is sortedshejialuo-16/+191
2025-02-27packed-backend: add "packed-refs" entry consistency checkshejialuo-1/+169
2025-02-27packed-backend: check whether the refname contains NUL charactersshejialuo-0/+18
2025-02-27packed-backend: add "packed-refs" header consistency checkshejialuo-0/+135
2025-02-27packed-backend: check if header starts with "# pack-refs with: "shejialuo-1/+1