Skip to content

zhierrox/GitLogParser

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

GitLogParser

Parse Git log and output formatted JSON.

How to use

$ git log | python PATH/TO/parser.pyc

Output sample

[
    {
        "commit_id":  "commit id",
        "comment":    "some comment",
        "author":     "Hiroki Toyokawa",
        "merge":      "",
        "date":       "Fri May 10 10:00:00 2013 +0900",
        "message":    "Create README.md",
        "email":      "hoge@gmail.com"
    },
    ...
]

License

MIT License

About

Python script parsing Git log.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%