1. 30 Nov, 2001 3 commits
  2. 29 Nov, 2001 5 commits
  3. 28 Nov, 2001 9 commits
  4. 27 Nov, 2001 22 commits
  5. 26 Nov, 2001 1 commit
    • David Dykstra's avatar
      Better fix for case of excluded symlinks that point nowhere when using · 76e26e10
      David Dykstra authored
      --copy-links.  The readlink_stat() does need to be done in the normal case
      before checking the exclude patterns because it needs to know whether or
      not a file is a directory in order to properly handle a trailing slash
      in an exclude pattern.  This fix makes make_file() go ahead and call
      readlink_stat() but then if the latter returns an ENOENT and copy_links is
      on then it will only print an error if the path is not excluded.
      76e26e10