Skip to contents

Calculates the churn metric for a sequence of commits per commit per file

Usage

metric_churn_per_commit_per_file(git_log)

Arguments

git_log

a parsed git log table where each row is identified by commit+file

Value

`git_log` with an additional `churn` column.