pub fn diff_formats_for_log(
settings: &UserSettings,
args: &DiffFormatArgs,
patch: bool,
) -> Result<Vec<DiffFormat>, ConfigGetError>Expand description
Returns a list of requested diff formats for log-like commands, which may be empty.
pub fn diff_formats_for_log(
settings: &UserSettings,
args: &DiffFormatArgs,
patch: bool,
) -> Result<Vec<DiffFormat>, ConfigGetError>Returns a list of requested diff formats for log-like commands, which may be empty.