Update @{bogus.timestamp} fix not to die()
commita5e10acbb946305ca42f510cdb196d171020238e
authorJunio C Hamano <gitster@pobox.com>
Wed, 27 Jan 2010 18:53:09 +0000 (27 10:53 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 27 Jan 2010 18:53:09 +0000 (27 10:53 -0800)
treee6cc9dee001ec5fba2d67d86f74889cd839b2a6d
parent93cfa7c7a85efbdb00daade4ad0afc11bd2fdf37
Update @{bogus.timestamp} fix not to die()

The caller will say "It is not a valid object name" if it wants to, and
some callers may even try to see if it names an object and otherwise try to
see if it is a path.

Pointed out by Jeff King.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
sha1_name.c