From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on gnuweeb.org X-Spam-Level: X-Spam-Status: No, score=-1.8 required=5.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,NICE_REPLY_A,NO_DNS_FOR_FROM, URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 Received: from [10.7.7.14] (unknown [182.253.88.229]) by gnuweeb.org (Postfix) with ESMTPSA id C5CA1804D1; Mon, 7 Nov 2022 01:42:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gnuweeb.org; s=default; t=1667785369; bh=Y3mjZA8qB/4WsLZENP2iL2pOuaHUTJ1+BTpJikqMS7U=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=NEi+q6MEZYnEwf7RlAtfKHEVnBd4uxMgEPT+aI9SZabhk4E+wSSjSiCIGB3jx3kwp Mls/XneEhBcJdEqHzSXj06eu28T+nEKk3xbPovfCZi73UTxHzw/BYDfmt5pkbbeetr 5aWrfF0NH3QvltBK7MxP+ocIpYjMDgp8PLxGYLzUKOM1gICUFCP2bsgu8rrJ9eVfXj PLWi/Rr1KIW7m6YeN/bAYarg5/ln1sutfQKIN216v+dYhOtT4+pNyuY80T4itoGlLS H/XXz3KV0sbpBR8kfr327plZUGWB/PEMS7g4LtNC1zItqE3SJ54JeZn29x41MWCJRy z5ELwj7JeMRvA== Message-ID: <88d08ff0-c00f-8e32-05dc-ad7abd5ebff9@gnuweeb.org> Date: Mon, 7 Nov 2022 08:42:45 +0700 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.2.2 Subject: Re: [PATCH v1 11/16] telegram: Implement the log message for catching errors Content-Language: en-US To: Muhammad Rizki Cc: Alviro Iskandar Setiawan , GNU/Weeb Mailing List References: <20221104180931.3852-1-kiizuha@gnuweeb.org> <20221104180931.3852-15-kiizuha@gnuweeb.org> <8ce63732-0cdb-e3b0-f292-5433e5b35ff1@gnuweeb.org> <9bce4733-0133-adf9-6291-3a932df80973@gnuweeb.org> <5151f6a6-f87d-1c7f-3333-26adb5223e32@gnuweeb.org> <6d954bf9-096f-626d-2465-43512323277f@gnuweeb.org> <5ab12c59-d8f3-efbe-38c9-0ff92e398741@gnuweeb.org> From: Ammar Faizi In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit List-Id: On 11/7/22 8:34 AM, Muhammad Rizki wrote: > You wrote v2 and v3, and the v4 is me. You wrote the v2 and v3 is from the > database reconnect patch. I see, I understand what you were thinking about. Let me explain to you. If you want to reference a commit that is already in the master branch, you can use the SHA1 hash to mention the commit. Also, please use "Fixes" tag if the patch fixes a problem introduced by a commit that is already in the master branch. Something like this for example: https://github.com/torvalds/linux/commit/80ef928643c1558a0474389fcd680a5ccd6c86e6 > Yes, without further a due, let me just remove them instead :) Thanks for the clarification. -- Ammar Faizi