This pull request makes tar exclude patterns anchored at the beginning of the path. This lets us specify excludes more precisely so that, for example, we can exclude company-0.9.10/bin but not some-other-package-0.1/dir/company-0.9.10/bin. However, this is a backwards-incompatible change.
This pull request makes tar exclude patterns anchored at the beginning of the path. This lets us specify excludes more precisely so that, for example, we can exclude
company-0.9.10/bin
but notsome-other-package-0.1/dir/company-0.9.10/bin
. However, this is a backwards-incompatible change.