-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Figured out what the issue is.. Actually, I think it's two-fold.
1. The Fossil clone of my repository lacks a tag made after my final commit. IOW, I made a commit, then ran: git tag 0.9.0rc2 But that tag is nowhere to be found. It shows up in my Git repository, however. 2. I recently made another git tag, 0.9.0rc1. I said that my master branch was missing commits from mid March? That'd have been right around when I tagged 0.8.0. In git, 0.9.0rc1 is meant to tag a single revision. In Fossil, it seems to be propagating backwards from the tagged revision to revisions with a previous tag. In short, Fossil doesn't seem to handle Git tags well, especially ones meant to tag single points in time and not propagate. My Git repository is here: git://spielproject.info/spiel And my Fossil repository: http://dl.dropbox.com/u/147071/spiel.fossil -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAkzkemgACgkQIaMjFWMehWKpLgCfZYGawVBSCNyWURDGrbfBn9MZ Q88AnjA6ya/FD+eE8h0sJgA8XuTegzKZ =66pY -----END PGP SIGNATURE----- _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

