aboutsummaryrefslogtreecommitdiff
path: root/test/detectLocalGit.js
AgeCommit message (Collapse)AuthorFilesLines
2019-11-25Fix Windows tests again.XhmikosR1-2/+2
2019-11-20ES6Nick Merwin1-47/+43
* remove unused variables * move `require`s at the top * check for prototype built-ins * run in strict mode * always check for error values in tests * make style consistent * mark Node.js 6 as the minimum supported version in package.json * Use the arrow return syntax * logger.js: use `Boolean` to make the intention clearer. * Use the rest params instead of arguments. * test/getOptions.js: beautify git data. * Update logger.js Remove `hasDebugEnvVariable` function; it's just a `process.env` check * Create .jshintrc
2019-11-20Fix tests on Windows. (#237)XhmikosR1-2/+2
2017-03-30Parse commit from packed refs if not available in refs dir. (#163)Chas DeVeas1-0/+77
* Add .idea to .gitignore * Added alternative method for parsing current commit with test. * Fixing test. * Remove dependency on fs-extra.