"Robin H. Johnson" <robbat2@xxxxxxxxxx> writes: > The only other clean alternative would be implementing ONLY > --sparse-checkout-from, and letting uses use fds creatively: > --sparse-checkout-from <(echo X; echo Y) Not all POSIX shells have such an abomination that is process substitution. You can easily work it around by adopting the usual convention to use "-" to read from the standasrd input, though. (echo X; echo Y) | cmd --sparse-checkout-from - -- 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