Gittyup/.gitmodules
Stefan Knotzer 2dab934415 Add spell check to commit message editor
New submodule: dep/hunspell from https://github.com/hunspell/hunspell
Dictionary folder: Resources/dictionaries
Dictionary source: https://cgit.freedesktop.org/libreoffice/dictionaries/tree
A user dictionary is created in the folder of the GitAhead global settings named 'user.dic'.
The spell check language is stored as repository setting.
2020-11-06 16:16:20 +01:00

19 lines
617 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