aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing/format/config/section_test.go
Commit message (Collapse)AuthorAgeFilesLines
* config: preserve option order on config marshallingSantiago M. Mola2017-08-011-0/+19
| | | | | Do not change order of options (e.g. in RemoteConfig) when serializing for any option whose value has not changed.
* new plumbing package (#118)Máximo Cuadros2016-11-081-0/+71
* plumbing: now core was renamed to core, and formats and clients moved inside