Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-03-24 | Merge branch 'hotfix/unittests' of https://github.com/cbandera/git-radar | Malfurious | 1 | -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... | |||||
2016-04-24 | Merge remote-tracking branch 'upstream/master' into hotfix/unittests | Claudio Bandera | 1 | -106/+106 | |
2015-10-29 | Those tests shouldn't have been commented out | Michael Allen | 1 | -106/+106 | |
2015-10-29 | Switch the untracked symbol to ? | Michael Allen | 1 | -4/+4 | |
2015-10-16 | Added missing shebang line to new test files | Claudio Bandera | 1 | -0/+1 | |
2015-10-16 | That if statement wasn't doing what I thought it was | Michael Allen | 1 | -106/+106 | |
2015-09-17 | Further testing when not in a repo | Michael Allen | 1 | -0/+16 | |
2015-09-17 | Switch changes status to use prefixes | Michael Allen | 1 | -9/+9 | |
2015-09-17 | Switch remote commits to use suffixes | Michael Allen | 1 | -7/+7 | |
2015-09-17 | Switch local commits to use prefixes | Michael Allen | 1 | -7/+7 | |
2015-09-17 | Add prefix and suffixing to remote diff render | Michael Allen | 1 | -0/+20 | |
2015-09-17 | Add prefix and suffix to branch name render | Michael Allen | 1 | -0/+20 | |
2015-09-17 | Add prefix/suffixing to local diff | Michael Allen | 1 | -1/+21 | |
2015-09-17 | Make providing a prefix and suffix to changes possible | Michael Allen | 1 | -0/+20 | |
2015-09-16 | Make render replace rather than append, so we can reorder | Michael Allen | 1 | -0/+27 | |
2015-09-16 | Basic approach to format strings | Michael Allen | 1 | -0/+111 | |