summaryrefslogtreecommitdiffstats
path: root/Documentation (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ds/default-pack-use-sparse-to-true'Junio C Hamano2020-03-293-9/+8
|\
| * config: set pack.useSparse=true by defaultDerrick Stolee2020-03-203-9/+8
* | The second batch post 2.26 cycleJunio C Hamano2020-03-271-0/+53
* | Merge branch 'tg/retire-scripted-stash'Junio C Hamano2020-03-271-13/+5
|\ \
| * | stash: remove the stash.useBuiltin settingThomas Gummerer2020-03-051-13/+5
* | | Merge branch 'bc/sha-256-part-1-of-4'Junio C Hamano2020-03-273-1/+32
|\ \ \
| * | | fast-import: add options for rewriting submodulesbrian m. carlson2020-02-281-0/+20
| * | | builtin/init-db: add environment variable for new repo hashbrian m. carlson2020-02-241-0/+6
| * | | builtin/init-db: allow specifying hash algorithm on command linebrian m. carlson2020-02-241-1/+6
* | | | The first batch post 2.26 cycleJunio C Hamano2020-03-251-0/+41
* | | | Merge branch 'jc/config-tar'Junio C Hamano2020-03-253-7/+8
|\ \ \ \
| * | | | separate tar.* config to its own source fileJunio C Hamano2020-03-183-7/+8
* | | | | Merge branch 'rs/doc-passthru-fetch-options'Junio C Hamano2020-03-251-3/+7
|\ \ \ \ \
| * | | | | pull: document more passthru optionsRené Scharfe2020-03-111-3/+7
* | | | | | Merge branch 'jc/maintain-doc'Junio C Hamano2020-03-251-13/+39
|\ \ \ \ \ \
| * | | | | | update how-to-maintain-gitJunio C Hamano2020-03-091-13/+39
* | | | | | | Merge branch 'js/https-proxy-config'Junio C Hamano2020-03-251-0/+21
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | http: add environment variable support for HTTPS proxiesJorge Lopez Silva2020-03-051-4/+8
| * | | | | | http: add client cert support for HTTPS proxiesJorge Lopez Silva2020-03-051-0/+17
| |/ / / / /
* | | | | | 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
| |/ / / / / / / / / /