annotate vendor/drupal/coder/.git/config @ 19:fa3358dc1485 tip

Add ndrum files
author Chris Cannam
date Wed, 28 Aug 2019 13:14:47 +0100
parents 1fec387a4317
children
rev   line source
Chris@14 1 [core]
Chris@14 2 repositoryformatversion = 0
Chris@14 3 filemode = true
Chris@14 4 bare = false
Chris@14 5 logallrefupdates = true
Chris@14 6 [remote "origin"]
Chris@14 7 url = https://git.drupal.org/project/coder.git
Chris@14 8 fetch = +refs/heads/*:refs/remotes/origin/*
Chris@14 9 [branch "8.x-2.x"]
Chris@14 10 remote = origin
Chris@14 11 merge = refs/heads/8.x-2.x
Chris@14 12 [remote "composer"]
Chris@14 13 url = https://git.drupal.org/project/coder.git
Chris@14 14 fetch = +refs/heads/*:refs/remotes/composer/*