From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server-vie001.gnuweeb.org X-Spam-Level: X-Spam-Status: No, score=-1.2 required=5.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,URIBL_DBL_BLOCKED_OPENDNS, URIBL_ZEN_BLOCKED_OPENDNS autolearn=ham autolearn_force=no version=3.4.6 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gnuweeb.org; s=new2025; t=1757871974; bh=zr5P0IzDJjr/RNUmg/bai7ofyi+NVqPsM7lesC5ulKM=; h=MIME-Version:References:In-Reply-To:From:Date:Message-ID:Subject: To:Cc:Content-Type:Content-Transfer-Encoding:Message-ID:Date:From: Reply-To:Subject:To:Cc:In-Reply-To:References:Resent-Date: Resent-From:Resent-To:Resent-Cc:User-Agent:Content-Type: Content-Transfer-Encoding; b=uzIVcwpaOEuzKgqkYsz3/5KAYL13P39L9+A17toEHmvW7b4Vht60Hvafwz5DnLDD5 ZRBhuJvRH4Bj7FuUU0sQ+WSzU830TIKuKDCy0qeVTvADG4QxTQAx1rmkDp+IFZU90O GiY0sYU7TtnA7prgGBapBitNa6KXOFtI+3ubtZtaCo2a+vECuvOyaASpeCqbmrdnDk AbJUh4jdGTxn37VKm1kOvbBikiuE9AhXpCrWtK5BHtoWlECaAkDt2Zvg3Am1nXHekU RgGgxnr6yk/qaVfb+bCVUjRgaXDy34oSBB1cIi8Wym2e/36vVDSU0PcJTItFT06/6B dKiUUiTjiEt2Q== Received: from mail-lj1-f176.google.com (mail-lj1-f176.google.com [209.85.208.176]) by server-vie001.gnuweeb.org (Postfix) with ESMTPSA id 7682E31279D9 for ; Sun, 14 Sep 2025 17:46:14 +0000 (UTC) Received: by mail-lj1-f176.google.com with SMTP id 38308e7fff4ca-336c79c89daso29697541fa.2 for ; Sun, 14 Sep 2025 10:46:14 -0700 (PDT) X-Forwarded-Encrypted: i=1; AJvYcCVznhDOUG2XeavD1UjBjNCp4oBrJMjwMwqhyfANAeNxKmp1srxfHhqt+lqjsXruLap3Bcnd@vger.gnuweeb.org X-Gm-Message-State: AOJu0YyYtg3qKX4Mh2rODqV4R33T3Uw2gXr7pbh5pmI6LXmQrGGJEBx6 xGP5xZKDs0OuMrhXl+LEvG4PcCrPoYx0o5Hopl1R7TkoZp+YqjQzqR9x67kZwmZqEXrxU5wa+Nr bLf598ujp5ni3KuVZwLr7aEDKPfyO5Po= X-Google-Smtp-Source: AGHT+IHLhjFweQqGjxivaODau7zjIQb1Es9siQ7zV4JI9FpETwvwsYkbUAFo8V0Zd5Vwoo2QnHLB6w/E1mPgpkZl42Y= X-Received: by 2002:a05:651c:20da:20b0:338:8b9:2930 with SMTP id 38308e7fff4ca-3513b4925a9mr24306961fa.9.1757871973919; Sun, 14 Sep 2025 10:46:13 -0700 (PDT) MIME-Version: 1.0 References: <20250914050943.184934-1-reyuki@gnuweeb.org> <20250914050943.184934-6-reyuki@gnuweeb.org> <20250914125514.GC31788-ammarfaizi2@gnuweeb.org> In-Reply-To: <20250914125514.GC31788-ammarfaizi2@gnuweeb.org> From: Ahmad Gani Date: Mon, 15 Sep 2025 00:45:37 +0700 X-Gmail-Original-Message-ID: X-Gm-Features: Ac12FXw8CF6lSWsbfslGvf96i9YWRbfxs8_6K5Kosn17wETdeAcFeGXNX3yM2Hc Message-ID: Subject: Re: [PATCH gwproxy v11 5/6] gwproxy: Update Makefile and configure scripts To: Ammar Faizi Cc: Alviro Iskandar Setiawan , "GNU/Weeb Mailing List" Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable List-Id: On Sun, Sep 14, 2025 at 7:55=E2=80=AFPM Ammar Faizi wrote: > On Sun, Sep 14, 2025 at 12:09:39PM +0700, Ahmad Gani wrote: > > Add an option to build experimental raw DNS feature. > > Don't use "Update Makefile and configure scripts" as the subject. Every > patch you send DO update files, saying "Update file X" on the subject > is not very meaningful for git shortlog. Oh, makes sense. > Your body content "Add an option to build experimental raw DNS feature" > is much a better subject than "Update this and that". Ok, I will use body content as the commit subject. -- Ahmad Gani