# File lib/gitlab_git/repository.rb, line 204
      def rugged_head
        rugged.head
      rescue Rugged::ReferenceError
        nil
      end