On Thursday, February 8, 2007 at 14:13:47 (-0800) Linus Torvalds writes: >... >It's one of the bigger UI warts that got fixed since the last release >(although it got fixed by better config management, and as such you'll >only *see* the fixes if you end up doing the initial clone with the new >git version - if you use a new git version with an old repo, many - but >not all - bad semantics will remain). >... With regard to the new version and old repos, am I correct in assuming that we can upgrade our old repo (a bare one) to the new git by first installing the new git, and then doing this: % cd /repos/git % mv project project.old_git % git --bare clone project.old_git project or is there something else we must do? Bill - 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