Gittyup/.gitmodules
Murmele d52896fa79
Unittest for HunkWidget::setEditorLineInfos (#49)
* fix setSetEditorLines and create unit tests for it

* submodule must be added
2022-02-02 18:53:53 +01:00

22 lines
706 B
Plaintext

[submodule "dep/libgit2/libgit2"]
path = dep/libgit2/libgit2
url = https://github.com/stinb/libgit2.git
[submodule "dep/libssh2/libssh2"]
path = dep/libssh2/libssh2
url = https://github.com/libssh2/libssh2.git
[submodule "dep/openssl/openssl"]
path = dep/openssl/openssl
url = https://github.com/openssl/openssl.git
[submodule "dep/git/git"]
path = dep/git/git
url = https://github.com/git/git.git
[submodule "dep/cmark/cmark"]
path = dep/cmark/cmark
url = https://github.com/commonmark/cmark.git
[submodule "dep/hunspell/hunspell"]
path = dep/hunspell/hunspell
url = https://github.com/hunspell/hunspell
[submodule "test/dep/zip"]
path = test/dep/zip
url = https://github.com/kuba--/zip.git