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 [192.168.1.2] (unknown [101.128.126.198]) by gnuweeb.org (Postfix) with ESMTPSA id D3037804D1; Mon, 7 Nov 2022 01:50:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gnuweeb.org; s=default; t=1667785855; bh=fyINQHG065jVWotcEXXSkZpz2YzRNjtyCk3w42c2UJc=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=KCd4Lt989ZEoepxhWkY5AOD/6tf2sUE71dZFVzNMzKcM7r9LjdVz9mdVPItcxeYcZ 2tCtH1jtXOXBjZ3rF69/wrWIGdM9hkHApnjZjeNpW8tYes4+7D5Ik132Si/N41kHn8 d1DhbS1a2+N0UWyLD1z4W+0MeLiEQoTPuGepuAgjea5emiLjNe2Wl9mh5d0E0oqGR/ BahsKyn2PjE+2OMf0BrSGPuOjsYIVn6/n1RELOgPwOqn+hljmtUa0fKgrJbVS11+rQ eLWPX0ooVoq/7UIpwtDPaeWEPsYPTpYt1lTS2eEwuLy2HkIvmriEJpu3gxTRYjhKHy A+pVgbDlsRD/Q== Message-ID: <5c73c399-8bf2-86fd-23a3-e83518c1649d@gnuweeb.org> Date: Mon, 7 Nov 2022 08:50:50 +0700 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.4.0 Subject: Re: [PATCH v1 11/16] telegram: Implement the log message for catching errors Content-Language: en-US To: Ammar Faizi 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> <88d08ff0-c00f-8e32-05dc-ad7abd5ebff9@gnuweeb.org> From: Muhammad Rizki In-Reply-To: <88d08ff0-c00f-8e32-05dc-ad7abd5ebff9@gnuweeb.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit List-Id: On 07/11/2022 08.42, Ammar Faizi wrote: > 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 > Anyway, thanks for the example. I will try like that if a file error or I want to mention a commit that is from the master branch.