]> git.michaelhowe.org Git - packages/b/bup.git/commit
Match tar's "--exclude-caches"-semantic proposed/index-excludes
authorTim Riemenschneider <git@tim-riemenschneider.de>
Sat, 22 Nov 2014 14:46:55 +0000 (15:46 +0100)
committerTim Riemenschneider <git@tim-riemenschneider.de>
Thu, 2 Jul 2015 20:45:59 +0000 (22:45 +0200)
commit1c5ffa75605ba570b913fb3919c0edda8c7ecfaa
tree5678cb128befed7967df9a443baa8f30beb2d55d
parent4441324fed583b1c93a43c7dafb354172e0d5369
Match tar's "--exclude-caches"-semantic

With --exclude-caches, only exclude the directory contents
(without the tag-file itself), thus matching tar's semantic

(The previous implementation matched tar's "--exclude-caches-all")

(cherr-picked from proposed/index-exclude-caches branch: e1f95c0d)
Signed-off-by: Tim Riemenschneider <git@tim-riemenschneider.de>
Documentation/bup-index.md
cmd/index-cmd.py
lib/bup/drecurse.py
t/test-index-excludes.sh