aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing/format
Commit message (Expand)AuthorAgeFilesLines
* utils: move trace to utilsAyman Bagabas2023-11-162-2/+2
* plumbing: format/pktline: trace packetsAyman Bagabas2023-11-152-0/+7
* plumbing: format/packfile, Refactor patch deltaPaulo Gomes2023-11-062-113/+79
* plumbing: Optimise memory consumption for filesystem storagePaulo Gomes2023-10-282-50/+247
* plumbing: commitgraph, Add generation v2 supportAndrew Thornton2023-10-126-54/+255
* plumbing: commitgraph, fix types and handle commit-graph-chainsAndrew Thornton2023-10-0814-55/+1265
* Merge pull request #855 from 0x34d/fuzzingPaulo Gomes2023-10-032-0/+23
|\
| * fuzzing : fuzz testing support for oss-fuzz integrationArjun Singh2023-10-022-0/+23
* | plumbing: commitgraph, allow SHA256 commit-graphsAndrew Thornton2023-09-302-13/+31
|/
* *: Handle paths starting with ~usernameArieh Schneier2023-07-091-16/+2
* plumbing: gitignore, Allow gitconfig to contain a gitignore relative to any u...Arieh Schneier2023-06-052-11/+57
* plumbing: gitignore, fix incorrect parsing. Fixes #500Arieh Schneier2023-05-292-6/+40
* plumbing: gitignore, TypoJleagle2023-05-251-1/+1
* plumbing: gitignore, Allow gitconfig to contain a gitignore relative to user ...Jleagle2023-05-252-0/+47
* *: Add missing error checksPaulo Gomes2023-05-111-7/+17
* *: Remove use of deprecated io/utilPaulo Gomes2023-05-1111-28/+22
* *: Remove redudant err nil checksPaulo Gomes2023-05-112-9/+2
* Merge pull request #707 from pjbgf/experimental-sha256Paulo Gomes2023-04-1110-22/+74
|\
| * *: Support variable length plumbing.HashPaulo Gomes2023-03-089-22/+21
| * config: Add Repository Format ExtensionPaulo Gomes2023-03-081-0/+53
* | plumbing: resolve non-external delta referencesZauberNerd2023-03-232-0/+22
|/
* sha1: Add collision resistent implementationPaulo Gomes2022-11-255-14/+15
* Merge pull request #354 from dowy/issue/#309-clone-branch-with-hash-in-nameMáximo Cuadros2022-11-172-6/+46
|\
| * plumbing: config, fix broken unit testsAdrian Pronk2021-07-261-3/+13
| * plumbing: config, support correct escaping as per git-config rulesAdrian Pronk2021-07-252-13/+25
| * plumbing: config, remove duplicated character in setAdrian Pronk2021-07-241-1/+1
| * plumbing: config, Branch name with hash can be cloned. Fixes #309Adrian Pronk2021-07-242-1/+19
* | Merge pull request #586 from blmayer/patch-1Miguel Molina2022-11-071-5/+5
|\ \
| * | Fixed some little typosBrian Mayer2022-09-271-5/+5
* | | Merge pull request #598 from To1ne/toon-fix-gitattr-crashMáximo Cuadros2022-11-072-0/+11
|\ \ \
| * | | plumbing: gitattributes, Avoid index out of rangeToon Claes2022-10-122-0/+11
| |/ /
* | | Optimize zlib reader and consolidate sync.poolsPaulo Gomes2022-11-078-117/+80
* | | Use Sync.Pool pointers to optimise memory usagePaulo Gomes2022-11-074-9/+53
|/ /
* | Fix typos (#532)Quanyi Ma2022-09-221-2/+2
* | minor grammatical fixesJon Eskin2022-09-221-1/+1
* | remove packfile and align to test fixturespaul.t2022-01-052-3/+2
* | Merge branch 'master' into codecommit-ref-deltapaul.t2021-12-159-53/+70
|\ \
| * \ Merge branch 'go-git:master' into masterPaul T2021-12-1511-65/+100
| |\ \
| | * \ Merge pull request #425 from abhinav/error-stringsMáximo Cuadros2021-12-113-6/+6
| | |\ \
| | | * | error strings: Don't capitalize, use periods, or newlinesAbhinav Gupta2021-12-043-6/+6
| | * | | Merge pull request #418 from abhinav/unusedMáximo Cuadros2021-12-103-33/+0
| | |\ \ \
| | | * | | Remove unused variables/types/functionsAbhinav Gupta2021-11-273-33/+0
| | | |/ /
| | * / / simplified sparse checkoutJohn Cai2021-11-091-0/+18
| | |/ /
| | * | Support v3 indexJohn Cai2021-11-052-14/+46
| * | | resolve external reference deltaspaul.t2021-10-111-0/+11
| | |/ | |/|
* | | include example codecommit pack filepaul.t2021-11-091-0/+0
* | | add codecommit packfile for testing external ref resolutionpaul.t2021-11-091-0/+14
* | | Merge branch 'go-git:master' into codecommit-ref-deltaPaul T2021-11-022-12/+30
|\ \ \ | | |/ | |/|
| * | better testsenisdenjo2021-10-271-39/+9
| * | plumbing: gitignore, Read .git/info/exclude file too.enisdenjo2021-10-272-10/+58
| |/