Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Rakefile - github.com/git/git-scm.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2d12a7d9cb5edf36f2115d039ac5ca40f8a75f2c (plain)
1
2
3
4
5
6
7
8
9
10
# frozen_string_literal: true

# Add your own tasks in files placed in lib/tasks ending in .rake,
# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.

require File.expand_path('config/application', __dir__)

Rake.application.options.trace = true

Gitscm::Application.load_tasks