Skip to content

A simple Bash script to display the number of commits made date-wise for a directory containing git bare repositories.

License

Notifications You must be signed in to change notification settings

pratikmullick/RepoReport

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

RepoReport

A simple Bash script to display the number of Git commits made date-wise for a directory containing bare git repositories.

Installation

Copy the script to PATH. For ease of use, remove the .sh file extension.

Usage

reporeport GIT_BARE_PATH [OPTIONS]

GIT_BARE_PATH
  Git repository bare directory path

Options

  -h    --help           Display this help message
  -v    --version        Display version information
  -t    --temp   <dir>   Specify temporary directory (Default: /tmp)
  -o    --output <file>  Specify data output file (Default: /tmp/reporeport.dat)

Examples

  • reporeport /path/to/git/bare/repo
  • reporeport -t /path/to/temp/dir -o output_file

License

MIT License. Read License for more information.

About

A simple Bash script to display the number of commits made date-wise for a directory containing git bare repositories.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages