• David Dykstra's avatar
    Fix bug in --include and --include-from which didn't work as advertised; · 587cb08d
    David Dykstra authored
    could only include files before if "+ " was explicitly prefixed on files
    from any exclude or include option.  Also simplified the code by removing
    the "orig" exclude_struct element, and reduced the number of bytes
    transferred from client to server by never including "- " prefixes in the
    transmitted exclude list because exclusion is the default.
    587cb08d
exclude.c 7.15 KB