From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lf1-f68.google.com (mail-lf1-f68.google.com [209.85.167.68]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id 9632B45C304 for ; Tue, 1 Dec 2020 15:22:42 +0300 (MSK) Received: by mail-lf1-f68.google.com with SMTP id u18so3692651lfd.9 for ; Tue, 01 Dec 2020 04:22:42 -0800 (PST) Date: Tue, 1 Dec 2020 15:22:39 +0300 From: Cyrill Gorcunov Message-ID: <20201201122239.GA2162@grain> References: <20201113145648.268768-1-gorcunov@gmail.com> <20201201122033.cqq7pqhpsbrcnt5w@tkn_work_nb> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201201122033.cqq7pqhpsbrcnt5w@tkn_work_nb> Subject: Re: [Tarantool-patches] [PATCH] console: drop unused serpent module List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Turenko Cc: tml On Tue, Dec 01, 2020 at 03:20:33PM +0300, Alexander Turenko wrote: > > I removed the directory after the commit and everything looks fine. > The relevant recond in .git/config still exists, but can be deleted > manually. > Thanks!