Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-03-24 | Merge branch 'hotfix/unittests' of https://github.com/cbandera/git-radar | Malfurious | 1 | -0/+1 | |
Merge pending pull request #67 of upstream git-radar project from user cbandera. They write: This is a pull request to fix issue #38. As it turns out, some built in commands behave differently on Mac OS X and Linux. In order to run the tests on Linux, I have added switch statements at some points to call the functions with the respective syntax. Also I realized, that the tests only worked for me when I set the following options: git config --global push.default simple git config --global branch.autosetuprebase never But that's probably just because these should be the defaults. I normally have them set to something else... | |||||
2015-10-29 | Switch the untracked symbol to ? | Michael Allen | 1 | -1/+1 | |
2015-08-30 | Fixed unittests for Ubuntu | Claudio Bandera | 1 | -0/+1 | |
2015-08-19 | Rename to git-radar | Michael Allen | 1 | -1/+1 | |
2015-08-02 | Fixed missing staged and unstaged modifications case | Michael Allen | 1 | -2/+3 | |
2015-07-23 | provide the ability to surround letter in a status with a color | Michael Allen | 1 | -0/+31 | |
2015-07-23 | remove unnecessary added/modified/etc | Michael Allen | 1 | -33/+9 | |
2015-07-21 | cleaned up the status line issues and provided tests for them | Michael Allen | 1 | -0/+136 | |