> +*NOTE*: Although this command is called clone, the clone is not identical > +in all respects. Local branches in the repository being cloned > +becomes remote tracking branches in the clone and remote tracking > +branches are not cloned at all. For security reasone the config sections > +and triggers are not cloned either. In order to better specify what gets cloned and what does not, one might also replace "active branch" (under DESCRIPTION) with "current branch". According to grep in Documentation/*.txt, "current branch" is used much more often than "active branch". Most frequent use of term "active branch" is found in git-fast-import.txt and it seems to mean something else there. (The fact that tiny volatile detail - which branch happens to be checked out at the moment of clone - has profound influence on the result of clone was quite a surprise for me, so I would like to see this described as exactly as possible.) Regards Vaclav -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html