Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | plumbing: config, fix broken unit tests | Adrian Pronk | 2021-07-26 | 1 | -3/+13 |
| | |||||
* | plumbing: config, support correct escaping as per git-config rules | Adrian Pronk | 2021-07-25 | 1 | -7/+14 |
| | |||||
* | plumbing: config, Branch name with hash can be cloned. Fixes #309 | Adrian Pronk | 2021-07-24 | 1 | -0/+18 |
| | |||||
* | config: preserve option order on config marshalling | Santiago M. Mola | 2017-08-01 | 1 | -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 Cuadros | 2016-11-08 | 1 | -0/+90 |
* plumbing: now core was renamed to core, and formats and clients moved inside |