Network graph incorrect when no contributions to master since branch was created.

Created by: jokester01au

  1. Create new gitlab project.
  2. Follow "Create Repository" instructions.
  3. change a file.
  4. commit, push
  5. git checkout -b a
  6. edit file
  7. commit
  8. git push origin a

You incorrectly see a branched from the master: bug

Once you make a new commit to the master branch, the correct network is shown:

bug

Not precisely sure how to give you a version indication. I updated my installation from github about a fortnight ago.