>> What exactly do you mean with `done'? `git submodule update' still >> doesn't give any output so I assume that none of the submodule gets >> updated... > > "git submodule update" checks out the current state of the index for > each submodule. did you run "git pull" first? (or git pull --rebase) Aah, silly me! Thanks, and sorry for the noise. Werner