summaryrefslogtreecommitdiffstats
path: root/pkg/commands/git.go
AgeCommit message (Expand)Author
2020-03-27*: update go-git importMáximo Cuadros
2020-03-26only load new reflog entriesJesse Duffield
2020-03-26better handling of current branch nameJesse Duffield
2020-03-25support reflog action prefixJesse Duffield
2020-03-25use reflog undo history pointerJesse Duffield
2020-03-23more compatible commandsJesse Duffield
2020-03-18better upstream tracking and allow renaming a branchJesse Duffield
2020-03-08use selected branch as base when creating a new branchJesse Duffield
2020-03-06make branches and files non-ambiguous for git-logskwerlman
2020-03-04fix testJesse Duffield
2020-03-04more generic way of supporting custom pagersJesse Duffield
2020-03-04supporing custom pagers step 1Jesse Duffield
2020-02-27Fix OutOfBound array access when looking for ReflogCommitsv0.15.5Corentin Rossignon
2020-02-25show file list when diffing commitsJesse Duffield
2020-02-24show diff statJesse Duffield
2020-02-20Reflog: Use 20 sha digits instead of 7Glenn Vriesman
2020-02-18allow fastforwarding the current branchv0.14.4Jesse Duffield
2020-02-06Moved function to git.goGlenn Vriesman
2020-02-04Check cached when showing new file diffsGlenn Vriesman
2020-02-02make amend more non-interactiveChris Taylor
2020-01-29handle files that were deleted downstream but modified upstreamJesse Duffield
2020-01-29make use of branch config when pushing/pullingJesse Duffield
2020-01-12allow fast flicking through any list panelJesse Duffield
2020-01-09add reflog tab in commits panelJesse Duffield
2020-01-07allow commits to be checked outJesse Duffield
2020-01-07allow hard resetting to upstream branchJesse Duffield
2020-01-05fix applying patch on Windows machineJamie Brynes
2019-12-07allow fetching remotes with 'f'Jesse Duffield
2019-11-21don't pass single commands directly to RunCommand (or equivalent function)Jesse Duffield
2019-11-21fix specsJesse 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-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-10remove old add patch keybindingJesse Duffield
2019-11-05better interface for ApplyPatch functionJesse 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