]> arthur.barton.de Git - bup.git/commit - lib/bup/index.py
Store metadata in the index, in bupindex.meta; only store unique values.
authorRob Browning <rlb@defaultvalue.org>
Tue, 13 Nov 2012 01:02:14 +0000 (19:02 -0600)
committerRob Browning <rlb@defaultvalue.org>
Tue, 12 Feb 2013 02:14:04 +0000 (20:14 -0600)
commit8585613c1f45f3e20feec00b24fc7e3a948fa23e
treee7ef32652d828fd002bd758a5cc22ed5d692534c
parent1aa4481ac54b706658cb8a4881925ba92867758d
Store metadata in the index, in bupindex.meta; only store unique values.

See DESIGN for more information.

Update the index format header to 'BUPI\0\0\0\5' (version 5).

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
Reviewed-by: Zoran Zaric <zz@zoranzaric.de>
DESIGN
Documentation/bup-save.md
cmd/index-cmd.py
cmd/save-cmd.py
lib/bup/index.py
lib/bup/t/tindex.py
t/test-meta.sh