DragonFly-2.3.0.285.gbf31f master usr.bin/undo undo.c
Matthew Dillon
dillon at crater.dragonflybsd.org
Wed Feb 25 14:30:27 PST 2009
commit bf31f16d7937923167381552a5820cc8ed3317c3
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Wed Feb 25 14:24:23 2009 -0800
HAMMER Utilities: Use a Red-Black tree to track HAMMER TIDs, use diff -N
Begin using a red-black tree to track the TIDs used to generate diff sets.
Use diff -N to deal with pre-creation/post-creation undo diffs.
Use diff -r. However, running undo -a -d on a directory is not yet
meaningful because only the directory TIDs are used right now.
Summary of changes:
usr.bin/undo/undo.c | 301 +++++++++++++++++++++++++++++++--------------------
1 files changed, 184 insertions(+), 117 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/bf31f16d7937923167381552a5820cc8ed3317c3
--
DragonFly BSD source repository
More information about the Commits
mailing list