diff options
author | Herbert Valerio Riedel <hvr@gnu.org> | 2014-08-14 19:51:01 +0200 |
---|---|---|
committer | Herbert Valerio Riedel <hvr@gnu.org> | 2014-08-14 19:51:01 +0200 |
commit | 03a8003e5d3aec97b3a14b2d3c774aad43e0456e (patch) | |
tree | d91011e3f38f70fb994f9f1551f01bed52fc38f8 /.gitmodules | |
parent | e0c1767d0ea8d12e0a4badf43682a08784e379c6 (diff) | |
download | haskell-03a8003e5d3aec97b3a14b2d3c774aad43e0456e.tar.gz |
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
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 1 |
1 files changed, 1 insertions, 0 deletions
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 |