aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing/format/config/section.go
Commit message (Collapse)AuthorAgeFilesLines
* config: preserve option order on config marshallingSantiago M. Mola2017-08-011-2/+2
| | | | | Do not change order of options (e.g. in RemoteConfig) when serializing for any option whose value has not changed.
* format/config: add GoStringSantiago M. Mola2017-08-011-1/+22
| | | | This is more convenient for testing and debugging.
* plumbing: improve documentation (Fix #242)Antonio Jesus Navarro Perez2017-02-231-0/+38
|
* new plumbing package (#118)Máximo Cuadros2016-11-081-0/+87
* plumbing: now core was renamed to core, and formats and clients moved inside