0.1.4
- Added
repo.currentBranch()
method - Added
repo.describeRef(ref)
method, which returns an information object about the reference - Added
repo.isOid(value)
method to check if a value is an object ID - Added
isGitDir()
andresolveGitDir()
helper functions - Enhanced
createGitReader()
to automatically attempt adding the.git
folder to the providedgitdir
path, making explicit inclusion of.git
optional