summaryrefslogtreecommitdiff
path: root/Documentation
Commit message (Expand)AuthorAgeFilesLines
* RelNotes/2.26.0: fix various typosElijah Newren2020-03-181-4/+4
* Sync with Git 2.25.2Junio C Hamano2020-03-172-24/+61
|\
| * Git 2.25.2v2.25.2Junio C Hamano2020-03-171-0/+60
| * Merge branch 'jk/doc-credential-helper' into maintJunio C Hamano2020-03-171-1/+88
| |\
| * \ Merge branch 'jc/doc-single-h-is-for-help' into maintJunio C Hamano2020-03-172-1/+8
| |\ \
| * \ \ Merge branch 'en/check-ignore' into maintJunio C Hamano2020-03-171-3/+9
| |\ \ \
| * \ \ \ Merge branch 'jk/push-option-doc-markup-fix' into maintJunio C Hamano2020-03-171-2/+2
| |\ \ \ \
| * \ \ \ \ Merge branch 'jk/doc-diff-parallel' into maintJunio C Hamano2020-03-171-1/+1
| |\ \ \ \ \
* | | | | | | Git 2.26-rc2v2.26.0-rc2Junio C Hamano2020-03-161-4/+3
* | | | | | | Hopefully the final batch before -rc2Junio C Hamano2020-03-121-0/+21
* | | | | | | Merge branch 'en/rebase-backend'Junio C Hamano2020-03-121-0/+10
|\ \ \ \ \ \ \
| * | | | | | | git-rebase.txt: highlight backend differences with commit rewordingElijah Newren2020-03-111-0/+10
* | | | | | | | Merge branch 'jc/doc-single-h-is-for-help'Junio C Hamano2020-03-112-1/+8
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| * | | | | | | Documentation: clarify that `-h` alone stands for `help`Junio C Hamano2020-02-272-1/+8
* | | | | | | | Git 2.26-rc1v2.26.0-rc1Junio C Hamano2020-03-091-0/+27
* | | | | | | | Merge branch 'pb/am-show-current-patch'Junio C Hamano2020-03-091-4/+6
|\ \ \ \ \ \ \ \
| * | | | | | | | am: support --show-current-patch=diff to retrieve .git/rebase-apply/patchPaolo Bonzini2020-02-201-5/+6
| * | | | | | | | am: support --show-current-patch=raw as a synonym for--show-current-patchPaolo Bonzini2020-02-201-4/+5
* | | | | | | | | Merge branch 'am/pathspec-f-f-more'Junio C Hamano2020-03-092-71/+134
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | stash push: support the --pathspec-from-file optionAlexandr Miloslavskiy2020-02-191-1/+19
| * | | | | | | | | doc: stash: synchronize <pathspec> descriptionAlexandr Miloslavskiy2020-02-191-2/+4
| * | | | | | | | | doc: stash: document more optionsAlexandr Miloslavskiy2020-02-191-0/+12
| * | | | | | | | | doc: stash: split options from description (2)Alexandr Miloslavskiy2020-02-191-35/+57
| * | | | | | | | | doc: stash: split options from description (1)Alexandr Miloslavskiy2020-02-191-33/+35
| * | | | | | | | | rm: support the --pathspec-from-file optionAlexandr Miloslavskiy2020-02-191-1/+16
| * | | | | | | | | doc: rm: synchronize <pathspec> descriptionAlexandr Miloslavskiy2020-01-211-29/+21
| |/ / / / / / / /
* | | | | | | | | Git 2.26-rc0v2.26.0-rc0Junio C Hamano2020-03-051-0/+40
* | | | | | | | | Merge branch 'es/recursive-single-branch-clone'Junio C Hamano2020-03-051-1/+5
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | clone: pass --single-branch during --recurse-submodulesEmily Shaffer2020-02-251-1/+5
| |/ / / / / / / /
* | | | | | | | | Merge branch 'bc/wildcard-credential'Junio C Hamano2020-03-051-1/+3
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | credential: allow wildcard patterns when matching configbrian m. carlson2020-02-201-1/+3
| |/ / / / / / / /
* | | | | | | | | Merge branch 'ds/sparse-add'Junio C Hamano2020-03-051-0/+7
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | sparse-checkout: create 'add' subcommandDerrick Stolee2020-02-111-0/+7
* | | | | | | | | | The eighth batch for 2.26Junio C Hamano2020-03-021-0/+37
* | | | | | | | | | Merge branch 'en/rebase-backend'Junio C Hamano2020-03-022-22/+154
|\ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / | |/| | | | | | | |
| * | | | | | | | | rebase: rename the two primary rebase backendsElijah Newren2020-02-162-41/+44
| * | | | | | | | | rebase: change the default backend from "am" to "merge"Elijah Newren2020-02-161-1/+12
| * | | | | | | | | rebase: make the backend configurable via config settingElijah Newren2020-02-161-0/+8
| * | | | | | | | | rebase: add an --am optionElijah Newren2020-02-161-1/+10
| * | | | | | | | | git-rebase.txt: add more details about behavioral differences of backendsElijah Newren2020-02-161-5/+80
| * | | | | | | | | rebase (interactive-backend): fix handling of commits that become emptyElijah Newren2020-02-161-3/+26
| * | | | | | | | | rebase (interactive-backend): make --keep-empty the defaultElijah Newren2020-02-161-11/+13
| * | | | | | | | | git-rebase.txt: update description of --allow-empty-messageElijah Newren2020-01-171-3/+4
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'en/check-ignore'Junio C Hamano2020-03-021-3/+9
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | |
| * | | | | | | | check-ignore: fix documentation and implementation to matchElijah Newren2020-02-181-3/+9
* | | | | | | | | Merge branch 'jk/push-option-doc-markup-fix'Junio C Hamano2020-03-021-2/+2
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | |
| * | | | | | | | doc/config/push: use longer "--" line for preformatted exampleJeff King2020-02-181-2/+2
| |/ / / / / / /
* | | | | | | | Merge branch 'jk/doc-diff-parallel'Junio C Hamano2020-03-021-1/+1
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| * | | | | | | doc-diff: use single-colon rule in rendering MakefileJeff King2020-02-181-1/+1
| |/ / / / / /
* | | | | | | The seventh batch for 2.26Junio C Hamano2020-02-251-0/+8