We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92a6c85 commit e2a0dd3Copy full SHA for e2a0dd3
README.md
@@ -36,6 +36,7 @@ commitInfo(folder)
36
37
Notes:
38
39
+- Code assumes there is `.git` folder and uses Git commands to get each property, like `git show -s --pretty=%B`, see [src/git-api.js](src/git-api.js)
40
- Resolves with [Bluebird](https://github.com/petkaantonov/bluebird) promise.
41
- Only uses Git commands, see [src/git-api.js](src/git-api.js)
42
- If a command fails, returns null for each property
0 commit comments