diff options
author | Jeff King <peff@peff.net> | 2012-05-24 19:26:50 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-05-24 17:16:40 -0700 |
commit | 359b27add341878a13c6a8b85849b75b78246c7e (patch) | |
tree | dd4576c4ecc1263d3f23431fe9b252f90f18bbc2 /builtin/fsck.c | |
parent | ident: reword empty ident error message (diff) | |
download | tgif-359b27add341878a13c6a8b85849b75b78246c7e.tar.xz |
ident: refactor NO_DATE flag in fmt_ident
As a short-hand, we extract this flag into the local
variable "name_addr_only". It's more accurate to simply
negate this and refer to it as "want_date", which will be
less confusing when we add more NO_* flags.
While we're touching this part of the code, let's move the
call to ident_default_date() only when we are actually going
to use it, not when we have NO_DATE set, or when we get a
date from the environment.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/fsck.c')
0 files changed, 0 insertions, 0 deletions