bug-tar
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-tar] --exclude-vcs-ignores bug in 1.29?


From: Yongqian Li
Subject: [Bug-tar] --exclude-vcs-ignores bug in 1.29?
Date: Wed, 6 Jul 2016 20:50:11 -0700

Hi:

When I run the following commands:

mkdir tar_test; cd tar_test; mkdir target; echo 'a' > target/a; git init; echo 'target' > .gitignore; cd ..

tar cfvvv tar_test.lzma tar_test --lzma --exclude-vcs-ignores

GNU tar doesn't include `tar_test/target/a` as expected. But with tar 1.29, it does. I believe this might be a bug.

Sincerely,
Yongqian Li

reply via email to

[Prev in Thread] Current Thread [Next in Thread]