summaryrefslogtreecommitdiff
path: root/.gitmodules (unfollow)
Commit message (Collapse)Author
2016-09-23Change submodule URL for 'charset' to https.Simon Tatham
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.
2004-04-17Link libcharset into Halibut. (This involved faffing withSimon Tatham
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]