summaryrefslogtreecommitdiffstats
path: root/pkg/commands/git_test.go
AgeCommit message (Expand)Author
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
2019-11-21fix specsJesse Duffield
2019-11-11specify upstream when pushing a branch for the first timev0.10.4Jesse Duffield
2019-11-05fix testsv0.9Jesse Duffield
2019-11-05better interface for ApplyPatch functionJesse Duffield
2019-11-05Support building and moving patchesJesse Duffield
2019-11-05support split view in staging panel and staging rangesJesse Duffield
2019-07-27477 Remove unnecessary variable checkGiorgio Previtera
2019-07-27#477 Remove `NeedMerge` booleanGiorgio Previtera
2019-07-27477 Add new `NeedReset` property to File and update testsGiorgio Previtera
2019-06-06allow stashing staged changesJesse Duffield
2019-05-12Support opening lazygit in a submodulev0.8Jesse Duffield
2019-05-06support resetting to a commit in either soft, hard, or mixed modeJesse Duffield
2019-04-13Add 'w' keybinding in files panel to commit as a WIPJesse Duffield
2019-04-10Change expected sha for DiscardOldFileChangesPeter Lundberg
2019-04-07Allow for creating fixup! commitsJesse Duffield
2019-03-23add more options for resetting files in the working treeJesse Duffield
2019-03-23support discarding unstaged changesJesse Duffield