summaryrefslogtreecommitdiffstats
path: root/pkg/commands/os.go
AgeCommit message (Expand)Author
2019-11-05create backups of patch files in case something goes wrongJesse Duffield
2019-06-06add GIT_OPTIONAL_LOCKS=0 env var to all commandsJesse Duffield
2019-06-06allow stashing staged changesJesse Duffield
2019-04-07support custom commandsJesse Duffield
2019-03-23support discarding unstaged changesJesse Duffield
2019-03-16allow user to discard old file changes for a given commitJesse Duffield
2019-03-03windows support for skipping the editorJesse Duffield
2019-03-02appease golangciJesse Duffield
2019-03-02fix up testsJesse Duffield
2019-02-24more support for files with spacesJesse Duffield
2019-02-18add various interactive rebase commandsJesse Duffield
2019-02-16more work on rebasing featureJesse 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
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-12Removed the username / password savety checkmjarkk
2018-12-11more work on rebasing including visual indicatorsJesse Duffield
2018-12-09Worked and fixed a view commentsmjarkk
2018-12-06Merge branch 'master' into https-ask-for-username-passwordMark Kopenga
2018-12-05staging lines and hunksJesse Duffield
2018-11-28Fix function comments with CodeLingo.BlakeMScurr
2018-11-14Fixed typomjarkk
2018-11-10Trying to fix circlecimjarkk
2018-11-10Fixed case that a commit message will break git pushmjarkk
2018-11-10Fixed pushing forevermjarkk
2018-11-10Switched back to github.com/mgutz/str instaid of a copy of ToArgvmjarkk
2018-11-10Removed some duplicated codemjarkk
2018-11-06Better error for code 128mjarkk
2018-11-06Working new lines in live pty outputmjarkk
2018-11-02Added username password detect to git pullmjarkk
2018-10-29Made error handling bettermjarkk
2018-10-27Removed package github.com/mgutz/str for better code coveragemjarkk
2018-10-27Removed error check for regexmjarkk
2018-10-27Made tests passmjarkk
2018-10-27Made it possible to build for windows againmjarkk
2018-10-27Made it possible to build again for windowsmjarkk
2018-10-23Merge branch 'master' into https-ask-for-username-passwordMark Kopenga
2018-10-20Handled some errorsmjarkk
2018-10-20First good successmjarkk
2018-10-20Add separate open command for links and check if branch exists on remote befo...Kristijan Husak
2018-10-17handled golangcibotmjarkk
2018-10-17Basic file for getting the fix workingmjarkk
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
2018-09-01introduce platform specific defaultsJesse Duffield
2018-09-01better error handling for commandsJesse Duffield