X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=ident.c;h=9e2438826dfce158e04549933d5c588dd6abcf5c;hb=5501bf854ce6a3847ef0de6f6aa63f6b93e82b67;hp=96b56e66d14b2f5f69792eb8d1597667f5fdbb0c;hpb=5aeb3a3a838b2cb03d250f3376cf9c41f4d4608e;p=git.git diff --git a/ident.c b/ident.c index 96b56e66d..9e2438826 100644 --- a/ident.c +++ b/ident.c @@ -203,7 +203,7 @@ const char *fmt_ident(const char *name, const char *email, if ((warn_on_no_name || error_on_no_name) && name == git_default_name && env_hint) { - fprintf(stderr, env_hint); + fputs(env_hint, stderr); env_hint = NULL; /* warn only once */ } if (error_on_no_name)