summaryrefslogtreecommitdiffstats
path: root/pkg/commands/loading_remotes.go
AgeCommit message (Expand)Author
2021-12-23change branch regex to only grab the first remote on each line of branch commandErik Scrafford
2020-09-29move models folder into commands folderJesse Duffield
2020-09-29move remotes and remote branchesJesse Duffield
2019-11-26support older versions of git when getting remote branchesJesse Duffield
2019-11-21unescape another stringv0.11.2Jesse Duffield
2019-11-21fix specsJesse Duffield
2019-11-21give RunCommand the same input signature as fmt.SprintfJesse Duffield
2019-11-21support detached heads when showing the selected branchJesse Duffield
2019-11-21split RemoteBranch out from BranchJesse Duffield
2019-11-21get branches with git for-each-refJesse Duffield
2019-11-21remove redundant loggingJesse Duffield
2019-11-21get remote branches when getting remotesJesse Duffield