summaryrefslogtreecommitdiffstats
path: root/test-format-config.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-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-24Merge remote-tracking branch 'upstream/master' into hotfix/unittestsClaudio Bandera1-106/+106
2015-10-29Those tests shouldn't have been commented outMichael Allen1-106/+106
2015-10-29Switch the untracked symbol to ?Michael Allen1-4/+4
2015-10-16Added missing shebang line to new test filesClaudio Bandera1-0/+1
2015-10-16That if statement wasn't doing what I thought it wasMichael Allen1-106/+106
2015-09-17Further testing when not in a repoMichael Allen1-0/+16
2015-09-17Switch changes status to use prefixesMichael Allen1-9/+9
2015-09-17Switch remote commits to use suffixesMichael Allen1-7/+7
2015-09-17Switch local commits to use prefixesMichael Allen1-7/+7
2015-09-17Add prefix and suffixing to remote diff renderMichael Allen1-0/+20
2015-09-17Add prefix and suffix to branch name renderMichael Allen1-0/+20
2015-09-17Add prefix/suffixing to local diffMichael Allen1-1/+21
2015-09-17Make providing a prefix and suffix to changes possibleMichael Allen1-0/+20
2015-09-16Make render replace rather than append, so we can reorderMichael Allen1-0/+27
2015-09-16Basic approach to format stringsMichael Allen1-0/+111