summaryrefslogtreecommitdiffstats
path: root/pkg/commands
AgeCommit message (Expand)Author
2019-12-07allow fetching remotes with 'f'Jesse Duffield
2019-11-26lenient sorting of tags on startupv0.11.3Jesse Duffield
2019-11-26support older versions of git when getting remote branchesJesse Duffield
2019-11-21unescape another stringv0.11.2Jesse Duffield
2019-11-21don't pass single commands directly to RunCommand (or equivalent function)Jesse Duffield
2019-11-21fix specsJesse Duffield
2019-11-21couple of things to clean up after rebasing onto masterJesse Duffield
2019-11-21give RunCommand the same input signature as fmt.SprintfJesse Duffield
2019-11-21add tags panelJesse Duffield
2019-11-21allow editing remotesJesse Duffield
2019-11-21support setting upstreamJesse Duffield
2019-11-21better fast forwardJesse Duffield
2019-11-21support deleting remote branchesJesse Duffield
2019-11-21support merging remote branches into checked out branchJesse Duffield
2019-11-21support detached heads when showing the selected branchJesse Duffield
2019-11-21support adding/removing remotesJesse 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
2019-11-21trying to use gogit with branches from remotesJesse Duffield
2019-11-21add remote modelJesse Duffield
2019-11-13show upstream branch for branchJesse Duffield
2019-11-13prompt to set upstream when pulling on untracked branchJesse Duffield
2019-11-11specify upstream when pushing a branch for the first timev0.10.4Jesse Duffield
2019-11-10reset patch builder when we've escaped from the building phase and nothing ha...Jesse Duffield
2019-11-10remove old add patch keybindingJesse Duffield
2019-11-05fix testsv0.9Jesse Duffield
2019-11-05only test with non-original headerJesse Duffield
2019-11-05better interface for ApplyPatch functionJesse Duffield
2019-11-05strip whitespace when there is nothing elseJesse Duffield
2019-11-05fix ambiguous conditionJesse Duffield
2019-11-05don't let patch manager ever be nilJesse Duffield
2019-11-05use fallback approach for applying patchJesse Duffield
2019-11-05create backups of patch files in case something goes wrongJesse Duffield
2019-11-05clear patch after successful patch operationJesse Duffield
2019-11-05move PatchManager to GitCommandJesse Duffield
2019-11-05better rebase argsJesse Duffield
2019-11-05Support building and moving patchesJesse Duffield
2019-11-05support split view in staging panel and staging rangesJesse Duffield
2019-10-20Added light theme option to the settingsmjarkk
2019-07-27477 Remove unnecessary variable checkGiorgio Previtera
2019-07-27#477 Remove `NeedMerge` booleanGiorgio Previtera
2019-07-27477 Add new `NeedReset` property to File and update testsGiorgio Previtera
2019-07-27477 Remove duplicate checkoutGiorgio Previtera
2019-07-27#477 Discard changes when there are merge conflictsGiorgio Previtera
2019-07-27Simplified boolean comparisonChristian Muehlhaeuser
2019-07-27Simplified code a bitChristian Muehlhaeuser
2019-07-14fix typohaowei
2019-06-06add GIT_OPTIONAL_LOCKS=0 env var to all commandsJesse Duffield