Skip to content

output files from git logs by users and month

Notifications You must be signed in to change notification settings

emrysr/git-logs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Pretty git logs

Bash script output files from git logs by users and month.

Run with --dry-run to see what inputs are parsed.

Splits git log commits into a file per month for a given user

output of --help

  usage: ./git-log-by-month.sh [-n <name>][-y <year>][-r pwd][-o output][-d][-h]"
   -n, --name STRING       Specify the name"
   -y, --year STRING       Specify the year"
   -o, --out STRING        Specify the output"
   -r, --repo STRING       Specify the repository"
   -v, --version           Display version information"
   -d, --dry-run           Perform a dry run (no actual changes)"
   -h, -?, --help          Display this help message"

About

output files from git logs by users and month

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages