aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing/format
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/
* / resolve external reference deltapaul.t2021-10-111-0/+11
|/
* plumbing: format/packfile, prevent large objects from being read into memory ...zeripath2021-06-308-33/+405
* Revert "plumbing: format/packfile, prevent large objects from being read into...v5.4.2zeripath2021-06-024-313/+0
* plumbing: format/packfile, prevent large objects from being read into memory ...v5.4.0zeripath2021-05-124-0/+313
* plumbing: format, use os.UserHomeDir()Máximo Cuadros2021-05-029-155/+72
* diff: Allow srcPrefix and dstPrefix to be configured (#265)Andrew Nelson2021-03-112-6/+53
* plumbing: gitignore, Fix gitconfig path in LoadSystemPatterns doc (#256)Andrew Archibald2021-03-101-1/+1
* Merge pull request #112 from MichaelMure/complete-configMáximo Cuadros2020-10-096-56/+369
|\
| * Add testsvince2020-08-273-9/+267
| * config: add missing functions for completenessMichael Muré2020-06-243-47/+102
* | Merge pull request #125 from cristaloleg/minor-linter-fixesMáximo Cuadros2020-07-161-1/+1
|\ \
| * | Minor linter fixesOleg Kovalov2020-07-061-1/+1
* | | Merge pull request #115 from blaueled/fix/gitignore-crlfMáximo Cuadros2020-07-142-11/+19
|\ \ \
| * | | fix typoArne Westphal2020-06-291-1/+1
| * | | test CRLF in GFS caseArne Westphal2020-06-291-4/+12
| * | | replace ReadAll by bufio.scannerArne Westphal2020-06-291-6/+6
| | |/ | |/|
* | | Use EqualFold for comparisonOleg Kovalov2020-07-062-2/+2
| |/ |/|