summaryrefslogtreecommitdiffstats
path: root/test-colors.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-24Fix issue with test-colors 'git pull' commandsMalfurious1-2/+2
If the user's git is configured with 'pull.ff = only', these lines would fail since the two repositories have diverged from each other. '--ff' is added to restore the original default of allowing either a fast-forward or recursive merge to take place. In reality, an implicit 3-way merge is being performed. All tests now pass. Signed-off-by: Malfurious <m@lfurio.us>
2021-03-24Merge branch 'hotfix/unittests' of https://github.com/cbandera/git-radarMalfurious1-5/+6
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-2/+2
2015-10-16Merge remote-tracking branch 'upstream/master' into hotfix/unittestsClaudio Bandera1-14/+14
2015-09-17Added switch case for OS type in testsClaudio Bandera1-5/+6
2015-09-17Switch changes status to use prefixesMichael Allen1-2/+2
2015-09-17Switch remote commits to use suffixesMichael Allen1-6/+6
2015-09-17Switch local commits to use prefixesMichael Allen1-6/+6
2015-09-16Test the new functions directlyMichael Allen1-0/+7
2015-09-02Allow for shell specific rc filesMichael Allen1-23/+23
2015-09-01Make branch color and master symbol configurableMichael Allen1-10/+34
2015-08-31Remove unneeded zsh specific env var setupMichael Allen1-29/+9
2015-08-31Provide a way to set a .gitradarrc fileMichael Allen1-0/+111
2015-08-31Duplicate color tests for bashMichael Allen1-0/+176
2015-08-30Test the zsh color changes configurationMichael Allen1-0/+18
2015-08-30Test zsh remote commit colorsMichael Allen1-0/+46
2015-08-30Test zsh local commit colorsMichael Allen1-1/+42
2015-08-30Test zsh ability to override colorsMichael Allen1-0/+89