summaryrefslogtreecommitdiffstats
path: root/Documentation (follow)
Commit message (Expand)AuthorAgeFilesLines
* Hopefully the final batch before 2.48-rc1Junio C Hamano2024-12-231-0/+27
* Merge branch 'kn/reflog-migration'Junio C Hamano2024-12-231-2/+0
|\
| * refs: add support for migrating reflogsKarthik Nayak2024-12-161-2/+0
* | Merge branch 'ma/asciidoctor-build-fixes'Junio C Hamano2024-12-231-1/+4
|\ \
| * | asciidoctor-extensions.rb.in: inject GIT_DATEMartin Ågren2024-12-211-0/+1
| * | asciidoctor-extensions.rb.in: add missing wordMartin Ågren2024-12-211-1/+1
| * | asciidoctor-extensions.rb.in: delete existing <refmiscinfo/>Martin Ågren2024-12-211-0/+2
| * | Merge branch 'ps/build-hotfix' into ma/asciidoctor-build-fixesJunio C Hamano2024-12-212-11/+7
| |\ \
* | \ \ Merge branch 'ps/build-hotfix'Junio C Hamano2024-12-232-11/+7
|\ \ \ \ | | |/ / | |/| |
| * | | meson: add options to override build informationPatrick Steinhardt2024-12-201-0/+1
| * | | GIT-VERSION-GEN: fix overriding GIT_VERSIONPatrick Steinhardt2024-12-201-0/+4
| * | | Makefile: introduce template for GIT-VERSION-GENPatrick Steinhardt2024-12-201-2/+2
| * | | Makefile: drop unneeded indirection for GIT-VERSION-GEN outputsPatrick Steinhardt2024-12-201-4/+2
| * | | Makefile: stop including "GIT-VERSION-FILE" in docsPatrick Steinhardt2024-12-201-7/+0
* | | | Merge branch 'kl/doc-build-fix'Junio C Hamano2024-12-231-3/+3
|\ \ \ \
| * | | | doc: remove extra quotes in generated docsKyle Lippincott2024-12-181-3/+3
* | | | | Merge branch 'js/range-diff-diff-merges'Junio C Hamano2024-12-231-1/+16
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | range-diff: introduce the convenience option `--remerge-diff`Johannes Schindelin2024-12-161-0/+4
| * | | | range-diff: optionally include merge commits' diffs in the analysisJohannes Schindelin2024-12-161-1/+12
* | | | | Finishing touches before 2.48-rc1Junio C Hamano2024-12-191-0/+16
* | | | | Merge branch 'mh/doc-windows-home-env'Junio C Hamano2024-12-191-0/+8
|\ \ \ \ \
| * | | | | Document HOME environment variableAlejandro Barreto2024-12-101-0/+8
* | | | | | Merge branch 'bf/fetch-set-head-config'Junio C Hamano2024-12-191-0/+13
|\ \ \ \ \ \
| * | | | | | fetch set_head: add warn-if-not-$branch optionBence Ferdinandy2024-12-051-3/+5
| * | | | | | fetch: add configuration for set_head behaviourBence Ferdinandy2024-12-021-0/+11
* | | | | | | Git 2.48-rc0v2.48.0-rc0Junio C Hamano2024-12-161-0/+22
* | | | | | | Merge branch 'ps/build'Junio C Hamano2024-12-1613-57/+629
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | Introduce support for the Meson build systemPatrick Steinhardt2024-12-061-0/+324
| * | | | | | Documentation: add comparison of build systemsPatrick Steinhardt2024-12-062-0/+225
| * | | | | | Documentation: extract script to generate a list of mergetoolsPatrick Steinhardt2024-12-062-14/+25
| * | | | | | Documentation: teach "cmd-list.perl" about out-of-tree buildsPatrick Steinhardt2024-12-062-12/+13
| * | | | | | Documentation: allow sourcing generated includes from separate dirPatrick Steinhardt2024-12-065-15/+18
| * | | | | | Makefile: allow "bin-wrappers/" directory to existPatrick Steinhardt2024-12-061-1/+1
| | |_|_|/ / | |/| | | |
| * | | | | Makefile: generate doc versions via GIT-VERSION-GENPatrick Steinhardt2024-12-064-15/+23
| | |_|_|/ | |/| | |
* | | | | The sixteenth batchJunio C Hamano2024-12-131-0/+22
* | | | | Merge branch 'kk/doc-ancestry-path'Junio C Hamano2024-12-131-1/+2
|\ \ \ \ \
| * | | | | doc: mention rev-list --ancestry-path restrictionsKai Koponen2024-12-041-1/+2
* | | | | | Merge branch 'cw/worktree-extension'Junio C Hamano2024-12-133-0/+24
|\ \ \ \ \ \
| * | | | | | worktree: add relative cli/config options to `repair` commandCaleb White2024-12-021-0/+3
| * | | | | | worktree: add relative cli/config options to `add` commandCaleb White2024-12-022-0/+15
| * | | | | | worktree: add `relativeWorktrees` extensionCaleb White2024-12-021-0/+6
* | | | | | | Merge branch 'kh/doc-update-ref-grammofix'Junio C Hamano2024-12-131-4/+4
|\ \ \ \ \ \ \
| * | | | | | | Documentation/git-update-ref.txt: add missing wordKristoffer Haugsbakk2024-12-021-4/+4
* | | | | | | | Merge branch 'kh/doc-bundle-typofix'Junio C Hamano2024-12-131-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Documentation/git-bundle.txt: fix word join typoKristoffer Haugsbakk2024-12-021-1/+1
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge branch 'jc/doc-error-message-guidelines'Junio C Hamano2024-12-131-3/+17
|\ \ \ \ \ \ \ \
| * | | | | | | | CodingGuidelines: a handful of error message guidelinesJunio C Hamano2024-11-291-3/+17
| |/ / / / / / /
* | | | | | | | The fifteenth batchJunio C Hamano2024-12-101-0/+20
* | | | | | | | Merge branch 'bc/allow-upload-pack-from-other-people'Junio C Hamano2024-12-101-0/+9
|\ \ \ \ \ \ \ \
| * | | | | | | | Allow cloning from repositories owned by another userbrian m. carlson2024-11-151-0/+9