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 0F6C48147E; Wed, 9 Nov 2022 09:04:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gnuweeb.org; s=default; t=1667984655; bh=2D8plC2sDTz00dZkbc9q9hkycFgMMm2Q9I8bFo2TDmk=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=qJHFzPK0ZBGWWEqNL2izkm6oRiXG/86e1u7myvoVANcvfMOE+RfKva1FsHsvGl9UM RPJXcV/5q0qk3iSNtGA3ButJBFgXnGfXVCtzOEKV/UKCxBUTk7Z0k4qA3YP9kddG8n fEsoIuKb0UXRoLcSl/z8asmYUl/4rarK5FTlKCDQl0f7rjwN5zzZdZTPPAQ6u+Fyt6 D8O49wvhq2DBZlZ2iSnea7D37anKZtPu5/2FFE8dSRPCYYRYVFB6BRVBF1W3lqtqlN VbdGMvzbkmXAo7hg75EU3hrnEuoimXsx34vD7CyZHtzDiviIjHn3pol4fMKsdsk65E H+2K+xx2sOFcA== Message-ID: Date: Wed, 9 Nov 2022 16:04:11 +0700 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.4.2 Subject: Re: [PATCH v2 02/17] fix: utils: Fix .patch file payload To: Ammar Faizi Cc: Alviro Iskandar Setiawan , GNU/Weeb Mailing List References: <20221109025002.258-1-kiizuha@gnuweeb.org> <20221109025002.258-3-kiizuha@gnuweeb.org> Content-Language: en-US From: Muhammad Rizki In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit List-Id: On 09/11/2022 15.59, Ammar Faizi wrote: > On 11/9/22 9:49 AM, Muhammad Rizki wrote: >> From the previous version 59d20af, the .patch file payload uses the >> prepare_patch() `text` parameter that taken from the create_template() >> `caption` returned which is the caption is already trimmed. With the >> current fix, this should be use the full email payload instead so its >> not bothering with the trimmed payload from the create_template(). >> >> Fixes: 59d20af ("daemon: Move prepare for patch and clean up patch >> functions") >> Signed-off-by: Muhammad Rizki > > If you mention a commit hash, it has to be at least 12 characters. > I will keep it mind, thanks for the reminder.