Parse files containing git-log data and export the extracted information to CSV files.
mvn clean install
Windows:
mvn exec:java -D"exec.mainClass"="de.unitrier.st.gitlogparser.GitLogParser" -D"exec.args"="-i /data/logs -o /data/parsed-logs -f java rb"
Linux/macOS:
mvn exec:java -Dexec.mainClass="de.unitrier.st.gitlogparser.GitLogParser" -Dexec.args="-i /data/logs -o /data/parsed-logs -f java rb" > output_parser.log
-i or --input-dir Path to input directory
-o or --output-dir Path to output directory
-f or --file-extension-filter File extension filter (without point, separated by spaces)