# File lib/gitlab_git/repository.rb, line 248
      def size
        size = popen(??(du -sk), path).first.strip.to_i
        (size.to_f / 1024).round(2)
      end