aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing/format/config/section.go
Commit message (Collapse)AuthorAgeFilesLines
* minor grammatical fixesJon Eskin2022-09-221-1/+1
|
* Merge pull request #112 from MichaelMure/complete-configMáximo Cuadros2020-10-091-25/+60
|\ | | | | config: add missing functions for completeness
| * config: add missing functions for completenessMichael Muré2020-06-241-25/+60
| |
* | Use EqualFold for comparisonOleg Kovalov2020-07-061-1/+1
|/
* 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