| Commit message (Expand) | Author | Age | Files | Lines |
* | git: stop iterating at oldest shallow when pulling. Fixes #305 | Dan Hoizner | 2023-11-27 | 1 | -5/+18 |
* | plumbing: fix empty uploadpack request error | Ayman Bagabas | 2023-11-16 | 1 | -0/+4 |
* | utils: remove ioutil.Pipe and use std library io.Pipe | Ayman Bagabas | 2023-11-13 | 1 | -1/+1 |
* | git: remote, flip branch check to not-tag check | Aditya Sirish | 2023-10-26 | 1 | -3/+3 |
* | *: fix some typos | Zhizhen He | 2023-09-08 | 1 | -3/+3 |
* | plumbing: http, Fix empty repos on Git v2.41+ | Paulo Gomes | 2023-07-01 | 1 | -4/+5 |
* | Merge pull request #763 from AriehSchneier/dont-add-want-if-have | Paulo Gomes | 2023-05-29 | 1 | -4/+8 |
|\ |
|
| * | git: don't add to wants if exists, shallow and depth 1 | Arieh Schneier | 2023-05-25 | 1 | -4/+8 |
* | | git: enable fetch with unqualified references | Arieh Schneier | 2023-05-25 | 1 | -33/+48 |
|/ |
|
* | git: Fix fetching after shallow clone. Fixes #305 | Arieh Schneier | 2023-05-24 | 1 | -3/+13 |
* | Merge pull request #753 from andrewpollock/add_list_timeout | Paulo Gomes | 2023-05-20 | 1 | -1/+9 |
|\ |
|
| * | git: remote, add support for a configurable timeout. | Andrew Pollock | 2023-05-12 | 1 | -1/+9 |
* | | *: Remove redudant err nil checks | Paulo Gomes | 2023-05-11 | 1 | -5/+1 |
|/ |
|
* | plumbing/transport: add ProxyOptions to specify proxy details | Sanskar Jaiswal | 2023-05-04 | 1 | -8/+9 |
* | git: Add support to ls-remote with peeled references. Fixes #749 | Paulo Gomes | 2023-05-03 | 1 | -6/+23 |
* | Merge pull request #425 from abhinav/error-strings | Máximo Cuadros | 2021-12-11 | 1 | -2/+2 |
|\ |
|
| * | error strings: Don't capitalize, use periods, or newlines | Abhinav Gupta | 2021-12-04 | 1 | -2/+2 |
* | | Merge pull request #418 from abhinav/unused | Máximo Cuadros | 2021-12-10 | 1 | -5/+2 |
|\ \ |
|
| * | | remote/addReachableTags: Remove guard before delete | Abhinav Gupta | 2021-11-27 | 1 | -4/+1 |
| * | | Remove unused variables/types/functions | Abhinav Gupta | 2021-11-27 | 1 | -1/+1 |
| |/ |
|
* | | Merge branch 'master' into jc-push-atomic | Máximo Cuadros | 2021-12-10 | 1 | -6/+38 |
|\ \ |
|
| * | | Add ForceWithLease Push Option | John Cai | 2021-11-02 | 1 | -6/+37 |
| |/ |
|
* / | Add Atomic to push options | John Cai | 2021-11-03 | 1 | -0/+4 |
|/ |
|
* | Merge pull request #399 from S-Bohn/add-push-options | Máximo Cuadros | 2021-11-01 | 1 | -0/+7 |
|\ |
|
| * | plumbing: packp, Add encoding for push-options. Fixes #268. | Sören Bohn | 2021-10-26 | 1 | -0/+7 |
* | | Add support to push commits per hashes | Thibault Jamet | 2021-10-28 | 1 | -0/+41 |
|/ |
|
* | Merge pull request #375 from noerw/add-remoteurl-option | Máximo Cuadros | 2021-10-26 | 1 | -4/+13 |
|\ |
|
| * | Add RemoteURL to {Fetch,Pull,Push}Options | Norwin | 2021-09-15 | 1 | -4/+13 |
* | | git: add --follow-tags option for pushes | John Cai | 2021-10-05 | 1 | -0/+78 |
|/ |
|
* | remote: patch default timeout for `List` (#321)v5.4.1 | Nicolas Chagrass | 2021-05-24 | 1 | -1/+1 |
* | git: Add support for deepening shallow clones (#311) | Marcus Watkins | 2021-05-12 | 1 | -1/+43 |
* | utils: ioutil, Pipe implementatio | Máximo Cuadros | 2021-05-02 | 1 | -1/+1 |
* | Remote: new ListContext function (#278) | Xiang Xiujuan | 2021-04-21 | 1 | -1/+19 |
* | Minor doc fixes (#287) | Jeff Widman | 2021-04-16 | 1 | -2/+2 |
* | plumbing: wire up contexts for Transport.AdvertisedReferences (#246) | Andrew Suffield | 2021-03-26 | 1 | -3/+3 |
* | add RequireRemoteRefs to PushOptions (#258) | Andrew Suffield | 2021-03-25 | 1 | -0/+34 |
* | Add insecureSkipTLS and cabundle (#228) | Daishan Peng | 2021-01-27 | 1 | -8/+10 |
* | Fetch should return a unique error type when ref not found | andrew2nelson | 2020-09-02 | 1 | -1/+14 |
* | git: remote, Fix deleting references when force pushing. | Chris Gavin | 2020-08-28 | 1 | -1/+1 |
* | Merge pull request #125 from cristaloleg/minor-linter-fixes | Máximo Cuadros | 2020-07-16 | 1 | -6/+3 |
|\ |
|
| * | fix slice capacity | Oleg Kovalov | 2020-07-07 | 1 | -1/+1 |
| * | Minor linter fixes | Oleg Kovalov | 2020-07-06 | 1 | -6/+3 |
* | | Skip error check explicitly | Oleg Kovalov | 2020-07-06 | 1 | -4/+6 |
|/ |
|
* | Remote.Push: support force option | kappyhappy | 2020-05-21 | 1 | -0/+9 |
* | Remote.Fetch: support exact SHA1 refspecs | Máximo Cuadros | 2020-05-11 | 1 | -1/+32 |
* | *: migration from gopkg to go modules | Máximo Cuadros | 2020-03-10 | 1 | -17/+17 |
* | *: fixed tautological error conditionsautological error conditions | Christian Muehlhaeuser | 2019-07-29 | 1 | -1/+1 |
* | Merge pull request #1165 from seletskiy/push-prune | Máximo Cuadros | 2019-07-26 | 1 | -15/+52 |
|\ |
|
| * | send PACK only if non-delete command present | Stanislav Seletskiy | 2019-07-25 | 1 | -10/+26 |
| * | add Prune option to PushOptions | Stanislav Seletskiy | 2019-07-25 | 1 | -5/+26 |