aboutsummaryrefslogtreecommitdiff
path: root/test/detectLocalGit.js
AgeCommit message (Collapse)AuthorFilesLines
2019-11-18ES6-ify codebase.XhmikosR1-45/+41
Also: * 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
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.