summaryrefslogtreecommitdiffstats
path: root/pkg/commands
AgeCommit message (Expand)Author
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
2020-07-15fix TestGitCommandCommit testv0.20.9Randshot
2020-07-15revert changes to 'os_default_platform.go' and 'os_windows.go'Randshot
2020-07-15use strconv for quoting in 'GitCommand.Commit' and 'OSCommand.ShellCommandFro...Randshot
2020-07-14factor out duplicate code into 'ShellCommandFromString'v0.20.8Randshot
2020-07-14add quotes around the git commit command on non-windows systemsRandshot
2020-07-12Merge branch 'master' into add-overrideGpg-switchRandshot
2020-07-12fix 'Amend commit using gpg' testRandshot
2020-07-12fix 'Commit using gpg' testRandshot
2020-07-12fix platform specific quoting when using GPGRandshot
2020-07-10Remove getLocalGitConfigv0.20.5Jasper Mendiola
2020-07-10Rename appconfig to configJasper Mendiola
2020-07-10fix testsJasper Mendiola