Bill Lear wrote:Nope. 1. New git works with old repositories, and would continue to work. Nevertheless you need new layout and new configuration to make use of some new features. 2. They need to clone _their own_ repositories. It's the simplest way, but 3. You can simply a) convert remotes configuration from .git/remotes/origin file to .git/config using remotes2config.sh script in contrib area of git, or http://repo.or.cz/w/git.git?a=blob_plain;f=contrib/remotes2config.sh b) hand edit remotes configuration to use globbing for refspec, and per branch configuration If old repository was _not_ cloned with --use-separate-remote (using separate remote layout), you would also have to: c) move branches from old layout to new layout using "git branch -m" command: 'refs/heads/origin' branch to 'refs/remotes/origin/master', all branches except 'master' (refs/heads/master) from 'refs/heads/<branch>' to 'refs/remotes/origin/<branch>'. That's all. You have new layout and new configuration without re-cloning. -- Jakub Narebski Poland - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
| David Woodhouse | Re: [PATCH] bnx2 - use request_firmware() |
| James Bottomley | Re: Integration of SCST in the mainstream Linux kernel |
| Zdenek Kabelac | Problem: Out of memory after 2days with 2GB RAM |
| Florian Schmidt | blacklist kernel boot option |
git: | |
| Junio C Hamano | Re: git-show, was Re: What's in git.git (stable) |
| Daniel Berlin | git annotate runs out of memory |
| Eric Lesh | Re: .gitlink for Summer of Code |
| Petko Manolov | git and binary files |
| Jim Winstead Jr. | Re: Root Disk/Book Disk Compatibility |
| Doug Evans | Re: Stabilizing Linux |
| drew | Re: Linux-0.12 |
| Stephen Pierce | SLS |
| Richard Stallman | Re: Real men don't attack straw men |
| Vim Visual | lenovo x61s bsd.mp Obsd 4.2 difficulties et al. |
| Anselm R. Garbe | OpenBSD 4.0 / Xorg -> vesa 1920x1200 widescreen resolution |
| Parvinder Bhasin | BIND and CNAME-ing |
