summaryrefslogtreecommitdiff
path: root/Documentation
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'nd/the-index'Junio C Hamano2018-10-192-4/+4
|\
| * revision.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-09-211-2/+2
| * diff.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-09-211-2/+2
* | Fourth batch for 2.20Junio C Hamano2018-10-161-0/+50
* | Merge branch 'mw/doc-typofixes'Junio C Hamano2018-10-162-3/+2
|\ \
| * | docs: typo: s/isimilar/similar/Michael Witten2018-10-071-1/+1
| * | docs: graph: remove unnecessary `graph_update()' callMichael Witten2018-10-071-1/+0
| * | docs: typo: s/go/to/Michael Witten2018-10-071-1/+1
* | | Merge branch 'ma/mailing-list-address-in-git-help'Junio C Hamano2018-10-161-1/+3
|\ \ \
| * | | git doc: direct bug reporters to mailing list archiveJonathan Nieder2018-09-291-1/+3
* | | | Merge branch 'nd/packobjectshook-doc-fix'Junio C Hamano2018-10-161-4/+4
|\ \ \ \
| * | | | config.txt: correct the note about uploadpack.packObjectsHookNguyễn Thái Ngọc Duy2018-09-291-4/+4
* | | | | Merge branch 'ma/commit-graph-docs'Junio C Hamano2018-10-162-19/+20
|\ \ \ \ \
| * | | | | Doc: refer to the "commit-graph file" with dashMartin Ågren2018-09-272-10/+10
| * | | | | git-commit-graph.txt: refer to "*commit*-graph file"Martin Ågren2018-09-271-6/+6
| * | | | | git-commit-graph.txt: typeset more in monospaceMartin Ågren2018-09-271-6/+7
| * | | | | git-commit-graph.txt: fix bullet listsMartin Ågren2018-09-271-2/+2
| | |_|_|/ | |/| | |
* | | | | Merge branch 'dz/credential-doc-url-matching-rules'Junio C Hamano2018-10-161-0/+6
|\ \ \ \ \
| * | | | | doc: clarify gitcredentials path component matchingDavid Zych2018-09-271-0/+6
| |/ / / /
* | | | | Merge branch 'jn/gc-auto'Junio C Hamano2018-10-161-1/+2
|\ \ \ \ \
| * | | | | gc: do not return error for prior errors in daemonized modeJonathan Nieder2018-07-171-1/+2
| | |_|/ / | |/| | |
* | | | | Merge branch 'md/test-cleanup'Junio C Hamano2018-10-161-0/+18
|\ \ \ \ \
| * | | | | Documentation: add shell guidelinesMatthew DeVore2018-10-071-0/+18
* | | | | | Merge branch 'fe/doc-updates'Junio C Hamano2018-10-163-5/+39
|\ \ \ \ \ \
| * | | | | | git-describe.1: clarify that "human readable" is also git-readableFrederick Eaton2018-09-211-1/+3
| * | | | | | git-column.1: clarify initial description, provide examplesFrederick Eaton2018-09-211-2/+33
| * | | | | | git-archimport.1: specify what kind of Arch we're talking aboutFrederick Eaton2018-09-211-2/+3
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'ma/config-doc-update'Junio C Hamano2018-10-163-6/+6
|\ \ \ \ \ \
| * | | | | | git-config.txt: fix 'see: above' noteMartin Ågren2018-09-201-2/+2
| * | | | | | Doc: use `--type=bool` instead of `--bool`Martin Ågren2018-09-203-4/+4
* | | | | | | Merge branch 'ds/commit-graph-with-grafts'Junio C Hamano2018-10-161-3/+15
|\ \ \ \ \ \ \
| * | | | | | | commit-graph: update design documentDerrick Stolee2018-08-211-3/+15
* | | | | | | | Third batch for 2.20Junio C Hamano2018-10-101-0/+16
* | | | | | | | Merge branch 'ab/fsck-skiplist'Junio C Hamano2018-10-101-5/+18
|\ \ \ \ \ \ \ \
| * | | | | | | | fsck: support comments & empty lines in skipListÆvar Arnfjörð Bjarmason2018-09-121-2/+3
| * | | | | | | | fsck: use oidset instead of oid_array for skipListRené Scharfe2018-09-121-5/+6
| * | | | | | | | fsck: document that skipList input must be unabbreviatedÆvar Arnfjörð Bjarmason2018-09-121-1/+1
| * | | | | | | | fsck: document and test commented & empty line skipList inputÆvar Arnfjörð Bjarmason2018-09-121-4/+7
| * | | | | | | | fsck: document and test sorted skipList inputÆvar Arnfjörð Bjarmason2018-09-121-1/+9
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge branch 'ds/multi-pack-verify'Junio C Hamano2018-10-101-0/+10
|\ \ \ \ \ \ \ \
| * | | | | | | | multi-pack-index: add 'verify' verbDerrick Stolee2018-09-171-0/+10
* | | | | | | | | Merge branch 'nd/config-split'Junio C Hamano2018-10-1010-702/+711
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | config.txt: move submodule part out to a separate fileNguyễn Thái Ngọc Duy2018-09-122-82/+83
| * | | | | | | | | config.txt: move sequence.editor out of "core" partNguyễn Thái Ngọc Duy2018-09-121-6/+6
| * | | | | | | | | config.txt: move sendemail part out to a separate fileNguyễn Thái Ngọc Duy2018-09-122-63/+64
| * | | | | | | | | config.txt: move receive part out to a separate fileNguyễn Thái Ngọc Duy2018-09-122-123/+124
| * | | | | | | | | config.txt: move push part out to a separate fileNguyễn Thái Ngọc Duy2018-09-122-113/+114
| * | | | | | | | | config.txt: move pull part out to a separate fileNguyễn Thái Ngọc Duy2018-09-122-36/+37
| * | | | | | | | | config.txt: move gui part out to a separate fileNguyễn Thái Ngọc Duy2018-09-122-57/+58
| * | | | | | | | | config.txt: move gitcvs part out to a separate fileNguyễn Thái Ngọc Duy2018-09-122-67/+68