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 fab464f commit 1feda25Copy full SHA for 1feda25
README.md
@@ -13,6 +13,11 @@ info.branch //=> will be the current branch
13
info.sha //=> will be the current sha
14
info.abbreviatedSha //=> will be the first 10 chars of the current sha
15
info.tag //=> will be the tag for the current sha (or `null` if no tag exists)
16
+info.committer //=> will be the committer for the current sha
17
+info.committerDate //=> will be the commit date for the current sha
18
+info.author //=> will be the author for the current sha
19
+info.authorDate //=> will be the authored date for the current sha
20
+info.commitMessage //=> will be the commit message for the current sha
21
```
22
23
When called without any arguments, `git-repo-info` will automatically lookup upwards
0 commit comments