8.16.0.4
12 Describe
(require libgit2/include/describe) | package: libgit2 |
Describe a commit
Perform the describe operation on the given committish object.
procedure
(git_describe_format out result opts) → integer?
out : buf? result : describe_result? opts : (or/c git_describe_format_options? #f)
Print the describe result to a buffer
procedure
(git_describe_result_free result) → void?
result : describe_result?
Free the describe result.
procedure
repo : repository? opts : (or/c git_describe_options? #f)
Describe a commit
Perform the describe operation on the current commit and the worktree. After peforming describe on HEAD, a status is run and the description is considered to be dirty if there are.