Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | all: simplification | ferhat elmas | 2017-11-29 | 1 | -1/+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 | 1 | -1/+1 |
| | | | | To be able to fix #261 we will move again to gopkg.in before v4 stable release. | ||||
* | documentation and API improvements | Máximo Cuadros | 2017-02-21 | 1 | -7/+7 |
| | |||||
* | config: added Config.Submodules | Máximo Cuadros | 2017-02-14 | 1 | -3/+2 |
| | |||||
* | new srcd.works/go-git.v4 path | Máximo Cuadros | 2017-01-30 | 1 | -1/+1 |
| | |||||
* | Fix typos in config pkg (#233) | Sergio Arbeo | 2017-01-30 | 1 | -1/+1 |
| | |||||
* | config: documentation improvements | Máximo Cuadros | 2017-01-30 | 1 | -14/+17 |
| | |||||
* | config: modules, marshal and unmarshal implementation | Máximo Cuadros | 2017-01-26 | 1 | -10/+100 |
| | |||||
* | config: git modules config | Máximo Cuadros | 2017-01-26 | 1 | -0/+43 |