git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* git fast-export problem with tags
@ 2008-11-22  2:29 Miklos Vajna
  2008-11-22 18:22 ` [PATCH] Add new testcase to show fast-export does not always exports all tags Miklos Vajna
  0 siblings, 1 reply; 6+ messages in thread
From: Miklos Vajna @ 2008-11-22  2:29 UTC (permalink / raw)
  To: Johannes Schindelin; +Cc: git

[-- Attachment #1: Type: text/plain, Size: 530 bytes --]

Hi Johannes,

It seems in some cases the tag messages of annotated tags are not
exported. Here is a reproducer:

git init
echo a > file
git add file
git commit -m i
git tag -a -m "one dot zero" 1.0

Now the output of 'git fast-export --all' does not contain the "one dot
zero" message.

But if you go a bit futher and make master point to a commit different
to the tag:

echo b > file
git add file
git commit -m b

then the output of 'git fast-export --all' clearly has it.

Is this a bug or have I missed something? ;-)

Thanks.

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2008-11-24  1:08 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-22  2:29 git fast-export problem with tags Miklos Vajna
2008-11-22 18:22 ` [PATCH] Add new testcase to show fast-export does not always exports all tags Miklos Vajna
2008-11-23 11:55   ` [PATCH 1/2] Simplify and fix t9301 Johannes Schindelin
2008-11-23 11:55     ` [BUGFIX PATCH 2/2] fast-export: use an unsorted string list for extra_refs Johannes Schindelin
2008-11-23 18:03       ` Miklos Vajna
2008-11-24  1:07         ` Junio C Hamano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).