summaryrefslogtreecommitdiff
path: root/Documentation/technical
Commit message (Expand)AuthorAgeFilesLines
* t6423: more involved rules for renaming directories into each otherElijah Newren2020-10-161-0/+3
* t6423: update directory rename detection tests with new ruleElijah Newren2020-10-161-4/+1
* directory-rename-detection.txt: update references to regression testsElijah Newren2020-10-161-3/+4
* Merge branch 'tb/bloom-improvements'Junio C Hamano2020-09-291-1/+1
|\
| * bloom: encode out-of-bounds filters as non-emptyTaylor Blau2020-09-171-1/+1
* | Merge branch 'jx/proc-receive-hook'Junio C Hamano2020-09-252-6/+52
|\ \
| * | doc: add document for capability report-status-v2Jiang Xin2020-08-272-6/+52
* | | Merge branch 'cd/commit-graph-doc'Junio C Hamano2020-09-221-1/+1
|\ \ \
| * | | commit-graph-format.txt: fix no-parent valueConor Davis2020-09-151-1/+1
* | | | Merge branch 'jt/lazy-fetch'Junio C Hamano2020-09-031-10/+3
|\ \ \ \
| * | | | promisor-remote: lazy-fetch objects in subprocessJonathan Tan2020-08-181-10/+3
* | | | | Merge branch 'ds/sha256-leftover-bits'Junio C Hamano2020-08-192-3/+13
|\ \ \ \ \
| * | | | | multi-pack-index: use hash version byteDerrick Stolee2020-08-171-1/+6
| * | | | | commit-graph: use the "hash version" byteDerrick Stolee2020-08-171-2/+7
| |/ / / /
* | | | | Merge branch 'ma/sha-256-docs'Junio C Hamano2020-08-194-23/+30
|\ \ \ \ \
| * | | | | shallow.txt: document SHA-256 shallow formatMartin Ågren2020-08-171-1/+1
| * | | | | protocol-capabilities.txt: clarify "allow-x-sha1-in-want" re SHA-256Martin Ågren2020-08-171-4/+8
| * | | | | index-format.txt: document SHA-256 index formatMartin Ågren2020-08-171-16/+18
| * | | | | http-protocol.txt: document SHA-256 "want"/"have" formatMartin Ågren2020-08-171-2/+3
| |/ / / /
* | | | | Merge branch 'bc/sha-256-doc-updates'Junio C Hamano2020-08-192-16/+22
|\ \ \ \ \
| * | | | | docs: fix step in transition planbrian m. carlson2020-08-131-1/+1
| * | | | | docs: document SHA-256 pack and indicesbrian m. carlson2020-08-131-15/+21
| |/ / / /
* | | | | Merge branch 'jb/commit-graph-doc-fix'Junio C Hamano2020-08-191-3/+3
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | docs: commit-graph: fix some whitespace in the diagramJohannes Berg2020-08-131-3/+3
| |/ / /
* | | | Merge branch 'bc/sha-256-part-3'Junio C Hamano2020-08-111-1/+29
|\ \ \ \
| * | | | bundle: add new version for use with SHA-256brian m. carlson2020-07-301-1/+29
| |/ / /
* | | | Merge branch 'jk/strvec'Junio C Hamano2020-08-101-2/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | strvec: update documention to avoid argv_arrayJeff King2020-07-281-2/+2
| |/ /
* | | Merge branch 'sg/commit-graph-cleanups' into masterJunio C Hamano2020-07-301-1/+1
|\ \ \ | |/ / |/| |
| * | commit-graph-format.txt: all multi-byte numbers are in network byte orderSZEDER Gábor2020-06-081-1/+1
* | | Merge branch 'bc/sha-256-part-2'Junio C Hamano2020-07-062-0/+24
|\ \ \
| * | | Documentation/technical: document object-format for protocol v2brian m. carlson2020-05-271-0/+9
| * | | Documentation: document v1 protocol object-format capabilitybrian m. carlson2020-05-131-0/+15
| | |/ | |/|
* | | Merge branch 'jt/cdn-offload'Junio C Hamano2020-06-252-10/+116
|\ \ \
| * | | Documentation: add Packfile URIs design docJonathan Tan2020-06-102-1/+109
| * | | Documentation: order protocol v2 sectionsJonathan Tan2020-06-101-10/+8
* | | | Merge branch 'hn/refs-cleanup'Junio C Hamano2020-06-121-0/+1083
|\ \ \ \
| * | | | reftable: define version 2 of the spec to accomodate SHA256Han-Wen Nienhuys2020-06-091-37/+45
| * | | | reftable: clarify how empty tables should be writtenHan-Wen Nienhuys2020-06-091-0/+6
| * | | | reftable: file format documentationJonathan Nieder2020-06-091-0/+1069
| | |/ / | |/| |
* | | | Merge branch 'dl/remote-curl-deadlock-fix'Junio C Hamano2020-06-081-0/+2
|\ \ \ \
| * | | | stateless-connect: send response end packetDenton Liu2020-05-241-0/+2
| | |/ / | |/| |
* | | | Merge branch 'jx/pkt-line-doc-count-fix'Junio C Hamano2020-06-022-4/+4
|\ \ \ \ | |/ / / |/| | |
| * | | doc: fix wrong 4-byte length of pkt-line messageJiuyang Xie2020-05-212-4/+4
* | | | Merge branch 'ds/bloom-cleanup'Junio C Hamano2020-05-141-4/+4
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | Documentation: changed-path Bloom filters use byte wordsDerrick Stolee2020-05-111-4/+4
* | | Merge branch 'gs/commit-graph-path-filter'Junio C Hamano2020-05-011-0/+30
|\ \ \ | |/ /
| * | commit-graph: write Bloom filters to commit graph fileGarima Singh2020-04-061-0/+30
| |/
* | trace2: teach Git to log environment variablesJosh Steadmon2020-03-231-1/+2
|/
* Merge branch 'jb/multi-pack-index-docfix'Junio C Hamano2020-02-121-2/+3
|\