An open API service indexing awesome lists of open source software.

https://github.com/senselogic/track

Git log analyzer.
https://github.com/senselogic/track

Last synced: 4 months ago
JSON representation

Git log analyzer.

Awesome Lists containing this project

README

        

![](https://github.com/senselogic/TRACK/blob/master/LOGO/track.png)

# Track

Git log analyzer.

## Installation

Install the [DMD 2 compiler](https://dlang.org/download.html) (using the MinGW setup option on Windows).

Build the executable with the following command line :

```bash
dmd -m64 track.d
```

## Command line

```
track
```

Analyzes the git log of the current folder.

## Version

1.0

## Author

Eric Pelzer ([email protected]).

## License

This project is licensed under the GNU General Public License version 3.

See the [LICENSE.md](LICENSE.md) file for details.