Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-03-24 | Update references to project name to git-sonar | Malfurious | 1 | -1/+1 | |
Signed-off-by: Malfurious <m@lfurio.us> | |||||
2021-03-24 | Fix issue with test-colors 'git pull' commands | Malfurious | 1 | -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-24 | Merge branch 'hotfix/unittests' of https://github.com/cbandera/git-radar | Malfurious | 1 | -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-29 | Switch the untracked symbol to ? | Michael Allen | 1 | -2/+2 | |
2015-10-16 | Merge remote-tracking branch 'upstream/master' into hotfix/unittests | Claudio Bandera | 1 | -14/+14 | |
2015-09-17 | Added switch case for OS type in tests | Claudio Bandera | 1 | -5/+6 | |
2015-09-17 | Switch changes status to use prefixes | Michael Allen | 1 | -2/+2 | |
2015-09-17 | Switch remote commits to use suffixes | Michael Allen | 1 | -6/+6 | |
2015-09-17 | Switch local commits to use prefixes | Michael Allen | 1 | -6/+6 | |
2015-09-16 | Test the new functions directly | Michael Allen | 1 | -0/+7 | |
2015-09-02 | Allow for shell specific rc files | Michael Allen | 1 | -23/+23 | |
2015-09-01 | Make branch color and master symbol configurable | Michael Allen | 1 | -10/+34 | |
2015-08-31 | Remove unneeded zsh specific env var setup | Michael Allen | 1 | -29/+9 | |
2015-08-31 | Provide a way to set a .gitradarrc file | Michael Allen | 1 | -0/+111 | |
2015-08-31 | Duplicate color tests for bash | Michael Allen | 1 | -0/+176 | |
2015-08-30 | Test the zsh color changes configuration | Michael Allen | 1 | -0/+18 | |
2015-08-30 | Test zsh remote commit colors | Michael Allen | 1 | -0/+46 | |
2015-08-30 | Test zsh local commit colors | Michael Allen | 1 | -1/+42 | |
2015-08-30 | Test zsh ability to override colors | Michael Allen | 1 | -0/+89 | |