aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert "plumbing: format/packfile, prevent large objects from being read into...v5.4.2zeripath2021-06-027-422/+1
* remote: patch default timeout for `List` (#321)v5.4.1Nicolas Chagrass2021-05-241-1/+1
* plumbing: format/packfile, prevent large objects from being read into memory ...v5.4.0zeripath2021-05-127-1/+422
* 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-123-2/+70
* plumbing: transport/http, skip flaky testMáximo Cuadros2021-05-031-0/+4
* go modules: update go-git-fixturesMáximo Cuadros2021-05-032-5/+10
* *: use go-billy instead of os callsMáximo Cuadros2021-05-0225-568/+521
* utils: ioutil, Pipe implementatioMáximo Cuadros2021-05-026-4/+33
* plumbing: format, use os.UserHomeDir()Máximo Cuadros2021-05-029-155/+72
* Remote: new ListContext function (#278)Xiang Xiujuan2021-04-212-1/+30
* plumbing: transport/file, replace os/exec with golang.org/x/sys/execabs to im...Máximo Cuadros2021-04-173-9/+12
* plumbing: transport/ssh, support more formats in `NewPublicKeys` SSH helper (...Hidde Beydals2021-04-172-18/+11
* Repository: test, use raw string to avoid double-escape (#288)Jeff Widman2021-04-161-1/+1
* *: remove unused unexported const (#286)Jeff Widman2021-04-161-2/+0
* *: typo fixes #291 Jeff Widman2021-04-161-2/+2
* Minor doc fixes (#287)Jeff Widman2021-04-165-14/+10
* plumbing: object, fix TestDecodeAndVerify testMáximo Cuadros2021-04-161-44/+53
* Fetch submodules pointing to orphaned but still reachable commits (#284)Nikolay Edigaryev2021-04-061-0/+18
* *: replace golang.org/x/crypto/openpgp by github.com/ProtonMail/go-crypto/ope...Johan Fleury2021-04-0611-98/+61
* plumbing: transport/ssh, fix no agent test on windowsv5.3.0Máximo Cuadros2021-03-291-1/+1
* go modules updatedMáximo Cuadros2021-03-262-10/+48
* github-action: update go versionMáximo Cuadros2021-03-261-1/+1
* *: fix flaky testMáximo Cuadros2021-03-262-1/+5
* plumbing: wire up contexts for Transport.AdvertisedReferences (#246)Andrew Suffield2021-03-2610-18/+120
* transport: ssh, fix cloning large repositories (#272)David Cuadrado2021-03-263-1/+33
* add RequireRemoteRefs to PushOptions (#258)Andrew Suffield2021-03-253-0/+90
* 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
* git: worktree_commit, just store objects not already stored (#224)jsteuer2021-02-092-0/+63
* worktree: Don't remove root directory when cleaning (#230)hansmi2021-01-272-1/+33
* Add insecureSkipTLS and cabundle (#228)Daishan Peng2021-01-276-20/+85
* Adding "object-format" and "filter" capabilities (#222)Roberto O. Fernández Crisial2021-01-271-1/+8
* config: support insteadOf for remotes' URLs (#79)Kostya Ostrovsky2020-12-014-2/+239
* Merge pull request #178 from tomlazar/defaultbranchMáximo Cuadros2020-10-302-0/+56
|\
| * add some testsThomas Lazar2020-10-091-0/+27
| * Add init.defaultBranch to the configThomas Lazar2020-09-302-0/+29
* | Merge pull request #195 from adracus/fix.relative-submodulesMáximo Cuadros2020-10-303-27/+42
|\ \
| * | Fix relative submodule resolutionAxel Christ2020-10-283-27/+42
|/ /
* | Merge pull request #184 from mikyk10/masterMáximo Cuadros2020-10-202-2/+70
|\ \
| * | git: worktree, Support relative submodule URL.Mitsutaka Naito2020-10-132-2/+70
|/ /
* | Merge pull request #162 from yabberyabber/fetch-errorv5.2.0Máximo Cuadros2020-10-092-1/+16
|\ \
| * | Fetch should return a unique error type when ref not foundandrew2nelson2020-09-022-1/+16
* | | 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 #161 from ashokponkumar/masterMáximo Cuadros2020-09-042-0/+22
|\ \ \ | |_|/ |/| |
| * | support file path in PlainOpenWithOptions - do only when detect flag is enabledAshok Pon Kumar2020-09-022-2/+6
| * | support file path in PlainOpenWithOptionsAshok Pon Kumar2020-09-022-0/+18
|/ /
* | Merge pull request #158 from chrisgavin/fix-force-push-delete-referenceMáximo Cuadros2020-08-312-1/+26
|\ \