author | Junio C Hamano <gitster@pobox.com> | |
Fri, 19 Dec 2008 22:41:21 +0000 (14:41 -0800) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sat, 20 Dec 2008 03:25:06 +0000 (19:25 -0800) | ||
commit | 88fbf67b78c7bbe6c94150e7cd05f9398b571c48 | |
tree | 6ac233c4cb1a6f3a7f49a8a246767f43f7a36299 | tree | snapshot |
parent | 4e46a8d62c551e11e21bd04e059e9ae3cdcfd029 | commit | diff |
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>
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 | diff | blob | history | |
t/t9300-fast-import.sh | diff | blob | history |