aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \
| * | | memoryobject: make blob reader seekableKane York2020-07-062-3/+42
| | |/ | |/|
* | | Use only one name for receiverOleg Kovalov2020-07-067-52/+52
| |/ |/|
* | fix nilOleg Kovalov2020-07-016-6/+7
* | fix goreportcard warningsOleg Kovalov2020-07-0129-40/+48
|/
* Merge pull request #73 from WKBae/close_objectv5.1.0Máximo Cuadros2020-05-246-12/+41
|\
| * Close Reader & Writer of EncodedObject after useKyungmin Bae2020-05-246-12/+41
* | Merge branch 'master' of github.com:go-git/go-git into scope-configMáximo Cuadros2020-05-245-41/+91
|\|
| * plumbing: diff, reset color at end of line rather than at beginning of nextTom Payne2020-05-172-37/+64
| * plumbing: object, Commit.Patch support to as nilMáximo Cuadros2020-05-133-4/+27
* | Revert "Merge pull request #20 from quorumcontrol/feature/other-configs"Máximo Cuadros2020-05-241-261/+0
|/
* Merge pull request #58 from go-git/exact-sha1Máximo Cuadros2020-05-112-0/+16
|\
| * config: RefSpec.IsExactSHA1, validates if the refspec describes an exact SHA1...Máximo Cuadros2020-05-102-0/+16
* | performed explicit conversions(needed)vashish12020-05-081-4/+4
|/
* plumbing: exact renames detection could leave gaps in the changesMiguel Molina2020-05-042-8/+30
* plumbing: diff, refresh internalsTom Payne2020-05-011-216/+166
* Merge pull request #49 from gopye/fix_patch_commentMáximo Cuadros2020-04-301-1/+1
|\