aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing
Commit message (Expand)AuthorAgeFilesLines
...
* | | Fix typos (#532)Quanyi Ma2022-09-221-2/+2
* | | plumbing: packp and server, Include the contents of `GO_GIT_USER_AGENT_EXTRA`...🚀 Steven Ewing 🌌2022-09-225-5/+40
* | | plumbing: transport/ssh, auto-populate ClientConfig.HostKeyAlgorithms. Fixes ...Evan Elias2022-09-222-17/+42
* | | minor grammatical fixesJon Eskin2022-09-225-10/+10
* | | all: replace go-homedir with os.UserHomeDirDaniel Martí2022-05-291-5/+6
* | | plumbing: packp, Avoid duplicate encoding when overriding a Capability value....Tyler Christensen2022-05-012-1/+14
| |/ |/|
* | plumbing: protocol/pakp, update agent Carlos Alexandro Becker2022-01-194-5/+5
* | remove packfile and align to test fixturespaul.t2022-01-052-3/+2
* | Merge branch 'master' into codecommit-ref-deltapaul.t2021-12-1521-86/+99
|\ \
| * \ Merge branch 'go-git:master' into masterPaul T2021-12-1523-99/+182
| |\ \
| | * \ Merge pull request #425 from abhinav/error-stringsMáximo Cuadros2021-12-114-8/+8
| | |\ \
| | | * | error strings: Don't capitalize, use periods, or newlinesAbhinav Gupta2021-12-044-8/+8
| | * | | Merge pull request #418 from abhinav/unusedMáximo Cuadros2021-12-1011-61/+1
| | |\ \ \
| | | * | | Remove unused variables/types/functionsAbhinav Gupta2021-11-2711-61/+1
| | | |/ /
| | * | | Merge branch 'master' into jc-push-atomicMáximo Cuadros2021-12-105-17/+71
| | |\ \ \
| | | * \ \ Merge pull request #410 from john-cai/jc-sparseMáximo Cuadros2021-12-102-0/+22
| | | |\ \ \
| | | | * | | simplified sparse checkoutJohn Cai2021-11-092-0/+22
| | | | |/ /
| | | * / / packp: Actions should have type ActionAbhinav Gupta2021-11-271-3/+3
| | | |/ /
| | | * | Support v3 indexJohn Cai2021-11-052-14/+46
| | * | | Add Atomic to push optionsJohn Cai2021-11-031-0/+19
| | |/ /
| * | | 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-025-13/+83
|\ \ \ \ | | |/ / | |/| |
| * | | Merge pull request #399 from S-Bohn/add-push-optionsMáximo Cuadros2021-11-013-1/+53
| |\ \ \
| | * | | plumbing: packp, Add encoding for push-options. Fixes #268.Sören Bohn2021-10-263-1/+53
| | |/ /
| * | | 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/storer/object: improve grammar Go Doc (#350)Christopher Hunter2021-07-241-4/+4
|/
* 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: object/patch, printStat strings.Repeat cause panic (#310) cookeem2021-05-121-2/+10
* git: Add support for deepening shallow clones (#311)Marcus Watkins2021-05-121-1/+1
* plumbing: transport/http, skip flaky testMáximo Cuadros2021-05-031-0/+4
* *: use go-billy instead of os callsMáximo Cuadros2021-05-026-153/+31
* utils: ioutil, Pipe implementatioMáximo Cuadros2021-05-022-2/+3
* plumbing: format, use os.UserHomeDir()Máximo Cuadros2021-05-029-155/+72
* plumbing: transport/file, replace os/exec with golang.org/x/sys/execabs to im...Máximo Cuadros2021-04-171-9/+9
* plumbing: transport/ssh, support more formats in `NewPublicKeys` SSH helper (...Hidde Beydals2021-04-172-18/+11
* plumbing: object, fix TestDecodeAndVerify testMáximo Cuadros2021-04-161-44/+53
* *: replace golang.org/x/crypto/openpgp by github.com/ProtonMail/go-crypto/ope...Johan Fleury2021-04-064-89/+47
* plumbing: transport/ssh, fix no agent test on windowsv5.3.0Máximo Cuadros2021-03-291-1/+1
* *: fix flaky testMáximo Cuadros2021-03-261-0/+4
* plumbing: wire up contexts for Transport.AdvertisedReferences (#246)Andrew Suffield2021-03-267-7/+64
* transport: ssh, fix cloning large repositories (#272)David Cuadrado2021-03-262-1/+29
* 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
* Add insecureSkipTLS and cabundle (#228)Daishan Peng2021-01-272-1/+40