Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 482 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 482 Bytes

git hours

git-hours visualizes Git temporal commit patterns. It outputs a graph of commit frequency by weekday and hour of the repo in the current directory.

Usage

  • Put git-hours on your path.
  • Call git hours. Any arguments will be passed on to git log, e.g. git hours --all, or git hours --since=1.year.ago.
  • Open hours.png.

Example

example graph

Dependencies

  • A POSIX shell
  • git
  • awk
  • GNUPlot