Added documentation to Blame

This commit is contained in:
Dolan
2017-06-08 02:13:24 +01:00
parent 73c4f21d97
commit 20499792a7
4 changed files with 154 additions and 3 deletions

View File

@@ -45,3 +45,5 @@ Git.Attr.get(repo, 1, "path", "name").then((string) => {
let array = Git.Attr.getMany(repo, 1, "path", 1, "names");
result = Git.Attr.value("attr");
const blameOptions = new Git.BlameOptions();