summaryrefslogtreecommitdiffstats
path: root/Documentation (follow)
Commit message (Expand)AuthorAgeFilesLines
* The tenth batchJunio C Hamano2024-08-281-0/+5
* Sync with 'maint'Junio C Hamano2024-08-262-15/+22
|\
| * A bit more topics for 2.46.x maintenance trackJunio C Hamano2024-08-261-0/+22
| * Merge branch 'jc/document-use-of-local' into maint-2.46Junio C Hamano2024-08-261-2/+2
| |\
| * \ Merge branch 'jr/ls-files-expand-literal-doc' into maint-2.46Junio C Hamano2024-08-261-3/+3
| |\ \
* | | | The ninth batchJunio C Hamano2024-08-261-0/+21
* | | | Merge branch 'jc/coding-style-c-operator-with-spaces'Junio C Hamano2024-08-261-1/+10
|\ \ \ \
| * | | | CodingGuidelines: spaces around C operatorsJunio C Hamano2024-08-201-1/+10
| |/ / /
* | | | Merge branch 'ds/for-each-ref-is-base'Junio C Hamano2024-08-261-0/+42
|\ \ \ \
| * | | | for-each-ref: add 'is-base' tokenDerrick Stolee2024-08-141-0/+42
* | | | | Merge branch 'jk/send-email-translate-aliases'Junio C Hamano2024-08-261-0/+7
|\ \ \ \ \
| * | | | | send-email: teach git send-email option to translate aliasesJacob Keller2024-08-171-0/+7
* | | | | | Merge branch 'ps/maintenance-detach-fix'Junio C Hamano2024-08-263-2/+17
|\ \ \ \ \ \
| * | | | | | run-command: fix detaching when running auto maintenancePatrick Steinhardt2024-08-162-1/+13
| * | | | | | builtin/gc: add a `--detach` flagPatrick Steinhardt2024-08-161-1/+4
| |/ / / / /
* | | | | | The eighth batchJunio C Hamano2024-08-231-0/+10
* | | | | | Merge branch 'ps/hash-and-ref-format-from-config'Junio C Hamano2024-08-231-0/+10
|\ \ \ \ \ \
| * | | | | | setup: make ref storage format configurable via configPatrick Steinhardt2024-08-161-0/+5
| * | | | | | setup: make object format configurable via configPatrick Steinhardt2024-08-161-0/+5
* | | | | | | The seventh batchJunio C Hamano2024-08-211-0/+9
* | | | | | | Merge branch 'jc/how-to-maintain-updates'Junio C Hamano2024-08-211-0/+4
|\ \ \ \ \ \ \
| * | | | | | | howto-maintain: mention preformatted docsJunio C Hamano2024-08-151-0/+4
* | | | | | | | Merge branch 'jc/grammo-fixes'Junio C Hamano2024-08-212-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | doc: grammofix in git-diff-treeJunio C Hamano2024-08-091-1/+1
| * | | | | | | | tutorial: grammofixJunio C Hamano2024-08-091-1/+1
* | | | | | | | | Merge branch 'ag/git-svn-global-ignores'Junio C Hamano2024-08-211-7/+7
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | git-svn: mention `svn:global-ignores` in help+docsAlex Galvin2024-08-151-7/+7
* | | | | | | | | | The sixth batchJunio C Hamano2024-08-191-0/+7
* | | | | | | | | | Merge branch 'tb/incremental-midx-part-1'Junio C Hamano2024-08-192-1/+113
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | midx: implement support for writing incremental MIDX chainsTaylor Blau2024-08-061-1/+10
| * | | | | | | | | | Documentation: describe incremental MIDX formatTaylor Blau2024-08-061-0/+103
* | | | | | | | | | | Sync with 'maint'Junio C Hamano2024-08-162-10/+37
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / | |/| | | | | | | | |
| * | | | | | | | | | Prepare for 2.46.1Junio C Hamano2024-08-161-0/+37
| * | | | | | | | | | Merge branch 'jc/doc-rebase-fuzz-vs-offset-fix' into maint-2.46Junio C Hamano2024-08-161-1/+1
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'tn/doc-commit-fix' into maint-2.46Junio C Hamano2024-08-161-1/+1
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'jt/doc-post-receive-hook-update' into maint-2.46Junio C Hamano2024-08-161-6/+9
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'jc/how-to-maintain-updates' (early part) into maint-2.46Junio C Hamano2024-08-161-53/+105
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / / / / / | | |/| | | | | | | | | | |
| * | | | | | | | | | | | | Merge branch 'jc/doc-one-shot-export-with-shell-func' into maint-2.46Junio C Hamano2024-08-161-0/+27
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'sj/ref-fsck'Junio C Hamano2024-08-162-0/+19
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | fsck: add ref name check for files backendshejialuo2024-08-081-0/+3
| * | | | | | | | | | | | | | files-backend: add unified interface for refs scanningshejialuo2024-08-081-0/+3
| * | | | | | | | | | | | | | builtin/refs: add verify subcommandshejialuo2024-08-081-0/+13
| |/ / / / / / / / / / / / /
* | | | | | | | | | | | | | The fifth batchJunio C Hamano2024-08-151-0/+25
* | | | | | | | | | | | | | Merge branch 'ps/submodule-ref-format'Junio C Hamano2024-08-151-2/+8
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | builtin/submodule: allow "add" to use different ref storage formatPatrick Steinhardt2024-08-081-1/+4
| * | | | | | | | | | | | | | builtin/submodule: allow cloning with different ref storage formatPatrick Steinhardt2024-08-081-1/+4
* | | | | | | | | | | | | | | Merge branch 'es/doc-platform-support-policy'Junio C Hamano2024-08-152-0/+191
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Documentation: add platform support policyEmily Shaffer2024-08-032-0/+191
* | | | | | | | | | | | | | | The fourth batchJunio C Hamano2024-08-141-0/+56
* | | | | | | | | | | | | | | Merge branch 'jc/document-use-of-local'Junio C Hamano2024-08-141-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | |