Skip to content

Have Gitaly compile again

Zeger-Jan van de Weg requested to merge zj-merge-failed-compile into master

Two merge requests got merged touching the same function in Go. This lead to a state where err was already defined while later it was assigned to with the := notation, which implied it wasn't.

Merge requests in question:

  1. !1431 (merged)
  2. !1424 (merged)

Merge request reports