Re: [PATCH] git-svn: control destruction order to avoid segfault

2018-01-30 Thread Junio C Hamano
--- > Eric Wong (1): > git-svn: control destruction order to avoid segfault > > git-svn.perl | 5 + > 1 file changed, 5 insertions(+) Thanks. I'd actually apply this as a patch instead of pullilng, as I suspect you'd want it in 'ma

[PATCH] git-svn: control destruction order to avoid segfault

2018-01-29 Thread Eric Wong
++ 1 file changed, 5 insertions(+) -----8<----- Subject: [PATCH] git-svn: control destruction order to avoid segfault It seems necessary to control destruction ordering to avoid a segfault with SVN 1.9.5 when using "git svn branch". I've also reported the problem against libs