aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing/format/config
Commit message (Collapse)AuthorAgeFilesLines
* all: simplificationferhat elmas2017-11-291-6/+2
| | | | | | | | | | - no length for map initialization - don't check for boolean/error return - don't format string - use string method of bytes buffer instead of converting bytes to string - use `strings.Contains` instead of `strings.Index` - use `bytes.Equal` instead of `bytes.Compare`
* config: preserve option order on config marshallingSantiago M. Mola2017-08-015-12/+71
| | | | | 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-012-1/+32
| | | | This is more convenient for testing and debugging.
* plumbing: format config, escape back slashMáximo Cuadros2017-07-192-4/+2
|
* worktree: commit, use path package instead of filepathMáximo Cuadros2017-07-192-2/+10
|
* plumbing: improve documentation (Fix #242)Antonio Jesus Navarro Perez2017-02-231-0/+38
|
* package plumbing documentation improvements (#248)Máximo Cuadros2017-02-073-217/+143
|
* Fix some typos in plumbing docs (#244)Sergio Arbeo2017-01-302-3/+3
|
* new plumbing package (#118)Máximo Cuadros2016-11-0812-0/+969
* plumbing: now core was renamed to core, and formats and clients moved inside