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=1756354812; bh=uwIZ+Ljp70s0y80U2EKswJfrPSs2tvdozwfC7+/mckE=; 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=hazMPW7eGW+28iHc3ruK3+sZEudOmyneWEpD1eeBYHoIvoe6E+Epz+H5KEdEnyTd0 VxGeY1iBHhICXDEDj5JRWseZSPmA/DyN3IgUW7F/3OEki2DiG2t7d/mgnYDaZ9Dbeq nYSvnND8jiRkhPqrzmkP3SuL0B0O+4/l7SI0DAKKJcPzLmDy+PwGX2eCtBn2uOb6uB Ohxep8B5iEiqp+Z0hH7pCcTYx1eTo1ui296TJSUivYMOL8583IwbmZShuui34t36GN FlQlxuPsWIf7fjZ9iTyWPDgTGkW+5WvTTX9e1wBVcbcQtCYuFh0ZlTlJV3d4a7vUen uvJkpf11LEtKA== Received: from mail-qt1-f182.google.com (mail-qt1-f182.google.com [209.85.160.182]) by server-vie001.gnuweeb.org (Postfix) with ESMTPSA id 1E98F3127F4A for ; Thu, 28 Aug 2025 04:20:12 +0000 (UTC) Received: by mail-qt1-f182.google.com with SMTP id d75a77b69052e-4b2d501db08so7313941cf.3 for ; Wed, 27 Aug 2025 21:20:12 -0700 (PDT) X-Forwarded-Encrypted: i=1; AJvYcCX9ZUf56nX47j3TOrbC/U096iyD122WYmjf1ZlXN9+ETGF6/Bfw4U8eS0MF5vB9Pmn3/Zh3@vger.gnuweeb.org X-Gm-Message-State: AOJu0YweNY04zca3rvGS1NTuUfLLg+iWZcHHWOmV7ovE42HAVoK0JEzF QWL22NDcdonFIRcIblSZn/I5l93Tp/0qkFWzJ6uQecto8e4NOWHemxVcptB7UJXO+bnpcJJtOMo XOWtcAtH7ep/qGFJfHFg0GOR91VLfbOs= X-Google-Smtp-Source: AGHT+IGf52GmbQPthTzV4CQK4Pu3+ku07/aBfy3qrh4nTEYl5UyW4ksPB9qLA8mtFaAH4lDZRXHESh+jlU4dvOJsv4k= X-Received: by 2002:a05:622a:4c08:b0:4b1:103b:bb6b with SMTP id d75a77b69052e-4b2aab06859mr267494391cf.61.1756354810928; Wed, 27 Aug 2025 21:20:10 -0700 (PDT) MIME-Version: 1.0 References: <20250822195242.GA3236201-ammarfaizi2@gnuweeb.org> <20250823022847.GC3508499-ammarfaizi2@gnuweeb.org> <20250828001331.GA20836-ammarfaizi2@gnuweeb.org> In-Reply-To: From: Ammar Faizi Date: Thu, 28 Aug 2025 11:19:53 +0700 X-Gmail-Original-Message-ID: X-Gm-Features: Ac12FXyCPy9et4QWQrJAUSEVOTz4CEOG_IAav-Ee0bY5HnuBtZJ5uk0-4zHXoRg Message-ID: Subject: Re: [PATCH gwproxy v5 2/2] dnsparser: Add dns parser code To: Ahmad Gani Cc: Alviro Iskandar Setiawan , "GNU/Weeb Mailing List" Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable List-Id: On Thu, Aug 28, 2025 at 9:46=E2=80=AFAM Ahmad Gani wrote: > However, I'm not sure if this is the correct way. It's different from wha= t > Sir Ammar taught to me. Don't blame a different approach. git-rebase covers a wide topic. Not all problems have the same exact solution. > But I guess it's the same as a combination of the above snippet with > `git pull origin master --rebase`? Yes, that command will end up giving the same result, except that it does not update your local master branch. The former commands do. --=20 Ammar Faizi