summaryrefslogtreecommitdiffstats
path: root/test-status.sh (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-03-24Merge branch 'hotfix/unittests' of https://github.com/cbandera/git-radarMalfurious1-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-29Switch the untracked symbol to ?Michael Allen1-1/+1
2015-08-30Fixed unittests for UbuntuClaudio Bandera1-0/+1
2015-08-19Rename to git-radarMichael Allen1-1/+1
2015-08-02Fixed missing staged and unstaged modifications caseMichael Allen1-2/+3
2015-07-23provide the ability to surround letter in a status with a colorMichael Allen1-0/+31
2015-07-23remove unnecessary added/modified/etcMichael Allen1-33/+9
2015-07-21cleaned up the status line issues and provided tests for themMichael Allen1-0/+136