Skip to content

blecher-at/git2json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

git2json

  • This is my quick but very clean approach to get git logs as JSON.

  • Existing solutions all break when special characters are in commit messages or author names, this one does not.

  • I don't want to re-implement git or use a re-implementation, the standard git commandline is good enough.

  • it is extensible using plugins, so the transformation can be fine tuned to your projects need.

  • check out https://github.com/blecher-at/gitline/ for the intended usecase

Installation

  • install node.js
  • clone git2json repo
  • go to the git2json directory and run "npm link"
  • you can now use it by typing "git json" in any repo directory.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published