On 29 Nov 2009, Colin Guthrie stated: > 'Twas brillig, and Nix at 28/11/09 14:29 did gyre and gimble: >> On 23 Nov 2009, Lennart Poettering told this: >>> Mostly bug fixes, and the device manager module Colin worked on. >> This doesn't appear to have any git branches or tags associated with it, >> nor any git comments indicating which commit might be the right one to >> work from. > > There is a v0.9.21 tag in the same vein as all the other releases.... > > http://git.0pointer.de/?p=pulseaudio.git;a=tags So what the heck is going on here, then? ,---- | spindle 570 /usr/src/pulseaudio/pulseaudio% git remote show origin | * remote origin | Fetch URL: git://git.0pointer.de/pulseaudio.git | Push URL: git://git.0pointer.de/pulseaudio.git | [...] | spindle 571 /usr/src/pulseaudio/pulseaudio% git tag -l | v0.9.11 | v0.9.12 | v0.9.13 | v0.9.14 | v0.9.15 | v0.9.15-test1 | v0.9.15-test2 | v0.9.15-test3 | v0.9.15-test4 | v0.9.15-test5 | v0.9.15-test6 | v0.9.15-test7 | v0.9.15-test8 | v0.9.16 | v0.9.16-test1 | v0.9.16-test2 | v0.9.16-test3 | v0.9.16-test4 | v0.9.16-test5 | v0.9.16-test6 | v0.9.16-test7 | v0.9.17 | v0.9.18 | v0.9.19 | v0.9.20 | spindle 572 /usr/src/pulseaudio/pulseaudio% git pull | Already up-to-date. `---- A full clone shows me the tag, but a 'git pull' or 'git remote update origin' refuses to download it. Some sort of (totally bizarre) git server config problem perhaps?