Over the last few months, a couple of branches were erroneously created on the Ganeti git repository: 100_df (about one week ago), and devel-2.8 (when stable-2.8 was branched off).
They were not intended to be, and they are completely useless, so they have just been removed from the official repository. All the other branches are completely unaffected by this operation. Still, who is working on the Ganeti source code taken from git had a reference to those two branches imported in its own repository the first time "git pull" was run after their addition, even if she/he didn't explicitly interact with such repositories. This is visible by running: git branch -a Having these references is not bad, but still it's not nice. Therefore, if you want, you can clean up your local copy of the repository by typing: git remote update --prune Best, Michele
