summaryrefslogtreecommitdiffstats
path: root/pkg/commands/git_test.go
AgeCommit message (Expand)Author
2020-11-28standardise how we read from the configJesse Duffield
2020-11-25added tests and fixed bug found in testsNathan Bell
2020-10-10type i18nJesse Duffield
2020-10-10remove viperJesse Duffield
2020-10-06switch to fork of go-gitJesse Duffield
2020-10-02fix testJesse Duffield
2020-09-29move models folder into commands folderJesse Duffield
2020-09-29fix testsJesse Duffield
2020-09-29factor out code from git.goJesse Duffield
2020-09-29move OS commands into their own packageJesse Duffield
2020-09-29move stash panelJesse Duffield
2020-09-29move file and submoduleJesse Duffield
2020-09-29move commits model into models packageJesse Duffield
2020-09-29fix testsJesse Duffield
2020-09-29support bare repositoriesJesse Duffield
2020-09-26use --no-ext-diff flag for git diffJesse Duffield
2020-08-27drop merge commits when interactive rebasing just like git CLIJesse 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-23rename Sha to parent now that we're also considering stash entriesJesse Duffield
2020-08-23commit files kind of generalisedJesse Duffield
2020-08-12support multiple modes of git pullJesse Duffield
2020-08-07follow cursor when staging and unstaging a file renameJesse Duffield
2020-08-07allow renames to be discardedJesse Duffield
2020-07-15fix TestGitCommandCommit testv0.20.9Randshot
2020-07-14add quotes around the git commit command on non-windows systemsRandshot
2020-07-12fix 'Amend commit using gpg' testRandshot
2020-07-12fix 'Commit using gpg' testRandshot
2020-07-10Remove getLocalGitConfigv0.20.5Jasper Mendiola
2020-07-10fix testsJasper Mendiola
2020-04-27fix issue #640 add catCmd and OS-specific valuesTyler Davis
2020-03-29allow scoped mode where the commits/reflog/stash panels are scoped to a fileJesse Duffield
2020-03-28better error handlingJesse Duffield
2020-03-28fix testJesse Duffield
2020-03-27use GIT_EDITORJesse Duffield
2020-03-27*: update go-git importMáximo Cuadros
2020-03-26better handling of current branch nameJesse Duffield
2020-03-25fix testsJesse Duffield
2020-03-23more compatible commandsJesse Duffield
2020-03-09big golangci-lint cleanupJesse Duffield
2020-03-08use selected branch as base when creating a new branchJesse Duffield
2020-03-06update tests to match changed commandskwerlman
2020-03-04fix testJesse Duffield
2020-02-24show diff statJesse Duffield
2020-02-02verify that VISUAL,EDITOR,LGCC envvars are set for non-interactive commandsv0.14Chris Taylor
2020-01-29make use of branch config when pushing/pullingJesse Duffield
2020-01-12allow fast flicking through any list panelJesse Duffield
2020-01-07allow hard resetting to upstream branchJesse Duffield