]> git.ipfire.org Git - thirdparty/git.git/commit - fast-import.c
Include annotated tags in fast-import crash reports
authorShawn O. Pearce <spearce@spearce.org>
Thu, 14 Feb 2008 06:34:36 +0000 (01:34 -0500)
committerJunio C Hamano <gitster@pobox.com>
Sat, 16 Feb 2008 08:47:07 +0000 (00:47 -0800)
commitfbc63ea69487e688a1293227b976b378834550a1
tree6c0050a1e87f6d09bb38b4516f9176f7d42b6f4a
parent969702a9575ada3bcc510ce2e44cb00b8325ecaa
Include annotated tags in fast-import crash reports

If annotated tags were created they exist in a different namespace
within the fast-import process' internal memory tables so we did
not export them in the inactive branch table.  Now they are written
out after the branches, in the order that they were defined by the
frontend process.

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