aboutsummaryrefslogtreecommitdiffstats
path: root/config/branch.go
Commit message (Collapse)AuthorAgeFilesLines
* *: migration from gopkg to go modulesMáximo Cuadros2020-03-101-2/+2
|
* *: avoid unnecessary conversionsChristian Muehlhaeuser2019-07-291-1/+1
| | | | | | | No need to convert these values, they're already of the right type. Signed-off-by: Christian Muehlhaeuser <muesli@gmail.com> (cherry picked from commit a1d8a7ac8bd0e4aff0f27dbb8bb37b8bd13a1346)
* Support the 'rebase' config key for branchesMike Riley2019-05-171-2/+21
| | | | Signed-off-by: Mike Riley <mikeriley@yelirekim.com>
* config: adds branches to config for tracking branches against remotes, ↵Jeremy Chambers2018-04-101-0/+71
updates clone to track when cloning a branch. Fixes #313 Signed-off-by: Jeremy Chambers <jeremy@thehipbot.com>