# File lib/bundler/source/git/git_proxy.rb, line 48
        def branch
          @branch ||= allowed_in_path do
            git("branch") =~ /^\* (.*)$/ && $1.strip
          end
        end