about summary refs log tree commit diff stats
path: root/rf.c
Commit message (Expand)AuthorAgeFilesLines
* Add unlink and shell options, refactor optsRory Bradford2020-04-141-100/+95
* Fix invert exclusionRory Bradford2020-04-141-0/+1
* Tidy up help textRory Bradford2020-04-141-6/+5
* Fix invert logicRory Bradford2020-04-141-11/+7
* RefactorRory Bradford2020-04-101-88/+26
* More code reformattingRory Bradford2020-04-091-295/+310
* Add missing dirname short optRory Bradford2020-03-251-1/+5
* Add dirname optionRory Bradford2020-02-221-9/+19
* Reformat with default clang styleRory Bradford2020-02-221-314/+275
* Fix uninitialised variablesRory Bradford2019-12-221-5/+18
* Fix memory leak when using --limitRory Bradford2019-12-041-8/+25
* Improve code formattingRory Bradford2019-12-011-248/+289
* Fix argument syntax in docsRory Bradford2019-12-011-1/+1
* Make POSIX compatibleRory Bradford2019-11-291-1/+5
* Implement limitRory Bradford2019-11-251-8/+28
* Implement invert switchRory Bradford2019-11-191-7/+20
* Initial implementationRory Bradford2019-11-151-0/+261