Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-03 | Make all license notices in files explicit about being GPLv2 only. | Przemyslaw Pawelczyk | |
Turn version 2 of the License into only version 2 of the License is applicable and restore the semicolon preceding it. | |||
2015-09-02 | Add support for deleting directories with -a -E. | Dan Fandrich | |
This is analagous to the -e option to create empty directories. It simply removes them when they are not present in the metadata. Signed-off-by: Przemyslaw Pawelczyk <przemoc@gmail.com> | |||
2013-05-03 | Introduce settings structure. | Przemyslaw Pawelczyk | |
No more passing particular options (like git or mtime) to functions. The structure is meant to be immutable after filling during startup. |