aboutsummaryrefslogtreecommitdiff
path: root/test/detectLocalGit.js
AgeCommit message (Collapse)AuthorFilesLines
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.