get_date_from_commit_hash | R Documentation |
Locates the commit hash in 'git_log' and obtains the timestamp. Assumes 'git_log' contains a 'data.AuthorDateā column.
get_date_from_commit_hash(git_log, p_commit_hash)
git_log |
a data.table where the key is commit+file |
p_commit_hash |
a string character with the commit hash we want to obtain the datetime from commit interval on the form 'commitsha1-commitsha2' |
a numeric vector of 'metric_function' values for each commit interval specified in 'dt_range'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.