annotate vendor/drupal/coder/.git/config @ 5:12f9dff5fda9 tip

Update to Drupal core 8.7.1
author Chris Cannam
date Thu, 09 May 2019 15:34:47 +0100
parents a9cd425dd02b
children
rev   line source
Chris@4 1 [core]
Chris@4 2 repositoryformatversion = 0
Chris@4 3 filemode = true
Chris@4 4 bare = false
Chris@4 5 logallrefupdates = true
Chris@4 6 [remote "origin"]
Chris@4 7 url = https://git.drupal.org/project/coder.git
Chris@4 8 fetch = +refs/heads/*:refs/remotes/origin/*
Chris@4 9 [branch "8.x-2.x"]
Chris@4 10 remote = origin
Chris@4 11 merge = refs/heads/8.x-2.x
Chris@4 12 [remote "composer"]
Chris@4 13 url = https://git.drupal.org/project/coder.git
Chris@4 14 fetch = +refs/heads/*:refs/remotes/composer/*