Re: [git-users] Interlocking

2013-02-28 Thread Blind
I've cloned the kernel repo (as I am sure it is big enough for this kind of experiments), and I tried pushing, committing, pruning and another gc, while gc already running, ... couldn't brake it. So I went deeper ( I have a clone of the git repo itself), and I found out that before git

Re: [git-users] Interlocking

2013-02-27 Thread Konstantin Khomoutov
On Tue, 26 Feb 2013 22:25:58 -0500 wor...@alum.mit.edu (Dale R. Worley) wrote: Is Git properly interlocked for multi-user use? By that I mean, if two processes on one computer simultaneously execute Git commands on the same directory, does Git ensure that the repository is not damaged, and

Re: [git-users] Interlocking

2013-02-27 Thread Dale R. Worley
From: Konstantin Khomoutov flatw...@users.sourceforge.net Depends on what you call the same directory. Git commands also fall into different categories depending on what they do. I'm particularly interested in what happens if a process executes git gc --aggressive. Are there dangers if