From 03a8003e5d3aec97b3a14b2d3c774aad43e0456e Mon Sep 17 00:00:00 2001 From: Herbert Valerio Riedel Date: Thu, 14 Aug 2014 19:51:01 +0200 Subject: Declare `ghc-head` to be haddock's upstream branch This will affect commands such as git submodule update --remote utils/haddock to use `ghc-head` instead of the default `master` branch --- .gitmodules | 1 + 1 file changed, 1 insertion(+) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index b5e29b9e61..66f4f37d6d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -118,6 +118,7 @@ path = utils/haddock url = ../haddock.git ignore = none + branch = ghc-head [submodule "nofib"] path = nofib url = ../nofib.git -- cgit v1.2.1