Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix nil | Oleg Kovalov | 2020-07-01 | 1 | -1/+2 |
| | |||||
* | fix goreportcard warnings | Oleg Kovalov | 2020-07-01 | 2 | -2/+4 |
| | |||||
* | *: migration from gopkg to go modules | Máximo Cuadros | 2020-03-10 | 5 | -6/+6 |
| | |||||
* | all: simplification | ferhat elmas | 2017-11-29 | 1 | -5/+1 |
| | | | | | | | | | | - no length for map initialization - don't check for boolean/error return - don't format string - use string method of bytes buffer instead of converting bytes to string - use `strings.Contains` instead of `strings.Index` - use `bytes.Equal` instead of `bytes.Compare` | ||||
* | project: move imports from srcd.works to gopkg.in | Antonio Jesus Navarro Perez | 2017-03-07 | 5 | -6/+6 |
| | | | | To be able to fix #261 we will move again to gopkg.in before v4 stable release. | ||||
* | package plumbing documentation improvements (#248) | Máximo Cuadros | 2017-02-07 | 1 | -0/+2 |
| | |||||
* | new srcd.works/go-git.v4 path | Máximo Cuadros | 2017-01-30 | 5 | -6/+6 |
| | |||||
* | Fix some typos in plumbing docs (#244) | Sergio Arbeo | 2017-01-30 | 1 | -1/+1 |
| | |||||
* | new plumbing package (#118) | Máximo Cuadros | 2016-11-08 | 5 | -0/+443 |
* plumbing: now core was renamed to core, and formats and clients moved inside |