Home
last modified time | relevance | path

Searched hist:b9a33d3f (Results 1 – 2 of 2) sorted by relevance

/dragonfly/usr.bin/undo/
H A Dundo.1diff b9a33d3f Wed Feb 25 23:59:56 GMT 2009 Matthew Dillon <dillon@apollo.backplane.com> HAMMER Utiliites: undo can now detect all prior replacements of a file.

The undo code will now iterate the history of the parent directory and
attempt to locate all versions of the requested file even if the inode
number changes due to the file being deleted and recreated, or
renamed-over.

undo -i attempts to show inode number changes and deletions in the list.

undo -a (-d/-D) is now able to span inode number changes.

Suggested-by: corecode
H A Dundo.cdiff b9a33d3f Wed Feb 25 23:59:56 GMT 2009 Matthew Dillon <dillon@apollo.backplane.com> HAMMER Utiliites: undo can now detect all prior replacements of a file.

The undo code will now iterate the history of the parent directory and
attempt to locate all versions of the requested file even if the inode
number changes due to the file being deleted and recreated, or
renamed-over.

undo -i attempts to show inode number changes and deletions in the list.

undo -a (-d/-D) is now able to span inode number changes.

Suggested-by: corecode