summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2018-09-25Merge branch 'feature/informative-commit-colors' of ↵Jesse Duffield
https://github.com/jesseduffield/lazygit into feature/informative-commit-colors
2018-09-25support git flow when colouring commitsJesse Duffield
2018-09-25Merge branch 'master' into feature/informative-commit-colorsJesse Duffield
2018-09-25Merge pull request #291 from antham/add-tests-part-7Jesse Duffield
Add tests to pkg/commands/git - Part 7
2018-09-25Merge branch 'master' into add-tests-part-7Jesse Duffield
2018-09-23Merge branch 'master' of https://github.com/jesseduffield/lazygitv0.3.1Jesse Duffield
2018-09-23add donation link to status panelJesse Duffield
2018-09-23Update README.mdJesse Duffield
2018-09-22Merge pull request #300 from jesseduffield/hotfix/273-cursor-scrollingJesse Duffield
Fix slow scrolling
2018-09-22Merge branch 'hotfix/273-cursor-scrolling' of ↵Jesse Duffield
https://github.com/jesseduffield/lazygit into hotfix/273-cursor-scrolling
2018-09-22use lineheight rather than buffer lengthJesse Duffield
2018-09-22Merge branch 'master' into hotfix/273-cursor-scrollingJesse Duffield
2018-09-22use lineheight rather than buffer lengthJesse Duffield
2018-09-22Merge pull request #295 from jesseduffield/hotfix/commit-message-panel-focusJesse Duffield
Fix issues with commit message panel losing focus
2018-09-21Merge branch 'master' into hotfix/commit-message-panel-focusJesse Duffield
2018-09-21Merge pull request #297 from jesseduffield/hotfix/remove-filesv0.3.0Jesse Duffield
add removeAll to git
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 issues with commit message panel losing focusJesse Duffield
2018-09-19Merge pull request #294 from jesseduffield/feature/recent-reposJesse Duffield
Recent Repos Menu
2018-09-19bump deps to use forked termbox which doesn't crash as easilyJesse Duffield
2018-09-19Merge pull request #280 from jesseduffield/hotfix/cursor-positioningJesse Duffield
Fix cursor positioning bugs
2018-09-19Merge branch 'hotfix/cursor-positioning' into feature/recent-reposJesse Duffield
2018-09-19one more spec to increase coverageJesse Duffield
2018-09-19Merge branch 'hotfix/cursor-positioning' into feature/recent-reposJesse Duffield
2018-09-19fix specsJesse Duffield
2018-09-19Merge branch 'hotfix/cursor-positioning' into feature/recent-reposJesse Duffield
2018-09-19fix specsJesse Duffield
2018-09-19add recent repos menu optionJesse Duffield
2018-09-19Merge branch 'master' into hotfix/cursor-positioningJesse Duffield
2018-09-19Merge branch 'hotfix/cursor-positioning' into feature/recent-reposJesse Duffield
2018-09-19update specsJesse Duffield
2018-09-19add specs for menu utilsJesse Duffield
2018-09-18Merge pull request #287 from antham/add-tests-part-6Jesse Duffield
Add tests part 6
2018-09-18color merged and unmerged commits differentlyJesse Duffield
2018-09-18generalise popup menu panelJesse Duffield
2018-09-18commands/git : reverse the logicAnthony HAMON
2018-09-17commands/git : add GetCommits tests refactorAnthony HAMON
* switch GetCommitsToPush scope to private * return a map instead of slice for look up * remove useless includesString function
2018-09-17appease golangciJesse Duffield
2018-09-17minor refactorJesse Duffield
2018-09-17Merge branch 'master' into hotfix/cursor-positioningJesse Duffield
2018-09-17standardise rendering of lists in panelsJesse Duffield
2018-09-16circle : remove new lineAnthony HAMON
2018-09-16circle : kill old cacheAnthony HAMON
2018-09-16commands/git : add test to GetBranchGraph, refactorAnthony HAMON
2018-09-16commands/git : add test to Checkout, refactorAnthony HAMON