Re: Segfault in git 1.8.1.5

2013-03-09 Thread Strasser Pablo
On Saturday 09 March 2013 13.16:35 Junio C Hamano wrote: > Strasser Pablo writes: > > I segfault with the following command: > > > > git checkout HEAD~1 > > git branch -u origin/master > > A patch to address this in cooking in 'next', and is expected to be > in 1.8.2.1 or later. Ok thanks. -- T

Re: Segfault in git 1.8.1.5

2013-03-09 Thread Junio C Hamano
Strasser Pablo writes: > I segfault with the following command: > > git checkout HEAD~1 > git branch -u origin/master A patch to address this in cooking in 'next', and is expected to be in 1.8.2.1 or later. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a messag

Re: Segfault in git 1.8.1.5

2013-03-09 Thread Dennis Kaarsemaker
On za, 2013-03-09 at 21:16 +0100, Strasser Pablo wrote: > Hello, > > I segfault with the following command: > > git checkout HEAD~1 > git branch -u origin/master > > I think it's because i'm in detached head. > A error message like cannot use this command in would be a better responce > than a

Segfault in git 1.8.1.5

2013-03-09 Thread Strasser Pablo
Hello, I segfault with the following command: git checkout HEAD~1 git branch -u origin/master I think it's because i'm in detached head. A error message like cannot use this command in would be a better responce than a segfault. Good day. -- To unsubscribe from this list: send the line "unsubs