Can not commit on the same branch simultaneously
Gitaly may not handle concurrent commit very well. If two commits happen simultaneously, one would fail with internal error. Steps to reproduce: 1. On browser A: edit a file on a branch and commit 2. On browser B: edit the same file on the same branch and commit 3. One of the two commits would fail: ![image](/uploads/d2eab0da6fd213c616aad97bc0bb7ee2/image.png) Expected behavior: it should indicate: ![image](/uploads/f89c9d611fb0256334880483641d7c08/image.png)
issue