aboutsummaryrefslogtreecommitdiffstats
path: root/remote.go
Commit message (Expand)AuthorAgeFilesLines
* git: Implement Merge function with initial FastForwardMerge supportPaulo Gomes2024-03-091-1/+1
* *: fetch, adds the prune option. Fixes #316Julien Salleyron2024-02-221-1/+30
* git: stop iterating at oldest shallow when pulling. Fixes #305Dan Hoizner2023-11-271-5/+18
* plumbing: fix empty uploadpack request errorAyman Bagabas2023-11-161-0/+4
* utils: remove ioutil.Pipe and use std library io.PipeAyman Bagabas2023-11-131-1/+1
* git: remote, flip branch check to not-tag checkAditya Sirish2023-10-261-3/+3
* *: fix some typosZhizhen He2023-09-081-3/+3
* plumbing: http, Fix empty repos on Git v2.41+Paulo Gomes2023-07-011-4/+5
* Merge pull request #763 from AriehSchneier/dont-add-want-if-havePaulo Gomes2023-05-291-4/+8
|\
| * git: don't add to wants if exists, shallow and depth 1Arieh Schneier2023-05-251-4/+8
* | git: enable fetch with unqualified referencesArieh Schneier2023-05-251-33/+48
|/
* git: Fix fetching after shallow clone. Fixes #305Arieh Schneier2023-05-241-3/+13
* Merge pull request #753 from andrewpollock/add_list_timeoutPaulo Gomes2023-05-201-1/+9
|\
| * git: remote, add support for a configurable timeout.Andrew Pollock2023-05-121-1/+9
* | *: Remove redudant err nil checksPaulo Gomes2023-05-111-5/+1
|/
* plumbing/transport: add ProxyOptions to specify proxy detailsSanskar Jaiswal2023-05-041-8/+9
* git: Add support to ls-remote with peeled references. Fixes #749Paulo Gomes2023-05-031-6/+23
* Merge pull request #425 from abhinav/error-stringsMáximo Cuadros2021-12-111-2/+2
|\
| * error strings: Don't capitalize, use periods, or newlinesAbhinav Gupta2021-12-041-2/+2
* | Merge pull request #418 from abhinav/unusedMáximo Cuadros2021-12-101-5/+2
|\ \
| * | remote/addReachableTags: Remove guard before deleteAbhinav Gupta2021-11-271-4/+1
| * | Remove unused variables/types/functionsAbhinav Gupta2021-11-271-1/+1
| |/
* | Merge branch 'master' into jc-push-atomicMáximo Cuadros2021-12-101-6/+38
|\ \
| * | Add ForceWithLease Push OptionJohn Cai2021-11-021-6/+37
| |/
* / Add Atomic to push optionsJohn Cai2021-11-031-0/+4
|/
* Merge pull request #399 from S-Bohn/add-push-optionsMáximo Cuadros2021-11-011-0/+7
|\
| * plumbing: packp, Add encoding for push-options. Fixes #268.Sören Bohn2021-10-261-0/+7
* | Add support to push commits per hashesThibault Jamet2021-10-281-0/+41
|/
* Merge pull request #375 from noerw/add-remoteurl-optionMáximo Cuadros2021-10-261-4/+13
|\
| * Add RemoteURL to {Fetch,Pull,Push}OptionsNorwin2021-09-151-4/+13
* | git: add --follow-tags option for pushesJohn Cai2021-10-051-0/+78
|/
* remote: patch default timeout for `List` (#321)v5.4.1Nicolas Chagrass2021-05-241-1/+1
* git: Add support for deepening shallow clones (#311)Marcus Watkins2021-05-121-1/+43
* utils: ioutil, Pipe implementatioMáximo Cuadros2021-05-021-1/+1
* Remote: new ListContext function (#278)Xiang Xiujuan2021-04-211-1/+19
* Minor doc fixes (#287)Jeff Widman2021-04-161-2/+2
* plumbing: wire up contexts for Transport.AdvertisedReferences (#246)Andrew Suffield2021-03-261-3/+3
* add RequireRemoteRefs to PushOptions (#258)Andrew Suffield2021-03-251-0/+34
* Add insecureSkipTLS and cabundle (#228)Daishan Peng2021-01-271-8/+10
* Fetch should return a unique error type when ref not foundandrew2nelson2020-09-021-1/+14
* git: remote, Fix deleting references when force pushing.Chris Gavin2020-08-281-1/+1
* Merge pull request #125 from cristaloleg/minor-linter-fixesMáximo Cuadros2020-07-161-6/+3
|\
| * fix slice capacityOleg Kovalov2020-07-071-1/+1
| * Minor linter fixesOleg Kovalov2020-07-061-6/+3
* | Skip error check explicitlyOleg Kovalov2020-07-061-4/+6
|/
* Remote.Push: support force optionkappyhappy2020-05-211-0/+9
* Remote.Fetch: support exact SHA1 refspecsMáximo Cuadros2020-05-111-1/+32
* *: migration from gopkg to go modulesMáximo Cuadros2020-03-101-17/+17
* *: fixed tautological error conditionsautological error conditionsChristian Muehlhaeuser2019-07-291-1/+1
* Merge pull request #1165 from seletskiy/push-pruneMáximo Cuadros2019-07-261-15/+52
|\