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 14F326EC5D; Thu, 8 Apr 2021 23:04:53 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 dev.tarantool.org 14F326EC5D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=tarantool.org; s=dev; t=1617912293; bh=zI0QDBIxIsgk2uP7Zd4xcciLgMhWaW7/cuiQFsaxE88=; 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=G7L8qs9zlrcP9LULKaIZZW3AgBFgoOvoQU41Ta5Gvh7WRRflzaDtO26Nj3p3to6zf YOeYur8qRc72z+3tWG1kH7iV/ppbpjYySK0/ZN4KhbWwz93jiodnZG8cFd2xOIVyNT RxGFv5POjLXfdeGet+DdWuEbE3I49Gnf5XtlRuJE= Received: from mail-lj1-f173.google.com (mail-lj1-f173.google.com [209.85.208.173]) (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 0145C6EC5D for ; Thu, 8 Apr 2021 23:04:50 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 dev.tarantool.org 0145C6EC5D Received: by mail-lj1-f173.google.com with SMTP id o16so3772467ljp.3 for ; Thu, 08 Apr 2021 13:04:50 -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=ha8imdLDMcjM1i8hE+eV7ZkygkCRAx1FRx3W0ZLrjMI=; b=nxUtyUTdNao3kKv2d1FC96kXWgvoHO5hVM2K7duUEos1zWsxvfv81Zu0FSgNZUxGYa 9QkNBuCb5NeY0tf1+U8nhGwNqDhWsvLB4oA92SnTzNBmjpkuaHVpXpKQa4L7TXkG6mIT HgEt+IJLG9QAeULPkqweX1i97JHGivyPdMfxDETa6k6T6wkOWaD+F1j+A1oknox9bN9p wxRt2ExSxJJhrMmh6/exp2m4DhKj15VDC1v098gNCcLVKkbd+1m+RmXkkV+vO7QZojrL BpJI4lXfwEOpR9AoapQVD7+Y8qCxx+c4lQcz5iCob5NOAmFj8c2QXle57K+nSnSvQA/6 8JXA== X-Gm-Message-State: AOAM532Up1mz3tsyprBTkMqZYLhXqRBA1Qb/zTbgjAC+bMiYoOqBVTCc Is/DYzAJjKIyGtH8RGrFIjFzG/A9s9A= X-Google-Smtp-Source: ABdhPJw4GYSbfFbsKLq2n4GU6UjzFGUIB3QIXc0IbtLmrHeC58k1BPptQITe8zRBeakohKA5qGjRRw== X-Received: by 2002:a2e:5c03:: with SMTP id q3mr7476895ljb.68.1617912289952; Thu, 08 Apr 2021 13:04:49 -0700 (PDT) Received: from grain.localdomain ([5.18.199.94]) by smtp.gmail.com with ESMTPSA id 192sm29556ljj.95.2021.04.08.13.04.48 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 08 Apr 2021 13:04:48 -0700 (PDT) Received: by grain.localdomain (Postfix, from userid 1000) id 263D956015C; Thu, 8 Apr 2021 23:04:47 +0300 (MSK) Date: Thu, 8 Apr 2021 23:04:47 +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:57:17PM +0200, Vladislav Shpilevoy wrote: > > > > git show generates the whole commit including its body. > > It is simply not needed for oneline requirement. > > But you are a human, right? So you can just copy-paste the > first line. It is not super hard. You just need to select it, > do 'Ctrl + C', and then 'Ctrl + V' in your new commit message. > Easy! > > If you consider it somehow not acceptable or extremely longer > than your way, you can create a script/alias doing it for you. > You just need to omit the date, and still add line breaks if > the line in your new commit message becomes too long. Look, git already has the helper which does exactly what you prefer to see in output. I simply added this command to the our code-review page. If you don't like this example with `git log --pretty=format:"%h (%s)"` feel free to remove it from the page. Cyrill