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.
Welcome to the MimiRegistry wiki!
The code to get the git-tree-sha1 for a given commit is this:
git-tree-sha1
using LibGit2; string(LibGit2.GitHash(LibGit2.peel(LibGit2.GitTree, LibGit2.GitCommit(GitRepo("."), "v0.0.1"))))
This also works:
git log --pretty=format:'%T %s'