summaryrefslogtreecommitdiffstats
path: root/test-files.sh (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-03-24Update references to project name to git-sonarMalfurious1-1/+1
Signed-off-by: Malfurious <m@lfurio.us>
2021-03-24Merge branch 'hotfix/unittests' of https://github.com/cbandera/git-radarMalfurious1-25/+26
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-25/+26
2015-08-19Rename to git-radarMichael Allen1-1/+1
2015-07-23provide the ability to surround letter in a status with a colorMichael Allen1-1/+1
2015-07-23remove unnecessary added/modified/etcMichael Allen1-15/+15
2015-03-10list files from the root, not current dirMichael Allen1-0/+6
2015-03-10try to tell if a dir is dirtyMichael Allen1-0/+27
2015-02-22remove trailing whitespaceMichael Allen1-1/+1
2015-02-22faster files status stringsMichael Allen1-27/+27
2015-02-17add functions for conflicted changesMichael Allen1-0/+124
2015-02-17add functions to show staged changesMichael Allen1-0/+83
2015-02-17untracked files reportingMichael Allen1-0/+33