Skip to content

Commit 1feda25

Browse files
committed
[DOC] Update README with commit committer/author changes
1 parent fab464f commit 1feda25

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ info.branch //=> will be the current branch
1313
info.sha //=> will be the current sha
1414
info.abbreviatedSha //=> will be the first 10 chars of the current sha
1515
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
1621
```
1722

1823
When called without any arguments, `git-repo-info` will automatically lookup upwards

0 commit comments

Comments
 (0)