aboutsummaryrefslogtreecommitdiff
path: root/toys/pending/diff.c
AgeCommit message (Collapse)Author
2015-05-09Add DIRTREE_SHUTUP to disable dirtree warnings if file vanishes out fromRob Landley
under traversal. Pass through full flag set in dirtree_add_node(), add dirtree_start() wrapper to provide symlink-only behavior (avoiding a lot of DIRTREE_SYMFOLLOW*!!(logic) repeated in callers).
2014-08-02Squash mix of tabs and spaces to just spaces.Rob Landley
2014-08-02New toys unified DIFF and USERDEL.Ashwini Sharma