summaryrefslogtreecommitdiffstats
path: root/pkg/commands/exec_live_default.go
AgeCommit message (Expand)Author
2019-06-06add GIT_OPTIONAL_LOCKS=0 env var to all commandsJesse Duffield
2019-02-16fix git testsJesse Duffield
2019-02-11use go-errors package to display stacktrace of errors that cause panicsJesse Duffield
2018-12-19remove commentJesse Duffield
2018-12-19Translated credentials error with git push/pull/fetchmjarkk
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 i...Jesse Duffield
2018-12-12Removed the wired error handlingmjarkk
2018-12-12some fixes for issues around the credentials panelJesse Duffield
2018-12-09Worked and fixed a view commentsmjarkk
2018-11-14Removed useless channel readmjarkk
2018-11-10Fixed pushing forevermjarkk
2018-11-10Switched back to github.com/mgutz/str instaid of a copy of ToArgvmjarkk
2018-11-10Switched to channels instaid of a mutexmjarkk
2018-11-10Replaced regex with trimmjarkk
2018-11-06Removed some useless commentsmjarkk
2018-11-06Working new lines in live pty outputmjarkk
2018-11-03hopefully fixed the test nowmjarkk
2018-11-03Fixed testmjarkk
2018-11-01Maybe fixed the test this timemjarkk
2018-10-31Hopefully fixed circlecimjarkk
2018-10-29Made error handling bettermjarkk
2018-10-27Removed package github.com/mgutz/str for better code coveragemjarkk
2018-10-27Removed github.com/ionrock/procs for better code coveragemjarkk
2018-10-27Made tests passmjarkk
2018-10-27Made it possible to build again for windowsmjarkk