Hi Pavel,

> I don't like that idea; IMO GNU tar should rely on /bin/git to interpret
> gitignore ('git check-ignore').

Allow me to disagree. Calling external program when building a file list
does not seem to be the best idea. First, it would considerably slow
down the process. Secondly, it would entail additional memory overhead
(for constructing the command line etc.)

Regards,
Sergey



Reply via email to