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: 5366e6e073cc426518894cc379d3a07cf3c9cfb3 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/env rake
# 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", __FILE__)

Rake.application.options.trace = true

Gitscm::Application.load_tasks