aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing/format/config/encoder.go
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`
* plumbing: format config, escape back slashMáximo Cuadros2017-07-191-1/+1
|
* worktree: commit, use path package instead of filepathMáximo Cuadros2017-07-191-1/+7
|
* new plumbing package (#118)Máximo Cuadros2016-11-081-0/+75
* plumbing: now core was renamed to core, and formats and clients moved inside