fast-import: make tagger information optional
commit88fbf67b78c7bbe6c94150e7cd05f9398b571c48
authorJunio C Hamano <gitster@pobox.com>
Fri, 19 Dec 2008 22:41:21 +0000 (19 14:41 -0800)
committerJunio C Hamano <gitster@pobox.com>
Sat, 20 Dec 2008 03:25:06 +0000 (19 19:25 -0800)
tree6ac233c4cb1a6f3a7f49a8a246767f43f7a36299
parent4e46a8d62c551e11e21bd04e059e9ae3cdcfd029
fast-import: make tagger information optional

Even though newer Porcelain tools always record the tagger information
when creating new tags, export/import pair should be able to faithfully
reproduce ancient tag objects that lack tagger information.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
Acked-by: Shawn O. Pearce <spearce@spearce.org>
fast-import.c
t/t9300-fast-import.sh