Heya,
On Wed, Apr 14, 2010 at 22:18, Aghiles [off-list ref] 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