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.5] (unknown [182.253.88.158]) by gnuweeb.org (Postfix) with ESMTPSA id 95B548147E; Wed, 9 Nov 2022 08:59:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gnuweeb.org; s=default; t=1667984347; bh=2pk41sdia28idYtty9of48WDhks7IaAqKsBH8CRkyZs=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=dkDkKJm0LiAqkSQ4mPP1nXBJ1orJ4ltsYSS95b5xFkZBfgzwEpx5b6J4yp8dyltng 5W2IssNlhKBokUI19gb8fuZSomhH12YwDsZgXx0FztWz9L2QO6qf79GnbPMhWdDLTz RA8LgjEl8zgWqQFtwuDeQdHR+LPJdiXo5O6lgBSKqXs5yqDC91eDLoFlJdGJORIUzO gbb43EUPuLhrRZIP/FJMq+mqahao6v/UlHGiECGqtX+Gj0sprHMiizoVBsqDI+ABb4 6DfvSbB1RTZRF9Fpquri1sK2HO6SUYAB5rScLSvy7RQklsHuuys8k/WwCzfNBodqdW EFXQQWSwX/9cw== Message-ID: Date: Wed, 9 Nov 2022 15:59:03 +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 v2 02/17] fix: utils: Fix .patch file payload Content-Language: en-US To: Muhammad Rizki Cc: Alviro Iskandar Setiawan , GNU/Weeb Mailing List References: <20221109025002.258-1-kiizuha@gnuweeb.org> <20221109025002.258-3-kiizuha@gnuweeb.org> From: Ammar Faizi In-Reply-To: <20221109025002.258-3-kiizuha@gnuweeb.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit List-Id: 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. -- Ammar Faizi