]> git.michaelhowe.org Git - packages/b/bup.git/commit
Match tar's "--exclude-caches"-semantic proposed/index-exclude-caches
authorTim Riemenschneider <git@tim-riemenschneider.de>
Mon, 9 Jun 2014 18:05:10 +0000 (20:05 +0200)
committerTim Riemenschneider <git@tim-riemenschneider.de>
Thu, 2 Jul 2015 20:45:07 +0000 (22:45 +0200)
commitd99d16d46f093d6ef895300312ac3b9951f003fa
tree8b5121eb6a6e511d3872f233b36bdcc6533a8609
parentc1bc62d5b06181ea1fe0b8af789027d9bf248fff
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")

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