"Derrick Stolee via GitGitGadget" <gitgitgadget@xxxxxxxxx> writes: > When reading from stdin, we populate the filter.name_patterns array > dynamically as opposed to pointing to the 'argv' array directly. This > requires a careful cast while freeing the individual strings, > conditioned on the --stdin option. Indeed. Thanks for carefully describing the concerns you had. Looking good. I'll read on.