summaryrefslogtreecommitdiffstats
path: root/pkg/commands
AgeCommit message (Collapse)Author
2019-02-24Make it easier to run sync/async commands, switch to interactive rebase when ↵Jesse Duffield Duffield
rebasing on branches
2019-02-24rearranging todo items while interactively rebasingJesse Duffield
2019-02-24more support for files with spacesJesse Duffield
2019-02-24support file renamesJesse Duffield
2019-02-19work towards more interactive rebase optionsJesse Duffield
2019-02-19don't autostash when editingJesse Duffield
2019-02-19pull commit list builder functions into their own builder structJesse Duffield
2019-02-19show interactive rebase commits that are yet to goJesse Duffield
2019-02-18add various interactive rebase commandsJesse Duffield
2019-02-18rename any commitJesse Duffield
2019-02-16more work on rebasing featureJesse Duffield
2019-02-16consider whether the view has focus when rendering the contents of a viewJesse Duffield
2019-02-16fix git testsJesse Duffield
2019-02-11Merge branch 'master' into feature/rebasingJesse Duffield
2019-02-11use go-errors package to display stacktrace of errors that cause panicsJesse Duffield
2019-02-11Merge branch 'master' into feature/rebasingJesse Duffield
2019-01-16pkg: Fix typoKimMachineGune
2018-12-19remove commentJesse Duffield
2018-12-19Translated credentials error with git push/pull/fetchmjarkk
2018-12-18fix testsJesse Duffield
2018-12-18explicitly return newlines to our live command stdinJesse Duffield
2018-12-18set stderr ourselves so that we only read the error output if there is anyJesse Duffield
2018-12-17A try to hide the password from the error outputmjarkk
2018-12-16always hide rather than delete the credentials view, and don't log on error ↵Jesse Duffield
in case there is a user password in the error
2018-12-14Tried to fix circlecimjarkk
2018-12-14Tried to fix circlecimjarkk
2018-12-14Merge branch 'https-ask-for-username-password' of ↵mjarkk
https://github.com/mjarkk/lazygit into https-ask-for-username-password
2018-12-14Tried to fix circlecimjarkk
2018-12-14Merge branch 'master' into https-ask-for-username-passwordMark Kopenga
2018-12-12Removed the wired error handlingmjarkk
2018-12-12Removed the username / password savety checkmjarkk
This check is not realy needed because the change that it will show up a second time is so low that this is more work to check than the change it actualy might happen
2018-12-12some fixes for issues around the credentials panelJesse Duffield
2018-12-11Make merge panel its own panelJesse Duffield
2018-12-11more work on rebasing including visual indicatorsJesse Duffield
2018-12-11Added rebase support commandsGlenn Vriesman
2018-12-11Added rebase functionsGlenn Vriesman
2018-12-11Moved push-pullables status to the endGlenn Vriesman
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 ↵Jesse Duffield
takes over 5 seconds
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-28Fix function comments with CodeLingo.BlakeMScurr