filter_by_commit_interval: Filter by commit interval

View source: R/filter.R

filter_by_commit_intervalR Documentation

Filter by commit interval

Description

Filters a data.table by with author or commit datetime using the specified start and end commits

Usage

filter_by_commit_interval(git_log, start_commit, end_commit)

Arguments

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')

Value

a data.table which contains only commits within 'start_commit' and 'end_commit'

See Also

parse_gitlog to create git_log

Other filters: filter_by_commit_size(), filter_by_filepath_substring()


sailuh/kaiaulu documentation built on Dec. 10, 2024, 3:14 a.m.