From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from [87.239.111.99] (localhost [127.0.0.1]) by dev.tarantool.org (Postfix) with ESMTP id D13D76EC5D; Thu, 8 Apr 2021 22:54:41 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 dev.tarantool.org D13D76EC5D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=tarantool.org; s=dev; t=1617911681; bh=S6H/35ZKW4x0AosPqQsj2rpFwfESvA8Tao16v7cAKYI=; h=Date:To:Cc:References:In-Reply-To:Subject:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From:Reply-To:From; b=AFhI26DP2wrYMHhJd59WHsJA+JoPyW+tHEJEUfU+vnpQTTSUdXPBgZU3mx6NnzInW 86+bQdopI90IAU7bku3sodI+7+/9gDS01MgtIMdnes3mp1lhoxt9DbJ99GT84ODB0b FtuNPb6jB8oljnSisQYvtmKXIspWwBLIrDLy9MAA= Received: from mail-lj1-f171.google.com (mail-lj1-f171.google.com [209.85.208.171]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id 9D8626EC5D for ; Thu, 8 Apr 2021 22:54:39 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 dev.tarantool.org 9D8626EC5D Received: by mail-lj1-f171.google.com with SMTP id z8so3699843ljm.12 for ; Thu, 08 Apr 2021 12:54:39 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=IGwu4A3F6FWYJTvhJPmF8ZNG2NQ1Ydgsvfc77HG5or8=; b=A+V7lslKX3XU1YJfbMJtOJYhnMeSclaF2LDB5QC9FCT8ip7IYobvMJUDCsWg07TG5C J4Ml6n7CIZfdg4hl6hPJj86RSz8Nd5n8L6/lSjGrMU66BcjlXB8QFFqYx/Ck4X/XQyzG cG0G35QpgT60m/eMk/AOnFrKksjmBU14LQyLtfkD+Si8q4jwEke28cp2Mbi+QFZ6hH2/ db9WZrKNkc5Q0XOOozKvXcBRUUHvTbaxkQ+8vOSyJKCWh2pUZNRmyTxyApmqjGx7F4gZ eh9UfdiirponH4ovMt3S+/pe+Yfl0i691CVasOnmfbrkyVaCYgkW6BBqgZrnI9EgHOat 7Pjw== X-Gm-Message-State: AOAM5313klYVSDCRkFqm7qXkAIP8koMMdwGHQ7XKJN1s8/vIkjbSyY69 IvNowphoItexvsyI/J1BHlYkYt+unxA= X-Google-Smtp-Source: ABdhPJzI26e1hn1YzsnZWtMsobpmMWWizbkzNgiPwppGY2xONj7sjNFoAWa7CvnUJ0Bb3LErRcGtig== X-Received: by 2002:a2e:8118:: with SMTP id d24mr7023328ljg.133.1617911678486; Thu, 08 Apr 2021 12:54:38 -0700 (PDT) Received: from grain.localdomain ([5.18.199.94]) by smtp.gmail.com with ESMTPSA id z12sm42974lfe.75.2021.04.08.12.54.37 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 08 Apr 2021 12:54:37 -0700 (PDT) Received: by grain.localdomain (Postfix, from userid 1000) id 969B056015C; Thu, 8 Apr 2021 22:54:36 +0300 (MSK) Date: Thu, 8 Apr 2021 22:54:36 +0300 To: Vladislav Shpilevoy Cc: tml Message-ID: References: <20210405155823.1121042-1-gorcunov@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/2.0.5 (2021-01-21) Subject: Re: [Tarantool-patches] [PATCH v2] qsync: provide box.info interface for monitoring X-BeenThere: tarantool-patches@dev.tarantool.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Cyrill Gorcunov via Tarantool-patches Reply-To: Cyrill Gorcunov Errors-To: tarantool-patches-bounces@dev.tarantool.org Sender: "Tarantool-patches" On Thu, Apr 08, 2021 at 09:37:54PM +0200, Vladislav Shpilevoy wrote: > > > > There is a result example but no any hints on how to generate it. I added to the page > > an example of use `git log --pretty=format ...`. > > You just do 'git show' on your hash and copy-paste the message. > I don't see anything hard in it. git show generates the whole commit including its body. It is simply not needed for oneline requirement.