summaryrefslogtreecommitdiff
path: root/.gitmodules
Commit message (Collapse)AuthorAgeFilesLines
* Ignore untracked contents in submodulesJoachim Breitner2013-11-221-0/+14
| | | | | | | The GHC build creates files there that are not part of the project’s .gitignore, and clutter up "git status" in ghc/. With this patch, these changes are ignored; modifications to existing files in the submodule repositories are still reported.
* Replace occurences of darcs.haskell.org by git.haskell.orgHerbert Valerio Riedel2013-08-191-14/+14
| | | | | ...as the new `git.haskell.org` CNAME has been activated (see also GitolitePlan and #8121 for more details)
* Normalize urls for Git submodulesHerbert Valerio Riedel2013-08-091-14/+14
| | | | | | | | This changes the `/libraries/<name>.git/` suffix in the urls to `/packages/<name>.git`. This is a minor preparation step helping the Gitolite transition (see #8121). See also http://permalink.gmane.org/gmane.comp.lang.haskell.ghc.devel/1713
* random is a submoduleIan Lynagh2013-02-031-0/+3
| | | | Looks like I forgot to make it one in the original conversion
* Use a submodule for the time packageIan Lynagh2012-12-021-0/+3
| | | | | This bring the time package into line with how we handle other packages.
* Use submodules for repositories with upstreamsIan Lynagh2012-11-251-0/+36