aboutsummaryrefslogtreecommitdiffstats
path: root/remote.go
Commit message (Expand)AuthorAgeFilesLines
* *: add pointer to the new transport.Endpoint structMáximo Cuadros2017-11-211-1/+1
* Merge pull request #641 from sunfishgao/patch-1Ori Rawlings2017-11-131-0/+1
|\
| * fix: a range loop can break in advanceSunfish2017-11-131-0/+1
* | remote: add the last 100 commits for each ref in haves listJeremy Stribling2017-10-051-3/+92
* | Merge pull request #609 from darkowlzz/ls-remoteMáximo Cuadros2017-10-041-0/+33
|\ \
| * | Create ListOptions and rename LSRemote to List.Sunny2017-10-041-3/+3
| * | remote: add support for ls-remoteSunny2017-10-021-0/+33
| |/
* | Merge pull request #586 from keybase/strib/commit-preorder-seen-gh-masterMáximo Cuadros2017-09-121-1/+1
|\ \
| * | plumbing: the commit walker can skip externally-seen commitsJeremy Stribling2017-09-091-1/+1
* | | config: support a configurable, and turn-off-able, pack.windowJeremy Stribling2017-09-111-3/+7
|/ /
* / remote: iterate over reference only onceMiguel Molina2017-09-051-27/+58
|/
* Remote.Fetch Tags logic improvement and fix NoTagsMáximo Cuadros2017-09-041-6/+16
* Add sideband support for pushOri Rawlings2017-09-011-4/+21
* remote: avoid expensive revlist operation when only deleting refsJeremy Stribling2017-08-281-3/+12
* Merge pull request #531 from mcuadros/ref-nameMáximo Cuadros2017-08-021-2/+2
|\
| * *: use the new API for ReferenceName.Is* methodsMáximo Cuadros2017-08-021-2/+2
* | config: multiple values in RemoteConfig (URLs and Fetch)Santiago M. Mola2017-08-011-4/+7
|/
* *: package context support in Repository, Remote and SubmoduleMáximo Cuadros2017-07-261-12/+43
* Merge pull request #507 from mcuadros/ctxMáximo Cuadros2017-07-251-2/+3
|\
| * *: context.TODO()Máximo Cuadros2017-07-251-2/+3
* | remote: push, update remote refs on pushMáximo Cuadros2017-07-221-15/+42
|/
* repository: allow push from shallow repositoriesMáximo Cuadros2017-07-191-1/+11
* Merge pull request #485 from mcuadros/fetch-tagsv4.0.0-rc12Máximo Cuadros2017-07-171-56/+83
|\
| * remote: fetch, correct behaviour on tagsMáximo Cuadros2017-07-171-56/+83
* | remote: avoid duplicate havesMáximo Cuadros2017-07-131-3/+13
|/
* improve delete support on pushSantiago M. Mola2017-07-111-4/+18
* remote: fix push delete, closes #466Santiago M. Mola2017-07-071-12/+48
* Update local remote references during fetch even if no pack needs to be receivedOri Rawlings2017-06-191-25/+45
* Merge pull request #421 from smola/iter-namingMáximo Cuadros2017-06-141-1/+1
|\
| * fix naming of NewCommit{Pre,Post}IteratorSantiago M. Mola2017-06-131-1/+1
* | ensure receive-pack session is closed on push.Santiago M. Mola2017-06-131-0/+2
|/
* Merge pull request #367 from smola/push-tagsMáximo Cuadros2017-04-271-1/+0
|\
| * add test for tags push, closes #354Santiago M. Mola2017-04-271-1/+0
* | Merge pull request #365 from smola/git-rel-pathSantiago M. Mola2017-04-271-2/+2
|\ \ | |/ |/|
| * transport: make Endpoint an interface, fixes #362Santiago M. Mola2017-04-271-2/+2
* | support force push (refspec with +)Santiago M. Mola2017-04-271-22/+64
|/
* fix format string issues as found by go vetSantiago M. Mola2017-04-261-1/+1
* project: move imports from srcd.works to gopkg.inAntonio Jesus Navarro Perez2017-03-071-13/+13
* Add full stops and keep implementation details as internal comments.Antonio Jesus Navarro Perez2017-03-031-2/+2
* improve git package documentation (fix #231)Antonio Jesus Navarro Perez2017-03-031-1/+1
* plumbing/revlist: input as a slice of hashes instead of commitsAntonio Jesus Navarro Perez2017-02-271-12/+6
* submodule init implementationMáximo Cuadros2017-02-121-3/+6
* documentation changesMáximo Cuadros2017-01-311-5/+5
* new srcd.works/go-git.v4 pathMáximo Cuadros2017-01-301-13/+13
* Repository.Progress moved as a field in *Options (#237)Máximo Cuadros2017-01-301-5/+5
* transport: remove SetAuth, fixes #206 (#210)Anthony Weems2017-01-171-6/+6
* remote: fix empty-git-upload-pack error in fetch, when the reference points t...Máximo Cuadros2017-01-121-3/+4
* doc: clarify return values of Pull/Fetch. (#205)Santiago M. Mola2017-01-121-0/+2
* server: add git server implementation (#190)Santiago M. Mola2017-01-041-33/+11
* remote: add Push (#178)Santiago M. Mola2016-12-191-5/+228