Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cli: separate go module for cli | Ayman Bagabas | 2023-11-07 | 2 | -0/+170 |
| | |||||
* | git: implement upload-server-info. Fixes #731 | Ayman Bagabas | 2023-11-03 | 2 | -0/+35 |
| | | | | | | | | | This adds UpdateServerInfo along with a new go-git command to generate info files to help git dumb http serve refs and their objects. This also updates the docs to reflect this. Docs: https://git-scm.com/docs/git-update-server-info Fixes: https://github.com/go-git/go-git/issues/731 | ||||
* | *: migration from gopkg to go modules | Máximo Cuadros | 2020-03-10 | 2 | -2/+2 |
| | |||||
* | project: move imports from srcd.works to gopkg.in | Antonio Jesus Navarro Perez | 2017-03-07 | 2 | -2/+2 |
| | | | | To be able to fix #261 we will move again to gopkg.in before v4 stable release. | ||||
* | Remove TODOs from documentation | Antonio Jesus Navarro Perez | 2017-02-28 | 1 | -1/+1 |
| | |||||
* | new srcd.works/go-git.v4 path | Máximo Cuadros | 2017-01-30 | 2 | -2/+2 |
| | |||||
* | server: add git server implementation (#190) | Santiago M. Mola | 2017-01-04 | 4 | -0/+128 |
* server: add generic server implementation (transport-independent), both for git-upload-pack and git-receive-pack. * server: move internal functions to internal/common. * cli: add git-receive-pack and git-upload-pack implementations. * format/packfile: add UpdateObjectStorage function, extracted from Remote. * transport: implement tranport RPC-like, only with git-upload-pack and git-receive-pack methods. Client renamed to Transport. * storer: add storer.Storer interface. * protocol/packp: add UploadPackResponse constructor with packfile. * protocol/packp: fix UploadPackResponse encoding, add tests. * protocol/packp/capability: implement All. |