summaryrefslogtreecommitdiffstats
path: root/pkg/commands/git.go
AgeCommit message (Expand)Author
2018-12-09Worked and fixed a view commentsmjarkk
2018-12-08Merge branch 'master' into https-ask-for-username-passwordMark Kopenga
2018-12-08fetching branches without checking outJesse Duffield
2018-12-08making a start on unidirectional data binding to fix these UI bugsJesse Duffield
2018-12-06Merge branch 'master' into https-ask-for-username-passwordMark Kopenga
2018-12-05clean as well as reset (I'm hoping this is a good design decision)Jesse Duffield
2018-12-05use porcelain git rather than go-git for reset --hard HEAD because go-git tak...Jesse Duffield
2018-12-05staging lines and hunksJesse Duffield
2018-12-04initial support for staging individual linesJesse Duffield
2018-12-02Removed a lot of useless codemjarkk
2018-11-30Add full stops to new comments.BlakeMScurr
2018-11-30Add simple comments to uncommented functions.BlakeMScurr
2018-11-25Added credentials popupmjarkk
2018-11-14Merge branch 'master' into https-ask-for-username-passwordMark Kopenga
2018-11-14refactor obtaining current branch nameJesse Duffield
2018-11-02Added username password detect to git pullmjarkk
2018-10-23Merge branch 'master' into https-ask-for-username-passwordMark Kopenga
2018-10-20Add separate open command for links and check if branch exists on remote befo...Kristijan Husak
2018-10-17Added files to commit pannelsidjfjlisdjfilisldjfiljisldjilfjisdjilfjlsidMoved...mjarkk
2018-10-17small code additionmjarkk
2018-10-17Basic file for getting the fix workingmjarkk
2018-10-13Add option to create pull request form branches panel.Kristijan Husak
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-09-25Merge branch 'master' of git://github.com/jesseduffield/lazygit into feature/...Kristijan Husak
2018-09-25add test for CurrentBranchNameJesse 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-20add removeAll to gitJesse Duffield
2018-09-20Merge branch 'master' into feature/informative-commit-colorsJesse Duffield
2018-09-19fix specsJesse Duffield
2018-09-19Merge branch 'master' into hotfix/cursor-positioningJesse 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 : add tests, refactor a bitAnthony HAMON
2018-09-13Add ammend commit action.Kristijan Husak