S.Ramaswamy wrote:
>>>- if (svn_cstring_match_glob_list (this_entry.name, ignores)) +
>>> if ((!no_ignore) && svn_cstring_match_glob_list (this_entry.name, +
>>> ignores))
>>
>>Indentation.
>
> Line up "ignores" with "this_entry.name" in the prev. line
Yes.
> Does this change look ok ?
Yes, that's good.
> Index: subversion/libsvn_subr/config_file.c
> ===================================================================
> --- config_file.c (revision 14960)
> +++ config_file.c (working copy)
> @@ -1168,8 +1168,10 @@
> APR_EOL_STR
> "### Set global-ignores to a set of whitespace-delimited globs"
> APR_EOL_STR
> - "### which Subversion will ignore in its 'status' output."
> + "### which Subversion will ignore in its 'status' output, and"
> APR_EOL_STR
> + "### while importing or adding files and directories."
> + APR_EOL_STR
> "# global-ignores = " SVN_CONFIG_DEFAULT_GLOBAL_IGNORES ""
> APR_EOL_STR
> "### Set log-encoding to the default encoding for log messages"
- Julian
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Jun 4 12:37:11 2005