Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | serialized remotes in alphabetical order | Manuel Carmona | 2017-08-10 | 1 | -2/+2 |
| | |||||
* | config: preserve option order on config marshalling | Santiago M. Mola | 2017-08-01 | 1 | -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. Mola | 2017-08-01 | 1 | -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.Submodules | Máximo Cuadros | 2017-02-14 | 1 | -0/+16 |
| | |||||
* | config: adding Config.Core.Worktree | Máximo Cuadros | 2017-02-13 | 1 | -0/+25 |
| | |||||
* | config: marshal and unmarshal implementation | Máximo Cuadros | 2017-01-26 | 1 | -2/+46 |
| | |||||
* | global storage interface refactor (#112) | Máximo Cuadros | 2016-11-07 | 1 | -0/+20 |
| | | | | | | | | | | | * core: ObjectStorage, ReferenceStorage renamed to ObjectStorer and ReferenceStorer * rebase * general, changes request by @alcortes * general, changes request by @alcortes | ||||
* | clients/ssh: test fix | Máximo Cuadros | 2016-08-24 | 1 | -5/+0 |
| | |||||
* | ForEach review and Commit.Tree err return | Máximo Cuadros | 2016-08-22 | 1 | -0/+31 |