From 82a51ea53d967d95878b6c4a2dbc9636b117165f Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Sat, 24 Apr 2004 08:00:39 +0000 Subject: [PATCH] Improved the debug string for the local_exclude_list. --- exclude.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.34.1