summaryrefslogtreecommitdiffstats
path: root/pkg/commands
AgeCommit message (Expand)Author
2020-02-27fix bug where commits appeared as green despite not being pushedv0.15.4Jesse Duffield
2020-02-25show file list when diffing commitsJesse Duffield
2020-02-25refactor the way we render listsJesse Duffield
2020-02-25better commit lines in fullscreen modeJesse Duffield
2020-02-24show tags in commits panelJesse Duffield
2020-02-24show diff statJesse Duffield
2020-02-23allow customizing background color in staging modeJesse Duffield
2020-02-20Reflog: Use 20 sha digits instead of 7Glenn Vriesman
2020-02-18allow fastforwarding the current branchv0.14.4Jesse Duffield
2020-02-13get whole commit SHA from rebase commitsv0.14.3Jesse Duffield
2020-02-09Fixed testsGlenn Vriesman
2020-02-09Use 8 instead of 7 digit long shaGlenn Vriesman
2020-02-09Increase internal sha sizeGlenn Vriesman
2020-02-06Moved function to git.goGlenn Vriesman
2020-02-04Check cached when showing new file diffsGlenn Vriesman
2020-02-02verify that VISUAL,EDITOR,LGCC envvars are set for non-interactive commandsv0.14Chris Taylor
2020-02-02perpetuate this style of dependency injectionChris Taylor
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-28fix commentJesse Duffield
2020-01-28use reflog timestamps rather than commit timestamps to show commit recencyJesse Duffield
2020-01-12allow fast flicking through any list panelJesse Duffield
2020-01-12lazyload commitsJesse Duffield
2020-01-09add reflog tab in commits panelJesse Duffield
2020-01-08escape editor pathJamie Brynes
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-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