https://github.com/senselogic/track
Git log analyzer.
https://github.com/senselogic/track
Last synced: 4 months ago
JSON representation
Git log analyzer.
- Host: GitHub
- URL: https://github.com/senselogic/track
- Owner: SenseLogic
- License: gpl-3.0
- Created: 2023-12-16T20:30:52.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-02-01T20:07:15.000Z (over 1 year ago)
- Last Synced: 2025-01-17T09:22:18.186Z (5 months ago)
- Language: D
- Size: 315 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README

# 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.