svn_diff_file_options_parse

Function svn_diff_file_options_parse 

Source
pub unsafe extern "C" fn svn_diff_file_options_parse(
    options: *mut svn_diff_file_options_t,
    args: *const apr_array_header_t,
    pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description

Parse @a args, an array of const char * command line switches and adjust @a options accordingly. @a options is assumed to be initialized with default values. @a pool is used for temporary allocation.

@since New in 1.4.

The following options are supported:

  • –ignore-space-change, -b
  • –ignore-all-space, -w
  • –ignore-eol-style
  • –show-c-function, -p @since New in 1.5.
  • –context, -U ARG @since New in 1.9.
  • –unified, -u (for compatibility, does nothing).