author | Shawn O. Pearce <spearce@spearce.org> | |
Thu, 14 Feb 2008 06:34:36 +0000 (01:34 -0500) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sat, 16 Feb 2008 08:47:07 +0000 (00:47 -0800) | ||
commit | fbc63ea69487e688a1293227b976b378834550a1 | |
tree | 6c0050a1e87f6d09bb38b4516f9176f7d42b6f4a | tree | snapshot |
parent | 969702a9575ada3bcc510ce2e44cb00b8325ecaa | commit | diff |
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>
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 | diff | blob | history |