about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* Fix double slashesRory Bradford2020-08-111-1/+5
* Add change root directory optionRory Bradford2020-08-112-2/+12
* Make calloc types explicitRory Bradford2020-08-102-5/+6
* Add contrib/ with Vim integration exampleRory Bradford2020-08-083-0/+130
* Fix loop break out logicRory Bradford2020-08-082-5/+3
* Additional safetyRory Bradford2020-08-022-39/+67
* Various minor improvementsRory Bradford2020-08-024-26/+23
* Add wholename optionRory Bradford2020-04-187-169/+217
* Initialise struct with defaultsRory Bradford2020-04-181-30/+17
* Re-introduce optional substring matchingRory Bradford2020-04-173-34/+42
* Add unlink and shell options, refactor optsRory Bradford2020-04-143-131/+111
* 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
* Update default ignored file extensionsRory Bradford2020-04-141-2/+3
* Improve documentation wordingRory Bradford2020-04-141-2/+2
* RefactorRory Bradford2020-04-105-136/+45
* More code reformattingRory Bradford2020-04-093-301/+326
* Move _DEFAULT_SOURCE to MakefileRory Bradford2020-03-251-0/+1
* Add missing dirname short optRory Bradford2020-03-251-1/+5
* Reformat config.hRory Bradford2020-03-241-8/+6
* Add CONTRIBUTINGRory Bradford2020-03-241-0/+37
* Add dirname optionRory Bradford2020-02-223-11/+30
* Reformat with default clang styleRory Bradford2020-02-221-314/+275
* Fix valgrind test on OpenBSDRory Bradford2020-02-041-3/+3
* Additional usage documentationRory Bradford2019-12-281-4/+19
* Fix uninitialised variablesRory Bradford2019-12-221-5/+18
* Tweak make flags for additional C safetyRory Bradford2019-12-181-3/+25
* Fix memory leak when using --limitRory Bradford2019-12-041-8/+25
* Improve code formattingRory Bradford2019-12-012-254/+297
* Add basic READMERory Bradford2019-12-011-0/+17
* Fix argument syntax in docsRory Bradford2019-12-012-2/+2
* Make POSIX compatibleRory Bradford2019-11-291-1/+5
* Implement limitRory Bradford2019-11-252-8/+33
* Implement invert switchRory Bradford2019-11-192-9/+26
* Initial implementationRory Bradford2019-11-156-0/+1029