Delay "empty ident" errors until they really matter.
authorJunio C Hamano <junkio@cox.net>
Sun, 19 Feb 2006 04:31:05 +0000 (20:31 -0800)
committerJunio C Hamano <junkio@cox.net>
Wed, 22 Feb 2006 21:14:57 +0000 (13:14 -0800)
commit589e4f93c7fc31d73da3d0764c71d939c9332442
treec0aad947c381713f95ca171b10e974ea9bf895af
parent2fb4a21074cdd62ecdbb1fd491f743483275e2a4
Delay "empty ident" errors until they really matter.

Previous one warned people upfront to encourage fixing their
environment early, but some people just use repositories and git
tools read-only without making any changes, and in such a case
there is not much point insisting on them having a usable ident.

This round attempts to move the error until either "git-var"
asks for the ident explicitly or "commit-tree" wants to use it.

Signed-off-by: Junio C Hamano <junkio@cox.net>
cache.h
commit-tree.c
ident.c
var.c