log_using_shell?

in lib/gitlab_git/repository.rb [315:322]


      def log_using_shell?(options)
        options[:path].present? ||
          options[:disable_walk] ||
          options[:skip_merges] ||
          options[:after] ||
          options[:before]
      end