Re: [PATCH] MSVC: link in invalidcontinue.obj for better POSIX compatibility

2014-03-28 Thread Junio C Hamano
Junio C Hamano writes: > Marat Radchenko writes: > >> This patch fixes crashes caused by quitting from PAGER. > > Can you elaborate a bit more on the underlying cause, summarizing > what you learned from this discussion, so that those who read "git > log" output two weeks from now do not have to

Re: [PATCH] MSVC: link in invalidcontinue.obj for better POSIX compatibility

2014-03-28 Thread Marat Radchenko
Junio C Hamano pobox.com> writes: > > This patch fixes crashes caused by quitting from PAGER. > > Can you elaborate a bit more on the underlying cause, summarizing > what you learned from this discussion, so that those who read "git > log" output two weeks from now do not have to come back to th

Re: [PATCH] MSVC: link in invalidcontinue.obj for better POSIX compatibility

2014-03-28 Thread Junio C Hamano
Marat Radchenko writes: > This patch fixes crashes caused by quitting from PAGER. Can you elaborate a bit more on the underlying cause, summarizing what you learned from this discussion, so that those who read "git log" output two weeks from now do not have to come back to this thread in the mai

[PATCH] MSVC: link in invalidcontinue.obj for better POSIX compatibility

2014-03-28 Thread Marat Radchenko
This patch fixes crashes caused by quitting from PAGER. Signed-off-by: Marat Radchenko --- > Please do not cull the Cc list. That was gmane web interface. > The correct solution is to link against invalidcontinue.obj in the MSVC > build. This is a compiler-provided object file that changes the