diff options
author | Jeff King <peff@peff.net> | 2012-05-21 19:10:29 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-05-22 09:08:49 -0700 |
commit | be641abdb544f00adb7ae6fdab41f9bd5453e206 (patch) | |
tree | 8f4f4d61e039f939d7a95cc7ab760ce6ebf8de37 /builtin/describe.c | |
parent | c96f0c8d0a9f1eeabb2ea49cb7ede954a64bd540 (diff) | |
download | git-be641abdb544f00adb7ae6fdab41f9bd5453e206.tar.gz git-be641abdb544f00adb7ae6fdab41f9bd5453e206.tar.xz |
ident: trim whitespace from default name/email
Usually these values get fed to fmt_ident, which will trim
any cruft anyway, but there are a few code paths which use
them directly. Let's clean them up for the benefit of those
callers. Furthermore, fmt_ident will look at the pre-trimmed
value and decide whether to invoke ERROR_ON_NO_NAME; this
check can be fooled by a name consisting only of spaces.
Note that we only bother to clean up when we are pulling the
information from gecos or from system files. Any other value
comes from a config file, where we will have cleaned up
accidental whitespace already.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/describe.c')
0 files changed, 0 insertions, 0 deletions