If this is a system configuration, each user can override the configuration value in their global and local settings.
"" .
"", , . 2010 .
, send-email:
, , , , , .
git-send-email , , , , ( , smtpuser = "0" ).
: diff.c#run_diff_cmd() diff, diff.external ( "").
if (!strcmp(var, "diff.external"))
return git_config_string(&external_diff_cmd_cfg, var, value);
:
if (pgm) {
run_external_diff(pgm, name, other, one, two, xfrm_msg,
complete_rewrite);
return;
}
, diff diff , , git ( ).