Skip to content

bbolli/git-hours

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Git commit frequency by weekday and hour

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages