macTool (Merge Attribute Collector) main goal is to collect attributes from merges. New attributes are welcome..
To use macTool, you need to have git properly installed on your computer, with the configured environment variable and JRE.
First of all, you must download the latest version of macTool in this page and save all Git.
You can start collecting through the following commands:
REPOSITORY_PATH represents the location of the repository inside your file system.
java -jar macTool.jar REPOSITORY_PATH
After macTool.jar, you must insert repositories paths separated by space.
java -jar macTool.jar REPOSITORY_PATH REPOSITORY_PATH REPOSITORY_PATH