aboutsummaryrefslogtreecommitdiff
path: root/src/tracking/change_tracker.cc
AgeCommit message (Collapse)Author
2015-12-24Use full path for change trackingAdrian Kummerlaender
Prevents the same file being tracked multiple times due to relative input paths.
2015-12-24Add support for changing the `diff` command via an environment variableAdrian Kummerlaender
While the file arguments remain fixed the actual `diff` application and its output style can be changed using the `CHANGE_LOG_DIFF_CMD` environment variable.
2015-12-24Match namespace and directory structureAdrian Kummerlaender