mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-22 04:34:59 +00:00
parent
5e898a809e
commit
269903503f
4 changed files with 62 additions and 15 deletions
|
@ -57,6 +57,11 @@ namespace SourceGit.ViewModels
|
|||
}
|
||||
}
|
||||
|
||||
public Models.Commit GetCommitInfo(string commitSHA)
|
||||
{
|
||||
return new Commands.QuerySingleCommit(_repo, commitSHA).Result();
|
||||
}
|
||||
|
||||
private readonly string _repo;
|
||||
private Models.BlameData _data = null;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue