aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing/format/config/option.go
Commit message (Collapse)AuthorAgeFilesLines
* config: preserve option order on config marshallingSantiago M. Mola2017-08-011-9/+32
| | | | | 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-0/+10
| | | | This is more convenient for testing and debugging.
* package plumbing documentation improvements (#248)Máximo Cuadros2017-02-071-0/+1
|
* Fix some typos in plumbing docs (#244)Sergio Arbeo2017-01-301-2/+2
|
* new plumbing package (#118)Máximo Cuadros2016-11-081-0/+83
* plumbing: now core was renamed to core, and formats and clients moved inside