aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing/format/config/encoder.go
Commit message (Collapse)AuthorAgeFilesLines
* plumbing: config, support correct escaping as per git-config rulesAdrian Pronk2021-07-251-6/+11
|
* plumbing: config, remove duplicated character in setAdrian Pronk2021-07-241-1/+1
|
* plumbing: config, Branch name with hash can be cloned. Fixes #309Adrian Pronk2021-07-241-1/+1
|
* 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