aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing/format/config/fixtures_test.go
Commit message (Collapse)AuthorAgeFilesLines
* plumbing: config, fix broken unit testsAdrian Pronk2021-07-261-3/+13
|
* plumbing: config, support correct escaping as per git-config rulesAdrian Pronk2021-07-251-7/+14
|
* plumbing: config, Branch name with hash can be cloned. Fixes #309Adrian Pronk2021-07-241-0/+18
|
* config: preserve option order on config marshallingSantiago M. Mola2017-08-011-0/+14
| | | | | 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/+90
* plumbing: now core was renamed to core, and formats and clients moved inside