summaryrefslogtreecommitdiff
path: root/Documentation
Commit message (Expand)AuthorAgeFilesLines
* sparse-checkout: set worktree-config correctlyDerrick Stolee2022-02-081-4/+12
* Documentation: add extensions.worktreeConfig detailsDerrick Stolee2022-02-083-5/+45
* Git 2.35v2.35.0Junio C Hamano2022-01-241-0/+10
* Merge branch 'js/branch-track-inherit'Junio C Hamano2022-01-202-7/+7
|\
| * branch,checkout: fix --track documentationRené Scharfe2022-01-202-7/+7
* | Last minute fixes before -rc1Junio C Hamano2022-01-121-1/+10
* | Git 2.35-rc0v2.35.0-rc0Junio C Hamano2022-01-101-0/+59
* | Merge branch 'jc/doc-submitting-patches-choice-of-base'Junio C Hamano2022-01-101-14/+39
|\ \
| * | SubmittingPatchs: clarify choice of base and testingJunio C Hamano2021-12-301-14/+39
* | | Merge branch 'js/branch-track-inherit'Junio C Hamano2022-01-104-10/+21
|\ \ \ | | |/ | |/|
| * | branch: add flags and config to inherit trackingJosh Steadmon2021-12-204-10/+21
* | | Merge branch 'ds/fetch-pull-with-sparse-index'Junio C Hamano2022-01-101-0/+5
|\ \ \
| * | | ls-files: add --sparse optionDerrick Stolee2021-12-221-0/+5
* | | | The seventh batchJunio C Hamano2022-01-051-0/+49
* | | | Merge branch 'gh/gpg-doc-markup-fix'Junio C Hamano2022-01-051-1/+1
|\ \ \ \
| * | | | docs: add missing colon to Documentation/config/gpg.txtGreg Hurrell2021-12-171-1/+1
* | | | | Merge branch 'ds/repack-fixlets'Junio C Hamano2022-01-051-2/+3
|\ \ \ \ \
| * | | | | repack: make '--quiet' disable progressDerrick Stolee2021-12-201-2/+3
| |/ / / /
* | | | | Merge branch 'jc/merge-detached-head-name'Junio C Hamano2022-01-052-2/+12
|\ \ \ \ \
| * | | | | merge: allow to pretend a merge is made into a different branchJunio C Hamano2021-12-202-2/+12
* | | | | | Merge branch 'jk/ssh-signing-doc-markup-fix'Junio C Hamano2022-01-051-1/+1
|\ \ \ \ \ \
| * | | | | | doc/config: mark ssh allowedSigners example as literalJeff King2021-12-151-1/+1
* | | | | | | Merge branch 'xw/am-empty'Junio C Hamano2022-01-052-2/+20
|\ \ \ \ \ \ \
| * | | | | | | am: support --allow-empty to record specific empty patches徐沛文 (Aleen)2021-12-151-1/+6
| * | | | | | | am: support --empty=<option> to handle empty patches徐沛文 (Aleen)2021-12-151-0/+9
| * | | | | | | doc: git-format-patch: describe the option --always徐沛文 (Aleen)2021-12-151-1/+5
| | |/ / / / / | |/| | | | |
* | | | | | | The sixth batchJunio C Hamano2022-01-031-0/+11
* | | | | | | Merge branch 'en/sparse-checkout-set'Junio C Hamano2022-01-032-48/+60
|\ \ \ \ \ \ \
| * | | | | | | Documentation: clarify/correct a few sparsity related statementsElijah Newren2021-12-152-5/+5
| * | | | | | | git-sparse-checkout.txt: update to document init/set/reapply changesElijah Newren2021-12-151-43/+55
* | | | | | | | The fifth batchJunio C Hamano2021-12-221-0/+13
* | | | | | | | Merge branch 'jz/apply-quiet-and-allow-empty'Junio C Hamano2021-12-221-1/+10
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | git-apply: add --allow-empty flagJerry Zhang2021-12-131-1/+5
| * | | | | | | git-apply: add --quiet flagJerry Zhang2021-12-131-1/+6
| | |_|/ / / / | |/| | | | |
* | | | | | | The fourth batchJunio C Hamano2021-12-211-1/+33
* | | | | | | Merge branch 'fs/ssh-signing-other-keytypes'Junio C Hamano2021-12-211-7/+10
|\ \ \ \ \ \ \
| * | | | | | | ssh signing: support non ssh-* keytypesFabian Stelzer2021-11-191-7/+10
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'fs/ssh-signing-key-lifetime'Junio C Hamano2021-12-211-0/+5
|\ \ \ \ \ \ \
| * | | | | | | ssh signing: make verify-commit consider key lifetimeFabian Stelzer2021-12-091-0/+5
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'jc/grep-patterntype-default-doc'Junio C Hamano2021-12-211-1/+2
|\ \ \ \ \ \ \
| * | | | | | | grep: clarify what `grep.patternType=default` meansJunio C Hamano2021-12-051-1/+2
| | |_|_|/ / / | |/| | | | |
* | | | | | | The third batchJunio C Hamano2021-12-151-0/+65
* | | | | | | Merge branch 're/color-default-reset'Junio C Hamano2021-12-151-5/+18
|\ \ \ \ \ \ \
| * | | | | | | color: allow colors to be prefixed with "reset"Robert Estelle2021-10-281-0/+5
| * | | | | | | color: support "default" to restore fg/bg colorRobert Estelle2021-10-281-5/+13
* | | | | | | | Merge branch 'es/doc-stdout-vs-stderr'Junio C Hamano2021-12-151-0/+27
|\ \ \ \ \ \ \ \
| * | | | | | | | CodingGuidelines: document which output goes to stdout vs. stderrEric Sunshine2021-12-041-0/+27
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'es/worktree-chatty-to-stderr'Junio C Hamano2021-12-151-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | git-worktree.txt: add missing `-v` to synopsis for `worktree list`Eric Sunshine2021-12-041-1/+1
| |/ / / / / / /
* | | | | | | | Merge branch 'es/pretty-describe-more'Junio C Hamano2021-12-151-5/+11
|\ \ \ \ \ \ \ \