Skip to contents

Spiral horizon plot of daily commit counts

Usage

spiral_horizon_plot(
  commits,
  repo = NULL,
  date_begin = NULL,
  date_end = NULL,
  title = NULL
)

Arguments

commits

Tidy data frame from collect_git_commits().

repo

Optional repo name (or vector). NULL aggregates all repos.

date_begin, date_end

Optional Date bounds.

title

Legend title. Defaults to repo name(s) or "All repos".

Value

Invisibly returns the per-day commit summary.