Skip to content

dev-prakhar/git-log-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Git Log Parser

A python library to parse git log command

How to use

  • Activate virtualenv source git_log_env/bin/activate
  • Navigate to main directory cd main
  • Run python3 parse.py -h --> This will generate the details on how to parse with different arguments

Performance

  • For fetching logs from a directory having 21,468 commits
    • CSV: 1.488 sec
    • XML: 1.607 sec
    • JSON: 1.627 sec

About

A python cli to parse git log command

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published