Experimental project

This is a sandbox project, which contains experimental code for developer use only.

Git Commit Logs is a simple module which pull git logs (date, author, email, message, hash fields) from the provided git project URL in a node and store them in database against node nid.

This can be used if one want to see his/her module/project logs automatically pulled and stored into database. This module has views integration so one can show logs in any format and place.

Dependencies : Git should be installed on machine and accessible from command line.

Steps to take to make it working
1. Install GIT if not
2. Install this module
3. Edit any content type, then enable git logs from there.
4. Here you go, create a node and provide git project url

A live demo can be found at: http://www.srijan.in/resources/modules/typo3-migrate-module.

Project information