You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`commit_stats(repository_id, [from_commit_hash], to_commit_hash)`|returns the stats between two commits for a repository. If from is empty, it will compare the given `to_commit_hash` with its parent commit|
9
10
|`is_remote(reference_name)bool`| check if the given reference name is from a remote one |
10
11
|`is_tag(reference_name)bool`| check if the given reference name is a tag |
11
12
|`is_vendor(file_path)bool`| check if the given file name is a vendored file |
0 commit comments