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 0140B8147E; Wed, 9 Nov 2022 09:44:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gnuweeb.org; s=default; t=1667987050; bh=DDHBN2l27MTeU1yOJPuxsK0LRCiExbA/kAOJs16qmYI=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=FOgtiGj+8o8vACXhiVEE8NBZgH7iAF+iafD9n51ogUc2X+8gtNe2pFy6L35dNqRnB Sa2IKzolacCGSKoMllFOW3MnxXg4xKohGkblvAzcWbje7kuJxNRk/oeCIyAOrjW/WS hcJ+SyQVMo3xkY4sg8KfHMPwPB03ukwzuvgCHgB9W9lYAs4X+PQIjuN0+1/uTI7R4k Rk+cGim+aYOOtEhSeqVIJ9HFNvRKBMjls4Jh/YBz4fPy8bmij5+rGvkaIcwjmLd8uK TEUksHNIaYH8CgG/2vB/l5nYuFZwTTvQxMo+bYHlmm5UXEBnPiUJlBJ3Edd180xZiJ 5AcwhXZsnQTJA== Message-ID: <5fbdfad9-93f5-7cbc-c5be-7dc956b398df@gnuweeb.org> Date: Wed, 9 Nov 2022 16:44:06 +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 Content-Language: en-US To: Ammar Faizi Cc: Alviro Iskandar Setiawan , GNU/Weeb Mailing List References: <20221109025002.258-1-kiizuha@gnuweeb.org> <20221109025002.258-3-kiizuha@gnuweeb.org> 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. > Anyway, any comment on another commit?