Skip to content

Output Git Logs with JIRA specified components

License

Notifications You must be signed in to change notification settings

hpcc-systems/PrettyGitLogs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PrettyGitLogs

This perl script outputs Git Logs with JIRA specified components

Requirements:

  • perl
  • perl JIRA Client module

Usage:

  perl organizedLog.pl -h
  
  Usage: perl prettyLogs.pl -bt <val> -et <val> [output options]



  -bt      This is the beginning tag to be used.
           It should be the most recent tag you want to use.
  -et      This is the ending tag.
           It should be the tag you want the logs to go back to.
  -o       Name of your output file.  Example: outputfile.txt
  -html    Outputs in html format.  Two files are generated.
           1st file is htmoutname.htm.out  This file is for use on the portal.
           2nd file is htmoutname.html  This file is for use to open in a browser.

Therefore, the user will need to enter the Build Tag that they want the logs for first, then the user will have to enter the point at which they want the logs to go all the way back to.

User should enter their credentials into the prettylogs.conf file.

About

Output Git Logs with JIRA specified components

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Perl 91.4%
  • Shell 8.6%