DragonFly commits List (threaded) for 2009-02
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
DragonFly-2.3.0.287.gb9a33 master usr.bin/undo undo.1 undo.c
commit b9a33d3fb1235626615b96b4b586ce7a7b8386fd
Author: Matthew Dillon <dillon@apollo.backplane.com>
Date: Wed Feb 25 15:59:56 2009 -0800
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
Summary of changes:
usr.bin/undo/undo.1 | 5 +-
usr.bin/undo/undo.c | 347 ++++++++++++++++++++++-----------------------------
2 files changed, 151 insertions(+), 201 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/b9a33d3fb1235626615b96b4b586ce7a7b8386fd
--
DragonFly BSD source repository
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]