Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-07-20 | Move test files to subdirectory | Malfurious | 1 | -493/+0 | |
Signed-off-by: Malfurious <m@lfurio.us> | |||||
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> | |||||
2015-10-29 | Switch the untracked symbol to ? | Michael Allen | 1 | -2/+2 | |
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 | |