From: Wayne Davison Date: Sat, 24 Apr 2004 08:00:39 +0000 (+0000) Subject: Improved the debug string for the local_exclude_list. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/82a51ea53d967d95878b6c4a2dbc9636b117165f Improved the debug string for the local_exclude_list. --- diff --git a/exclude.c b/exclude.c index 252affeb..1cea8678 100644 --- a/exclude.c +++ b/exclude.c @@ -34,7 +34,7 @@ extern int recurse; extern char curr_dir[]; struct exclude_list_struct exclude_list = { 0, 0, "" }; -struct exclude_list_struct local_exclude_list = { 0, 0, "local-cvsignore " }; +struct exclude_list_struct local_exclude_list = { 0, 0, "per-dir .cvsignore " }; struct exclude_list_struct server_exclude_list = { 0, 0, "server " }; char *exclude_path_prefix = NULL;