Following directions on Android\'s main website to pull down sources, I\'m looking at this command to initialize repo for the cupcake branch:
repo init -u git://an
Assuming at the top of an AOSP tree, a list of tags can be shown either,
$ git --git-dir .repo/manifests.git tag -l
or
$ (cd .repo/manifests; git tag -l; )