diff options
author | John Wiegley <johnw@newartisans.com> | 2008-08-16 04:22:33 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-08-16 04:22:33 -0400 |
commit | 8ea5ee171c7702627ab542bdcf912e686543a460 (patch) | |
tree | 3f411cde4664d054189b28e50f00ee415928f28a /.gitmodules | |
parent | 0b206e86ef97f484423de2df50f56327a3b39cb9 (diff) | |
download | fork-ledger-8ea5ee171c7702627ab542bdcf912e686543a460.tar.gz fork-ledger-8ea5ee171c7702627ab542bdcf912e686543a460.tar.bz2 fork-ledger-8ea5ee171c7702627ab542bdcf912e686543a460.zip |
Added a "data" branch and submodule, which contains attachments and supporting
data related to TODO file entries.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 326da1f8..ffdad2f1 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,3 +10,6 @@ [submodule "lib/libofx"] path = lib/libofx url = git://newartisans.com/libofx.git +[submodule "data"] + path = data + url = git://newartisans.com/ledger.git |