Download raw body.
make 'got add' robert-compatible
On Wed, Jul 07, 2021 at 11:18:03PM +0100, Raf Czlonka wrote: > Given that even "*.core" files find their way to OpenBSD repositories[0], > a warning or error message at some point is in order, IMHO. I don't see a need for an extra error or warning because with this patch invocations like 'got add *' will never add files which match the ignore list by default. I will only add such files with the -I option. So the result is: Safe by default: got add * Not safe: got add -I *
make 'got add' robert-compatible