filter_by_commit_interval | R Documentation |
Filters a data.table by with author or commit datetime using the specified start and end commits
filter_by_commit_interval(git_log, start_commit, end_commit)
git_log |
any data.table with a named column 'data.AuthorDate' with datetime in POSIXct |
start_commit |
a commit hash which indicates the start of interval (the commit must exist in 'git_log') |
end_commit |
a commit hash which indicates the end of interval (the commit must exist in 'git_log') |
a data.table which contains only commits within 'start_commit' and 'end_commit'
parse_gitlog
to create git_log
Other filters:
filter_by_commit_size()
,
filter_by_filepath_substring()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.