Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
fetch and pull: learn --progress
[gitweb.git]
/
ident.c
diff --git
a/ident.c
b/ident.c
index 96b56e66d14b2f5f69792eb8d1597667f5fdbb0c..9e2438826dfce158e04549933d5c588dd6abcf5c 100644
(file)
--- 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) {
- fp
rintf(stderr, env_hint
);
+ fp
uts(env_hint, stderr
);
env_hint = NULL; /* warn only once */
}
if (error_on_no_name)