diff options
| author | Simon Tatham <anakin@pobox.com> | 2004-04-17 11:44:49 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2004-04-17 11:44:49 +0000 |
| commit | d0e7285f26348fbcd81fca12a6d1e1d914eb6044 (patch) | |
| tree | 698932d8590ff0ca820474c36ab73c229443a3ba /.gitmodules | |
| parent | 0c07f492cbd3ca5362013be65bd3567f4db060c7 (diff) | |
| download | halibut-d0e7285f26348fbcd81fca12a6d1e1d914eb6044.zip halibut-d0e7285f26348fbcd81fca12a6d1e1d914eb6044.tar.gz halibut-d0e7285f26348fbcd81fca12a6d1e1d914eb6044.tar.bz2 halibut-d0e7285f26348fbcd81fca12a6d1e1d914eb6044.tar.xz | |
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]
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
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 |