This commit is contained in:
Sergey Poznyakoff
2005-12-13 13:33:21 +00:00
parent b794387cba
commit 6cbd7e1608

View File

@@ -1,5 +1,12 @@
2005-12-13 Sergey Poznyakoff <gray@gnu.org.ua>
* src/common.h (struct name): New member `explicit'. Remove unused
member `isdir'.
* src/incremen.c (procdir): If name_scan() returns something,
check if it was explicitely given in the command line
* src/names.c (addname,add_hierarchy_to_namelist): Initialize
explicit member appropriately.
* src/incremen.c (procdir): If --one-file-system is given and a
directory is found to be on another device, *and* this directory
is explicitely given in the command line, then do not omit it.