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.88.254] (unknown [125.160.106.238]) by gnuweeb.org (Postfix) with ESMTPSA id 7281380733; Sun, 31 Jul 2022 15:42:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gnuweeb.org; s=default; t=1659282134; bh=GDaEtJwkmOW7DyIAT6+MRGLyLJR/g2RtT7YsvNMqSPY=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=L7SX5OO45xAQ/7GjtmndWRywqnefw3tunXCELtWFW/heZ8fezCKGQbgBRdHsiQVyE yEiPauH0LnbWHNhSN9q7mjq3BG/pALbKAkw+sVhi5WWHs86p5icqsXyq/mOarUIolu IQYjG0G2VjHmRuIWY21z1o9RpBOKx0V7REUD2Fu/EReUTgYfAHkBLxEVM06Ufscq2o H+3iy/xZmZ8A77O5MNIUpPWC3F0GtcAQrAEcCdixbfWkZMk2SlkdVL2m6fKj295Wrw yHZmfkO984aSZf7OmWjsu9KgqmFoqp6Z2CgW2j9d0sSPYKcNX6m7a4RW4/srhf4lXh R+bBzZZIfvv/A== Message-ID: Date: Sun, 31 Jul 2022 22:42:10 +0700 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0 Subject: Re: [PATCH v4 01/18] Add new table for atom URLs and broadcast chats in db.sql Content-Language: en-US To: Alviro Iskandar Setiawan , Muhammad Rizki Cc: GNU/Weeb Mailing List References: <20220730044016.988-1-kiizuha@gnuweeb.org> <20220730044016.988-2-kiizuha@gnuweeb.org> From: Ammar Faizi In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit List-Id: On 7/31/22 10:38 PM, Alviro Iskandar Setiawan wrote: > On Sat, Jul 30, 2022 at 11:39 AM Muhammad Rizki wrote: >> diff --git a/.gitignore b/.gitignore >> index ca28962..fe72ab9 100644 >> --- a/.gitignore >> +++ b/.gitignore >> @@ -136,4 +136,5 @@ data.json >> # VSCode editor >> .vscode/ >> >> +# PATCH >> *.patch > > Bruh, this is wrong, changing .gitignore is not relevant with your subject. Yeah, I have told him previously not to include .gitignore in this patch too. -- Ammar Faizi