| Commit message (Expand) | Author | Age | Files | Lines |
* | *: fix some typos (#567) | cui fliter | 2022-09-22 | 1 | -1/+1 |
* | plumbing: packp and server, Include the contents of `GO_GIT_USER_AGENT_EXTRA`... | 🚀 Steven Ewing 🌌 | 2022-09-22 | 1 | -2/+2 |
* | plumbing: transport/ssh, auto-populate ClientConfig.HostKeyAlgorithms. Fixes ... | Evan Elias | 2022-09-22 | 2 | -17/+42 |
* | minor grammatical fixes | Jon Eskin | 2022-09-22 | 1 | -2/+2 |
* | all: replace go-homedir with os.UserHomeDir | Daniel Martà | 2022-05-29 | 1 | -5/+6 |
* | Remove unused variables/types/functions | Abhinav Gupta | 2021-11-27 | 3 | -12/+1 |
* | git: Add support for deepening shallow clones (#311) | Marcus Watkins | 2021-05-12 | 1 | -1/+1 |
* | plumbing: transport/http, skip flaky test | Máximo Cuadros | 2021-05-03 | 1 | -0/+4 |
* | *: use go-billy instead of os calls | Máximo Cuadros | 2021-05-02 | 3 | -7/+26 |
* | utils: ioutil, Pipe implementatio | Máximo Cuadros | 2021-05-02 | 2 | -2/+3 |
* | plumbing: transport/file, replace os/exec with golang.org/x/sys/execabs to im... | Máximo Cuadros | 2021-04-17 | 1 | -9/+9 |
* | plumbing: transport/ssh, support more formats in `NewPublicKeys` SSH helper (... | Hidde Beydals | 2021-04-17 | 2 | -18/+11 |
* | plumbing: transport/ssh, fix no agent test on windowsv5.3.0 | Máximo Cuadros | 2021-03-29 | 1 | -1/+1 |
* | *: fix flaky test | Máximo Cuadros | 2021-03-26 | 1 | -0/+4 |
* | plumbing: wire up contexts for Transport.AdvertisedReferences (#246) | Andrew Suffield | 2021-03-26 | 7 | -7/+64 |
* | transport: ssh, fix cloning large repositories (#272) | David Cuadrado | 2021-03-26 | 2 | -1/+29 |
* | Add insecureSkipTLS and cabundle (#228) | Daishan Peng | 2021-01-27 | 2 | -1/+40 |
* | fix nil | Oleg Kovalov | 2020-07-01 | 3 | -3/+3 |
* | fix goreportcard warnings | Oleg Kovalov | 2020-07-01 | 8 | -9/+9 |
* | Merge pull request #22 from mcuadros/fix-empty | Máximo Cuadros | 2020-04-07 | 1 | -0/+7 |
|\ |
|
| * | plumbing: transport, fix handling of empty adv-refs on upload-pack | Máximo Cuadros | 2020-04-07 | 1 | -0/+7 |
* | | plumbing: transport server test for nil Packfile | Brandon Westcott | 2020-03-19 | 1 | -0/+30 |
* | | plumbing: transport server check for nil Packfile, fixes ref deletes | Brandon Westcott | 2020-03-19 | 1 | -5/+7 |
|/ |
|
* | *: migration from go-git-fixtures/v4 and go-git/gcfg | Máximo Cuadros | 2020-03-10 | 13 | -40/+33 |
* | *: migration from gopkg to go modules | Máximo Cuadros | 2020-03-10 | 34 | -104/+104 |
* | Fix typos in comments, variables and function names | Oleksandr Redko | 2019-10-24 | 3 | -3/+3 |
* | *: avoid unnecessary conversions | Christian Muehlhaeuser | 2019-07-29 | 1 | -1/+1 |
* | *: fixed tautological error conditionsautological error conditions | Christian Muehlhaeuser | 2019-07-29 | 1 | -5/+0 |
* | Make http.AuthMethod setAuth public. Fixes #1196 | JACQUES Francois | 2019-07-28 | 2 | -5/+5 |
* | ssh: leverage proxy.Dial | Jacob Blain Christen | 2019-05-02 | 2 | -1/+62 |
* | config: add a way to see if a "remote" URL is local or not | Jeremy Stribling | 2019-02-11 | 1 | -14/+8 |
* | Simplify return statement in receivePackNoCheck | Iskander (Alex) Sharipov | 2018-12-12 | 1 | -5/+1 |
* | Merge branch 'master' of github.com:src-d/go-git into mccurdyc/Issue#969/fix-... | Colton McCurdy | 2018-11-01 | 2 | -1/+58 |
|\ |
|
| * | http: improve TokenAuth documentation | Santiago M. Mola | 2018-10-31 | 1 | -1/+8 |
| * | plumbing: transport/http, Add missing host/port on redirect. Fixes #820 | Dave Henderson | 2018-10-27 | 2 | -0/+50 |
* | | plumbing: ssh, Fix flaky test TestAdvertisedReferencesNotExists. Fixes #969 | Colton McCurdy | 2018-11-01 | 1 | -3/+11 |
|/ |
|
* | test: improve test for urlencoded user:pass | Santiago M. Mola | 2018-09-27 | 1 | -5/+15 |
* | Merge pull request #949 from kuba--/custom-cache | Máximo Cuadros | 2018-09-08 | 2 | -3/+4 |
|\ |
|
| * | Expose Storage cache. | kuba-- | 2018-09-07 | 2 | -3/+4 |
* | | plumbing/transport: ssh check if list of known_hosts files is empty | Kuba Podgórski | 2018-09-07 | 2 | -7/+69 |
|/ |
|
* | *: use parser to populate non writable storages and bug fixes | Miguel Molina | 2018-08-07 | 2 | -7/+6 |
* | plumbing/transport/internal: common, add support of Gogs for ErrRepositoryNot... | Jerome Doucet | 2018-07-14 | 2 | -0/+83 |
* | plumbing/transport: http, Adds token authentication support [Fixes #858] | Eric Billingsley | 2018-06-08 | 2 | -0/+38 |
* | Remove println | Antonio Jesus Navarro Perez | 2018-06-05 | 1 | -1/+0 |
* | plumbing: transport, make target repo writeable in tests | Javi Fontan | 2018-03-27 | 1 | -0/+21 |
* | *: Use CheckClose with named returns | Javi Fontan | 2018-03-27 | 1 | -3/+3 |
* | Merge pull request #762 from zkry/escape-basic-auth-user-pswd | Máximo Cuadros | 2018-03-01 | 2 | -2/+12 |
|\ |
|
| * | plubming: transport, Escape the user and password for endpoint. Fixes #723 | Zachary Romero | 2018-02-28 | 2 | -2/+12 |
* | | Merge pull request #766 from mvdan/patches | Máximo Cuadros | 2018-03-01 | 2 | -22/+11 |
|\ \ |
|
| * | | all: make the upcoming Go 1.11's vet happy | Daniel Martà | 2018-03-01 | 1 | -11/+11 |