From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 9B17625CE5 for ; Fri, 12 Jul 2019 15:04:53 -0400 (EDT) Received: from turing.freelists.org ([127.0.0.1]) by localhost (turing.freelists.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id azmDqi0U0lJF for ; Fri, 12 Jul 2019 15:04:53 -0400 (EDT) Received: from mail-lj1-f177.google.com (mail-lj1-f177.google.com [209.85.208.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTPS id 3C19625818 for ; Fri, 12 Jul 2019 15:04:53 -0400 (EDT) Received: by mail-lj1-f177.google.com with SMTP id r9so10337412ljg.5 for ; Fri, 12 Jul 2019 12:04:53 -0700 (PDT) From: Cyrill Gorcunov Subject: [tarantool-patches] [PATCH 1/3] third_party/serpent: Add serpent repo Date: Fri, 12 Jul 2019 22:04:36 +0300 Message-Id: <20190712190438.32349-2-gorcunov@gmail.com> In-Reply-To: <20190712190438.32349-1-gorcunov@gmail.com> References: <20190712190438.32349-1-gorcunov@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: tarantool-patches-bounce@freelists.org Errors-to: tarantool-patches-bounce@freelists.org Reply-To: tarantool-patches@freelists.org List-Help: List-Unsubscribe: List-software: Ecartis version 1.0.0 List-Id: tarantool-patches List-Subscribe: List-Owner: List-post: List-Archive: To: tml Cc: Alexander Turenko , Kirill Yukhin , Konstantin Osipov , Cyrill Gorcunov We will use it for Lua console output format serialization Part-of #3834 --- .gitmodules | 3 +++ third_party/serpent | 1 + 2 files changed, 4 insertions(+) create mode 160000 third_party/serpent diff --git a/.gitmodules b/.gitmodules index 8cce59436..2db068148 100644 --- a/.gitmodules +++ b/.gitmodules @@ -34,3 +34,6 @@ [submodule "third_party/decNumber"] path = third_party/decNumber url = https://github.com/tarantool/decNumber.git +[submodule "third_party/serpent"] + path = third_party/serpent + url = git@github.com:tarantool/serpent.git diff --git a/third_party/serpent b/third_party/serpent new file mode 160000 index 000000000..879580fb2 --- /dev/null +++ b/third_party/serpent @@ -0,0 +1 @@ +Subproject commit 879580fb21933f63eb23ece7d60ba2349a8d2848 -- 2.20.1