aboutsummaryrefslogtreecommitdiff
path: root/change
AgeCommit message (Collapse)Author
2015-12-27Explicitly set log file permissionsAdrian Kummerlaender
This ensures that the log file is actually accessable - there was a problem where e.g. `change rm test` did not create the log file correctly.
2015-12-24Evaluate all `change` arguments sans the first oneAdrian Kummerlaender
i.e. enable writing `change vim test` instead of `change "vim test"`.
2015-12-24Add installation rules to `CMakeLists.txt`Adrian Kummerlaender
2015-12-24Implement basic library usage helperAdrian Kummerlaender
`change` calls the given command wrapped in `libChangeLog` and prints the recorded change log afterwards.