summaryrefslogtreecommitdiffstats
path: root/pkg/commands
AgeCommit message (Expand)Author
2018-10-08Fix tests and add test scenarios for amend.Kristijan Husak
2018-10-08Check if there is any commit to amend and use 'A' instead of 'M' as shortcut.Kristijan Husak
2018-10-07Merge branch 'master' into feature/commit-amendJesse Duffield
2018-10-06Refresh side panels and use uppercase HEAD in all git commands that requires it.Kristijan Husak
2018-10-05more test coverageJesse Duffield
2018-09-25Merge branch 'master' of git://github.com/jesseduffield/lazygit into feature/...Kristijan Husak
2018-09-25add test for CurrentBranchNameJesse Duffield
2018-09-25add test for getMergeBaseJesse Duffield
2018-09-25Merge branch 'feature/informative-commit-colors' of https://github.com/jessed...Jesse Duffield
2018-09-25support git flow when colouring commitsJesse Duffield
2018-09-25Merge branch 'master' into feature/informative-commit-colorsJesse Duffield
2018-09-25Merge branch 'master' into feature/commit-amendJesse Duffield
2018-09-25Merge branch 'master' into add-tests-part-7Jesse Duffield
2018-09-21add removeAll to gitJesse Duffield
2018-09-20commands/git : refactor test to Diff, refactor functionAnthony HAMON
2018-09-20commands/git : returns an error instead of panicingAnthony HAMON
2018-09-20commands/git : add test to GetLogAnthony HAMON
2018-09-20add removeAll to gitJesse Duffield
2018-09-20Merge branch 'master' into feature/informative-commit-colorsJesse Duffield
2018-09-19fix specsJesse Duffield
2018-09-19fix specsJesse Duffield
2018-09-19Merge branch 'master' into hotfix/cursor-positioningJesse Duffield
2018-09-19update specsJesse Duffield
2018-09-18color merged and unmerged commits differentlyJesse Duffield
2018-09-18commands/git : reverse the logicAnthony HAMON
2018-09-17commands/git : add GetCommits tests refactorAnthony HAMON
2018-09-17Merge branch 'master' into hotfix/cursor-positioningJesse Duffield
2018-09-17standardise rendering of lists in panelsJesse Duffield
2018-09-16commands/git : add test to GetBranchGraph, refactorAnthony HAMON
2018-09-16commands/git : add test to Checkout, refactorAnthony HAMON
2018-09-16commands/git : add test to RemoveFile, refactorAnthony HAMON
2018-09-16commands/git : move testsAnthony HAMON
2018-09-16commands/git : add tests, refactor a bitAnthony HAMON
2018-09-13Add ammend commit action.Kristijan Husak
2018-09-12commands/git : add tests on SquashFixupCommit and refactorAnthony HAMON
2018-09-12commands/git : add tests on SquashPreviousTwoCommitsAnthony HAMON
2018-09-12restore old file sorting algorithmJesse Duffield
2018-09-12commands/git : remove extra spaceAnthony HAMON
2018-09-12commands/git : swap global/local get configAnthony HAMON
2018-09-11commands/git : fix testAnthony HAMON
2018-09-11commands/git : fix typoAnthony HAMON
2018-09-11commands/git : add test to Push func, refactorAnthony HAMON
2018-09-11commands/git : add test to Commit func, refactorAnthony HAMON
2018-09-11commands/git : remove dependency on gocuiAnthony HAMON
2018-09-11commands/git: rewrite UsingGpg, add testsAnthony HAMON
2018-09-10docs: add comments for new test codeSascha Andres
2018-09-10refactor: move fallback to platform structSascha Andres
2018-09-10fix: remove call to fmt.PrintlnSascha Andres
2018-09-10feat: add test casesSascha Andres
2018-09-10fix: escape quote character on LinuxSascha Andres