Re: Removing alternates -- but how?

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Miklos Vajna
Date: Tuesday, April 13, 2010 - 8:58 am

On Tue, Apr 13, 2010 at 02:57:04PM +0200, Thomas Schwinge <thomas@schwinge.name> wrote:

What git version are you using?

It seems to work for me:

$ mkdir s
$ cd s
$ git init
$ echo a > a
$ git add a
$ git commit -m i
$ cd ..
$ git clone -s s c
$ cd c
$ git repack -a
$ mv .git/objects/info/alternates .git/objects/info/alternates.orig
$ git branch
* master
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Removing alternates -- but how?, Thomas Schwinge, (Tue Apr 13, 5:57 am)
Re: Removing alternates -- but how?, Miklos Vajna, (Tue Apr 13, 8:58 am)
Re: Removing alternates -- but how?, Michael J Gruber, (Wed Apr 14, 12:25 am)