summaryrefslogtreecommitdiff
path: root/.gitmodules (follow)
Commit message (Collapse)AuthorAge
* Change submodule URL for 'charset' to https.Simon Tatham2016-09-23
| | | | | | | | | | This isn't strictly _necessary_, since git submodules have a built-in check that you downloaded the commit you thought you'd downloaded (in that they specify the exact commit hash you want), so as long as the top-level halibut repo is being checked out securely, it doesn't matter if the submodules come over git://. However, I can't see any reason _not_ to switch over to https, since I want to make it the new recommended standard for anon access to all my git repositories.
* Link libcharset into Halibut. (This involved faffing withSimon Tatham2004-04-17
CVSROOT/modules, so anyone with a checked-out copy of Halibut will unfortunately need to do `cvs co' again.) [originally from svn r4088] [added anachronistic .gitmodules so that past revisions can be checked out] [this svn revision also touched charset,timber]