Re: Bare repository fetch/push race condition
Sorry for misleading subject. It should be "Race condition between pushing to and pushing from a bare repository"
Bare repository fetch/push race condition
It looks like there is a race condition between fetch and push in a bare repository in the following setup. There is a bare git repository on a local file system. Some process pushes to this repository via jgit. There is a cron task which pushes this repository to the backup remote repo over ssh. W