From ebd3cc3b39c13b8962702f5c6843de416c356093 Mon Sep 17 00:00:00 2001
From: Yaroslav Dynnikov <yaroslav.dynnikov@gmail.com>
Date: Tue, 6 Jun 2023 11:41:12 +0300
Subject: [PATCH] rename: tarantool-sys branch to picodata-submodule

This allows to operate submodule with the one-liner:

```
git submodule update --remote tarantool-sys/
```

This patch also updates the submodule in a mentioned way.
---
 .gitmodules   | 1 +
 tarantool-sys | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitmodules b/.gitmodules
index 7ffe66abe4..122f2d69b7 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -4,6 +4,7 @@
 [submodule "tarantool-sys"]
 	path = tarantool-sys
 	url = ../../tarantool.git
+	branch = picodata-submodule
 	ignore = dirty
 [submodule "vshard"]
 	path = vshard
diff --git a/tarantool-sys b/tarantool-sys
index f7cb4a9c31..783c6c81bb 160000
--- a/tarantool-sys
+++ b/tarantool-sys
@@ -1 +1 @@
-Subproject commit f7cb4a9c314ef94882279e24c59b91a9dfaaf1b2
+Subproject commit 783c6c81bb66c9a062efca2eb8b05a084ba37978
-- 
GitLab