Nguyen Thai Ngoc Duy [off-list ref] writes:
quoted
Hmm. I understand that the assumption is that memset(&opts, 0,
sizeof(opts)); should give you a sensible default, but I cannot avoid
noticing that "no_sparse_hook = 0" is a double negation, something to be
avoided...
skip_sparse_hook then? :-)
Why not making the hook to be skipped by default, and pass an explicit
option to trigger the hook?
I like Dscho's other suggestion to use patterns like .gitignore instead of
using hook scripts that needs to be ported across platforms, by the way.