Skip to content

laqrix/gitutils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Misc utilities for git

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages