| Commit message (Expand) | Author | Age | Files | Lines |
* | remote: push, update remote refs on push | Máximo Cuadros | 2017-07-22 | 1 | -15/+42 |
* | repository: allow push from shallow repositories | Máximo Cuadros | 2017-07-19 | 1 | -1/+11 |
* | Merge pull request #485 from mcuadros/fetch-tagsv4.0.0-rc12 | Máximo Cuadros | 2017-07-17 | 1 | -56/+83 |
|\ |
|
| * | remote: fetch, correct behaviour on tags | Máximo Cuadros | 2017-07-17 | 1 | -56/+83 |
* | | remote: avoid duplicate haves | Máximo Cuadros | 2017-07-13 | 1 | -3/+13 |
|/ |
|
* | improve delete support on push | Santiago M. Mola | 2017-07-11 | 1 | -4/+18 |
* | remote: fix push delete, closes #466 | Santiago M. Mola | 2017-07-07 | 1 | -12/+48 |
* | Update local remote references during fetch even if no pack needs to be received | Ori Rawlings | 2017-06-19 | 1 | -25/+45 |
* | Merge pull request #421 from smola/iter-naming | Máximo Cuadros | 2017-06-14 | 1 | -1/+1 |
|\ |
|
| * | fix naming of NewCommit{Pre,Post}Iterator | Santiago M. Mola | 2017-06-13 | 1 | -1/+1 |
* | | ensure receive-pack session is closed on push. | Santiago M. Mola | 2017-06-13 | 1 | -0/+2 |
|/ |
|
* | Merge pull request #367 from smola/push-tags | Máximo Cuadros | 2017-04-27 | 1 | -1/+0 |
|\ |
|
| * | add test for tags push, closes #354 | Santiago M. Mola | 2017-04-27 | 1 | -1/+0 |
* | | Merge pull request #365 from smola/git-rel-path | Santiago M. Mola | 2017-04-27 | 1 | -2/+2 |
|\ \
| |/
|/| |
|
| * | transport: make Endpoint an interface, fixes #362 | Santiago M. Mola | 2017-04-27 | 1 | -2/+2 |
* | | support force push (refspec with +) | Santiago M. Mola | 2017-04-27 | 1 | -22/+64 |
|/ |
|
* | fix format string issues as found by go vet | Santiago M. Mola | 2017-04-26 | 1 | -1/+1 |
* | project: move imports from srcd.works to gopkg.in | Antonio Jesus Navarro Perez | 2017-03-07 | 1 | -13/+13 |
* | Add full stops and keep implementation details as internal comments. | Antonio Jesus Navarro Perez | 2017-03-03 | 1 | -2/+2 |
* | improve git package documentation (fix #231) | Antonio Jesus Navarro Perez | 2017-03-03 | 1 | -1/+1 |
* | plumbing/revlist: input as a slice of hashes instead of commits | Antonio Jesus Navarro Perez | 2017-02-27 | 1 | -12/+6 |
* | submodule init implementation | Máximo Cuadros | 2017-02-12 | 1 | -3/+6 |
* | documentation changes | Máximo Cuadros | 2017-01-31 | 1 | -5/+5 |
* | new srcd.works/go-git.v4 path | Máximo Cuadros | 2017-01-30 | 1 | -13/+13 |
* | Repository.Progress moved as a field in *Options (#237) | Máximo Cuadros | 2017-01-30 | 1 | -5/+5 |
* | transport: remove SetAuth, fixes #206 (#210) | Anthony Weems | 2017-01-17 | 1 | -6/+6 |
* | remote: fix empty-git-upload-pack error in fetch, when the reference points t... | Máximo Cuadros | 2017-01-12 | 1 | -3/+4 |
* | doc: clarify return values of Pull/Fetch. (#205) | Santiago M. Mola | 2017-01-12 | 1 | -0/+2 |
* | server: add git server implementation (#190) | Santiago M. Mola | 2017-01-04 | 1 | -33/+11 |
* | remote: add Push (#178) | Santiago M. Mola | 2016-12-19 | 1 | -5/+228 |
* | remote: make Fetch atomic. (#185) | Santiago M. Mola | 2016-12-16 | 1 | -139/+140 |
* | storage: shallow storage (#180) | Máximo Cuadros | 2016-12-15 | 1 | -0/+12 |
* | move plumbing from top level package to plumbing (#183) | Santiago M. Mola | 2016-12-14 | 1 | -3/+4 |
* | remote: fix Connect, returned nil error on failure. (#167) | Santiago M. Mola | 2016-12-08 | 1 | -1/+1 |
* | remote: sideband support (#164) | Máximo Cuadros | 2016-12-07 | 1 | -3/+30 |
* | BaseSuite improvements, usage of file:// proto | Máximo Cuadros | 2016-12-02 | 1 | -1/+5 |
* | capabilities: full integration (#151) | Máximo Cuadros | 2016-12-01 | 1 | -3/+3 |
* | protocol/packp: capabilities new Capability entity and List struct, test impr... | Máximo Cuadros | 2016-11-29 | 1 | -1/+2 |
* | remove old types from transport and use packp (#142) | Santiago M. Mola | 2016-11-28 | 1 | -22/+34 |
* | move: format/packp -> protocol/packp (#141) | Santiago M. Mola | 2016-11-25 | 1 | -1/+1 |
* | transport: create Client interface (#132) | Santiago M. Mola | 2016-11-23 | 1 | -15/+28 |
* | Add configurable http client factory (fixes #120) (#121) | ferhat elmas | 2016-11-15 | 1 | -5/+2 |
* | new plumbing package (#118) | Máximo Cuadros | 2016-11-08 | 1 | -25/+26 |
* | global storage interface refactor (#112) | Máximo Cuadros | 2016-11-07 | 1 | -16/+14 |
* | remote, fix fetch tags | Máximo Cuadros | 2016-10-27 | 1 | -2/+12 |
* | remote, fix copy tag reference on fetch | Máximo Cuadros | 2016-10-26 | 1 | -3/+28 |
* | Use advrefs in gituploadpackinfo (#92) | Alberto Cortés | 2016-10-26 | 1 | -1/+2 |
* | test coverage improved, Remote.Refs and Repository.Refs returns error, TreeWa... | Máximo Cuadros | 2016-09-22 | 1 | -4/+8 |
* | dotgit: synced write packfile and index generation | Máximo Cuadros | 2016-09-15 | 1 | -2/+6 |
* | format: packfile fix ReadObjectAt without decode | Máximo Cuadros | 2016-09-11 | 1 | -1/+1 |