aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/
| * 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 deltaspaul.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
* Adding "object-format" and "filter" capabilities (#222)Roberto O. Fernández Crisial2021-01-271-1/+8
* 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-164-7/+4
|\ \
| * | Minor linter fixesOleg Kovalov2020-07-064-7/+4
* | | 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
| | |/ | |/|
* | | Merge pull request #128 from cristaloleg/minor-perf-fixesMáximo Cuadros2020-07-142-2/+2
|\ \ \
| * | | Use EqualFold for comparisonOleg Kovalov2020-07-062-2/+2
| | |/ | |/|
* | | Merge pull request #121 from riking/cache-seekMáximo Cuadros2020-07-102-3/+42
|\ \ \