diff options
| author | Martin Owens <doctormo@gmail.com> | 2018-09-09 14:13:49 +0000 |
|---|---|---|
| committer | Martin Owens <doctormo@gmail.com> | 2018-09-09 14:13:49 +0000 |
| commit | a41fd32f82a502a1da0e3a77693439dbe3a67901 (patch) | |
| tree | 5897f11419f0fff7a775e6b19e066c6be5b0778f | |
| parent | copypaste bugfix (diff) | |
| download | inkscape-a41fd32f82a502a1da0e3a77693439dbe3a67901.tar.gz inkscape-a41fd32f82a502a1da0e3a77693439dbe3a67901.zip | |
Add extensions as a submodule
| -rw-r--r-- | .gitmodules | 3 | ||||
| m--------- | share/extensions | 0 |
2 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 000000000..7371dc0b2 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "share/extensions"] + path = share/extensions + url = git@gitlab.com:inkscape/extensions.git diff --git a/share/extensions b/share/extensions new file mode 160000 +Subproject a840c239aeb9848b483035b9acf05fc01fa6ec1 |
