Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 621 Bytes

File metadata and controls

29 lines (17 loc) · 621 Bytes

Misc utilities for git

gitbranches

  • useful to see who made the last commit to each branch and when

gitcommits

  • generates number of commits by each author as comma separated values
  • useful to see who is active in a repo

gitdot

  • generates commit graph for Graphviz utils (dot,fdp,2pi,neato)
  • useful to see the repo and how branches may diverge or converge

gitperfile

  • generates number of lines per author per file as csv
  • useful to see owners of a codebase

gitplot

  • experiment to generate deltas for use with gnuplot
  • not that useful

gitusers

  • useful to see when each user last committed to the repo