From d0e7285f26348fbcd81fca12a6d1e1d914eb6044 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Sat, 17 Apr 2004 11:44:49 +0000 Subject: Link libcharset into Halibut. (This involved faffing with 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] --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitmodules (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..7938e18 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "charset"] + path = charset + url = git://git.tartarus.org/simon/charset.git -- cgit v1.1