One more shallow tree weirdness - tag not pulled?

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Git Mailing List <git@...>
Date: Wednesday, April 11, 2007 - 9:16 pm

One other bit of weirdness I ran into.  On a shallow clone that is extended=
 to
full depth, there is a tag missing (that was in the non-shallow clone).

Testcase

Now the content of git-0 and git-1 should be functionally identical, but
it's not.

I created 'git-$N.list' with:
find git-$N ! -type d  | sort |egrep -v '\.git/(objects/pack/|index$|logs/)=
' \
 | tr '\n' '\0' | xargs -0 md5sum | sed 's,git-$N/,,g' >git-$N.list

--- git-0.list	2007-04-11 18:12:25.000000000 -0700
+++ git-1.list	2007-04-11 18:12:32.000000000 -0700
@@ -28,7 +28,6 @@
 bc94cbd02df32d07b7fd230d7aba42e8  .git/refs/tags/gitgui-0.6.3
 91521cca8d3f177e2f0cb4a586dac6be  .git/refs/tags/gitgui-0.6.4
 c56d1ac72d959f87ba0dd92721de36de  .git/refs/tags/gitgui-0.6.5
-b9c7a4533d41dfedd0a0d23bbfb3fed8  .git/refs/tags/junio-gpg-pub
 43ceb81bf4c131a8a882025a676aa22e  .git/refs/tags/v0.99
 072e3055bf33ff1ba5aa4697f2b539fb  .git/refs/tags/v0.99.1
 85916310d7d0a86818033ac95f32b234  .git/refs/tags/v0.99.2

--=20
Robin Hugh Johnson
Gentoo Linux Developer & Council Member
E-Mail     : robbat2@gentoo.org
GnuPG FP   : 11AC BA4F 4778 E3F6 E4ED  F38E B27B 944E 3488 4E85
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
One more shallow tree weirdness - tag not pulled?, Robin H. Johnson, (Wed Apr 11, 9:16 pm)
Re: One more shallow tree weirdness - tag not pulled?, Junio C Hamano, (Wed Apr 11, 9:32 pm)
Re: One more shallow tree weirdness - tag not pulled?, Robin H. Johnson, (Wed Apr 11, 11:37 pm)