Re: Are concurrent git operations on the same repo safe?

2018-02-06 Thread Ian Norton
of which were quite large (1-2Gb history) Afterwards, I had trouble doing "git pull -r" in my submodules to pull in newer changes. On 6 February 2018 at 20:10, Jonathan Nieder <jrnie...@gmail.com> wrote: > Ian Norton wrote: > >> Specifically I'm trying t

Are concurrent git operations on the same repo safe?

2018-02-05 Thread Ian Norton
Hi all, I'm generally used to the idea that if a thing is not marked as "thread-safe" then it isn't thread safe, but I thought I'd ask anyway to be sure. Is it safe for me to do several operations with git concurrently on the same local repo? Specifically I'm trying to speed up "git submodule