Re: Make the git codebase thread-safe

2014-02-13 Thread Zachary Turner
Karsten Blees karsten.blees at gmail.com writes: Am 12.02.2014 19:37, schrieb Erik Faye-Lund: On Wed, Feb 12, 2014 at 7:34 PM, Stefan Zager szager at google.com wrote: On Wed, Feb 12, 2014 at 10:27 AM, Erik Faye-Lund kusmabite at gmail.com wrote: On Wed, Feb 12, 2014 at 7:20 PM, Stefan

Re: Make the git codebase thread-safe

2014-02-13 Thread Zachary Turner
wrote: On Thu, Feb 13, 2014 at 2:51 PM, Karsten Blees karsten.bl...@gmail.com wrote: Am 13.02.2014 19:38, schrieb Zachary Turner: The only reason ReOpenFile is necessary at all is because some code somewhere is mixing read-styles against the same fd. I don't understand...ReadFile

Re: Make the git codebase thread-safe

2014-02-14 Thread Zachary Turner
finishes. At the end, the file pointer is still modified. On Fri, Feb 14, 2014 at 11:15 AM, Zachary Turner ztur...@chromium.org wrote: For the mixed read, we wouldn't be looking for another caller of pread() (since it doesn't care what the file pointer is), but instead a caller of read

Re: Make the git codebase thread-safe

2014-02-14 Thread Zachary Turner
Nguyen pclo...@gmail.com wrote: On Sat, Feb 15, 2014 at 7:50 AM, Stefan Zager sza...@google.com wrote: On Fri, Feb 14, 2014 at 4:45 PM, Duy Nguyen pclo...@gmail.com wrote: On Sat, Feb 15, 2014 at 2:16 AM, Zachary Turner ztur...@chromium.org wrote: (Gah, sorry if you're receiving multiple emails

Re: Make the git codebase thread-safe

2014-02-18 Thread Zachary Turner
It shouldn't be hard for us to run some tests with this patch applied. Will report back in a day or two. On Tue, Feb 18, 2014 at 9:55 AM, Junio C Hamano gits...@pobox.com wrote: Duy Nguyen pclo...@gmail.com writes: On Sat, Feb 15, 2014 at 8:15 AM, Zachary Turner ztur...@chromium.org wrote

Problem with Integrated Vim Editor on Win 10

2016-03-30 Thread Zachary Turner
Hi, just recently I installed the latest build of Windows 10 of my machine. This is my second Win10 machine. On the other I am using git 2.7.0.windows.1 and everything is working just fine. On the second machine I am using git 2.8.0.windows.1 and vim does not work. I sent a bug report to

Re: Problem with Integrated Vim Editor on Win 10

2016-03-31 Thread Zachary Turner
the procedure is for things like this, but this seems like a fairly serious regression. Suggestions on how to proceed? On Wed, Mar 30, 2016 at 5:07 PM, Zachary Turner <ztur...@google.com> wrote: > Hi, just recently I installed the latest build of Windows 10 of my > machine. This is my