Heya, On Wed, Apr 14, 2010 at 22:18, Aghiles <aghilesk@xxxxxxxxx> wrote: > Yes, size can be an issue. Additionally, git fetch will probably update > some references, like FETCH_HEAD, no ? I might want these > untouched, if possible. I don't think it's a good idea to rely on FETCH_HEAD; if it contains anything you care about you should make a branch or tag for it. Other than FETCH_HEAD 'git fetch' will only update refs in the 'refs/remotes/<remote>/' namespace. -- Cheers, Sverre Rabbelier -- 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