]> arthur.barton.de Git - bup.git/history - lib/bup/vfs2.py
ls: add --commit-hash and drop vfs nominal_oid
[bup.git] / lib / bup / vfs2.py
2017-12-17 Rob Browningls: add --commit-hash and drop vfs nominal_oid
2017-12-16 Rob Browningvfs2._resolve_path: improve handling ENOTDIR, absolute...
2017-12-16 Rob Browningvfs2: drop custom Loop error; just use ELOOP IOError
2017-12-16 Rob Browningvfs2: report tree metadata for commits
2017-12-16 Rob Browningvfs2: add fill_in_metadata_if_dir and ensure_item_has_m...
2017-12-16 Rob Browningvfs2: distinguish commits with a Commit type
2017-12-16 Rob Browningvfs2._tree_data_and_bupm: make public
2017-12-16 Rob Browningvfs2.resolve: verify result is not a symlink
2017-12-16 Rob Browningvfs2._resolve_path: require parent to be a path sequence
2017-12-16 Rob Browningvfs2._resolve_path: replace + with append() for result...
2017-12-16 Rob Browningvfs2: suffix duplicate save names (e.g. 1970-01-01...
2017-12-02 Rob Browningvfs2: contents - remove superfluous commit blob fetch
2017-12-02 Rob Browningvfs2: tree-items - fix incorrect sort-order based short...
2017-12-02 Rob Browningvfs2: remove redundant tuple() from tree_items arg
2017-11-05 Rob Browning_resolve_path: ensure vfs content() iterator is exhausted
2017-10-13 Rob Browningrevlist_items: fix ordering in early exit detection
2017-10-10 Rob Browning_compute_size: add missing self argument
2017-10-08 Rob BrowningAdd vfs2 and rewrite restore to use it