summaryrefslogtreecommitdiffstats
path: root/pkg/commands/os.go
AgeCommit message (Collapse)Author
2020-02-02perpetuate this style of dependency injectionChris Taylor
2020-01-08escape editor pathJamie Brynes
2019-11-21unescape another stringv0.11.2Jesse Duffield
2019-11-21fix specsJesse Duffield
2019-11-21couple of things to clean up after rebasing onto masterJesse Duffield
2019-11-21give RunCommand the same input signature as fmt.SprintfJesse Duffield
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
reinstate old stash functionality with the 's' keybinding
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
This fixes up some git and oscommand tests, and pulls some tests into commit_list_builder_test.go I've also made the NewDummyBlah functions public so that I didn't need to duplicate them across packages I've also given OSCommand a SetCommand() method for setting the command on the struct I've also created a file utils.go in the test package for creating convient 'CommandSwapper's, which basically enable you to assert a sequence of commands on the command line, and swap each one out for a different one to actually be executed
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 ↵Jesse Duffield
in case there is a user password in the error
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-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
Regexp only returns an error when regex string is in-corret
2018-10-27Made tests passmjarkk
Git constandly exits with error code 1 for some reason it might be because of the wrong username and password but i don't think error 1 is for wrong credentials
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 ↵Kristijan Husak
before opening pull request link.
2018-10-17handled golangcibotmjarkk
2018-10-17Basic file for getting the fix workingmjarkk