aboutsummaryrefslogtreecommitdiffstats
path: root/config/config_test.go
Commit message (Collapse)AuthorAgeFilesLines
* serialized remotes in alphabetical orderManuel Carmona2017-08-101-2/+2
|
* config: preserve option order on config marshallingSantiago M. Mola2017-08-011-1/+1
| | | | | Do not change order of options (e.g. in RemoteConfig) when serializing for any option whose value has not changed.
* config: multiple values in RemoteConfig (URLs and Fetch)Santiago M. Mola2017-08-011-4/+23
| | | | | | | | * Change `URL string` to `URL []string` in `RemoteConfig`, since git allows multiple URLs per remote. See: http://marc.info/?l=git&m=116231242118202&w=2 * Fix marshalling of multiple fetch refspecs.
* config: added Config.SubmodulesMáximo Cuadros2017-02-141-0/+16
|
* config: adding Config.Core.WorktreeMáximo Cuadros2017-02-131-0/+25
|
* config: marshal and unmarshal implementationMáximo Cuadros2017-01-261-2/+46
|
* global storage interface refactor (#112)Máximo Cuadros2016-11-071-0/+20
| | | | | | | | | | | * core: ObjectStorage, ReferenceStorage renamed to ObjectStorer and ReferenceStorer * rebase * general, changes request by @alcortes * general, changes request by @alcortes
* clients/ssh: test fixMáximo Cuadros2016-08-241-5/+0
|
* ForEach review and Commit.Tree err returnMáximo Cuadros2016-08-221-0/+31