summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-03-03MyFirstObjectWalk: *.txt -> *.adoc fixesTodd Zullinger1-6/+6
2025-03-03MyFirstContribution: *.txt -> *.adoc fixesTodd Zullinger1-12/+12
2025-03-03CodingGuidelines: *.txt -> *.adoc fixesTodd Zullinger1-2/+2
2025-03-03README: *.txt -> *.adoc fixesTodd Zullinger1-7/+7
2025-03-03Makefile: update reference to technical/racy-git.adocTodd Zullinger1-1/+1
2025-03-03doc: remove unneeded .gitattributesTodd Zullinger1-1/+0
2025-03-03.gitattributes: more *.txt -> *.adoc updatesTodd Zullinger1-3/+3
2025-03-03t0450: *.txt -> *.adoc fixesTodd Zullinger2-25/+25
2025-03-03BreakingChanges: clarify the procedureJunio C Hamano1-6/+5
2025-03-03doc: add technical design doc for large object promisorsChristian Couder1-0/+656
2025-03-03A few more before -rc1Junio C Hamano1-0/+13
2025-03-03Merge branch 'ps/build-meson-fixes'Junio C Hamano1-1/+1
2025-03-03Merge branch 'ps/meson-contrib-bits'Junio C Hamano24-27/+229
2025-03-03Merge branch 'ms/merge-recursive-string-list-micro-optimization'Junio C Hamano1-8/+7
2025-03-03Merge branch 'lo/doc-merge-submodule-update'Junio C Hamano1-0/+10
2025-03-03Merge branch 'ps/build-meson-fixes-0130'Junio C Hamano8-98/+89
2025-03-03Merge branch 'dk/test-aggregate-results-paste-fix'Junio C Hamano1-1/+1
2025-03-03editorconfig: add .bash extensionDavid Mandelberg1-1/+1
2025-03-03meson: fix building technical and howto docsPhillip Wood2-48/+48
2025-03-03builtin/diff-pairs: allow explicit diff queue flushJustin Tobler3-0/+27
2025-03-03builtin: introduce diff-pairs commandJustin Tobler11-0/+338
2025-03-03diff: add option to skip resolving diff statusesJustin Tobler2-1/+9
2025-03-03diff: return diff_filepair from diff queue helpersJustin Tobler2-20/+75
2025-03-01doc: fix build-docdep.perlJunio C Hamano1-12/+12
2025-03-01contrib/subtree: rename .txt to .adocTodd Zullinger3-3/+3
2025-03-01contrib/contacts: rename .txt to .adocTodd Zullinger3-3/+3
2025-03-01doc: update howto-index.sh for .adoc extensionsTodd Zullinger1-7/+7
2025-03-01Merge branch 'ps/meson-contrib-bits' into tz/doc-txt-to-adoc-fixesJunio C Hamano24-27/+229
2025-02-28path: adjust last remaining users of `the_repository`Patrick Steinhardt17-56/+64
2025-02-28environment: move access to "core.sharedRepository" into repo settingsPatrick Steinhardt8-58/+58
2025-02-28environment: move access to "core.hooksPath" into repo settingsPatrick Steinhardt7-17/+23
2025-02-28repo-settings: introduce function to clear structPatrick Steinhardt3-3/+10
2025-02-28path: drop `git_path()` in favor of `repo_git_path()`Patrick Steinhardt15-93/+128
2025-02-28rerere: let `rerere_path()` write paths into a caller-provided bufferPatrick Steinhardt3-32/+69
2025-02-27A bit more post -rc0Junio C Hamano1-0/+15
2025-02-27Merge branch 'jc/3.0-branches-remotes-update'Junio C Hamano1-2/+2
2025-02-27Merge branch 'bc/http-push-auth-netrc-fix'Junio C Hamano2-2/+11
2025-02-27Merge branch 'rs/clear-commit-marks-optim'Junio C Hamano1-4/+4
2025-02-27Merge branch 'pw/rebase-i-ff-empty-commit'Junio C Hamano3-3/+43
2025-02-27Merge branch 'kn/ref-migrate-skip-reflog'Junio C Hamano5-11/+44
2025-02-27Merge branch 'ua/os-version-capability'Junio C Hamano7-23/+115
2025-02-27builtin/fsck: add `git refs verify` child processshejialuo3-2/+77
2025-02-27packed-backend: check whether the "packed-refs" is sortedshejialuo4-16/+191
2025-02-27packed-backend: add "packed-refs" entry consistency checkshejialuo4-1/+169
2025-02-27packed-backend: check whether the refname contains NUL charactersshejialuo1-0/+18
2025-02-27packed-backend: add "packed-refs" header consistency checkshejialuo4-0/+135
2025-02-27packed-backend: check if header starts with "# pack-refs with: "shejialuo1-1/+1
2025-02-27packed-backend: check whether the "packed-refs" is regular fileshejialuo2-4/+78
2025-02-27builtin/refs: get worktrees without reading head informationshejialuo3-1/+14
2025-02-27t0602: use subshell to ensure working directory unchangedshejialuo1-447/+468