summaryrefslogtreecommitdiffstats
path: root/pkg/commands
AgeCommit message (Expand)Author
2020-09-27better interfaceJesse Duffield
2020-09-26use --no-ext-diff flag for git diffJesse Duffield
2020-09-26more loggingJesse Duffield
2020-09-26add in-built logging support for a better dev experienceJesse Duffield
2020-09-18fix testJesse Duffield
2020-09-02fix testJesse Duffield
2020-09-02ensure that when a branch name is ambiguous we still show the correct coloursJesse Duffield
2020-08-27more efficient refreshing of rebase commitsJesse Duffield
2020-08-27drop merge commits when interactive rebasing just like git CLIJesse Duffield
2020-08-27remove redundant testJesse Duffield
2020-08-27support branches with no upstreamJesse Duffield
2020-08-26better way of knowing which commits are unpushedJesse Duffield
2020-08-26use clipboard package to handle clipboard stuffJesse Duffield
2020-08-25add log when git status errorsJesse Duffield
2020-08-24ignore warning messages about files when obtaining file statusesJesse Duffield
2020-08-23rename Status to PatchStatusJesse Duffield
2020-08-23enlargen stash window when its focusedJesse Duffield
2020-08-23better handling of there being no commit filesJesse Duffield
2020-08-23show file statuses in commit files viewJesse Duffield
2020-08-23cleanupJesse Duffield
2020-08-23remove todo commentJesse Duffield
2020-08-23remove testJesse Duffield
2020-08-23cleanup now that we're always using the same diff commandJesse Duffield
2020-08-23support creating patches from files in diff modeJesse Duffield
2020-08-23minor renameJesse Duffield
2020-08-23don't needlessly load every fileJesse Duffield
2020-08-23faster patch managerJesse Duffield
2020-08-23support drilling down into the files of a diffJesse Duffield
2020-08-23add description field to ListItem interfaceJesse Duffield
2020-08-23allow getting the current item genericallyJesse Duffield
2020-08-23add sub commit contextJesse Duffield
2020-08-23refactorJesse Duffield
2020-08-23generalise patch building stuffJesse Duffield
2020-08-23rename Sha to parent now that we're also considering stash entriesJesse Duffield
2020-08-23commit files kind of generalisedJesse Duffield
2020-08-23some more standardisation for diffingJesse Duffield
2020-08-16add keybinding to create new branch off of commitJesse Duffield
2020-08-16support multi word editor configJesse Duffield
2020-08-16prefill commit reword editorJesse Duffield
2020-08-15move patch stuff into its own packageJesse Duffield
2020-08-15allow opening files on the selected line in the staging panelJesse Duffield
2020-08-12allow entering a password when fast forwarding another branchJesse Duffield
2020-08-12rename argJesse Duffield
2020-08-12stop pulling in generalJesse Duffield
2020-08-12support multiple modes of git pullJesse Duffield
2020-08-12update namingJesse Duffield
2020-08-09simplify patch modifier interfaceJesse Duffield
2020-08-07follow cursor when staging and unstaging a file renameJesse Duffield
2020-08-07allow renames to be discardedJesse Duffield
2020-07-19better logic for staging a renamed fileJesse Duffield