Nguyen Thai Ngoc Duy <pclouds@xxxxxxxxx> writes: >> 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. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html