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=1754483409; bh=mXrVDibG6PjPelFBurSDU4MIx3nPYr4Y48mz4np1qWg=; 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=kK8HQkjWOFQhtf2wHal2y/s/JzITJYQ+osvfsGu8n/wQAo7qpZ++wAHyebnR5S9mP os5rpkQd2WmbNSCb4TvBZ3UmpjqZhdCHx5iHRGhyrnqSfm52P79Lj/nF1B91nVGRU4 n7ik0bquWhJjXNPAwS4/sBT/nseqCalR18csSxi9C6zgDHdvkGB2UmX/ISmNhG/cgB X+u7VPcYGbHqh58too8uhpLKylRuf7JYZPN6bkuS2MfWrzNzI6ui+AXD7sUgMpW2c+ peyYBKQRcyf0qmA7JrVVNNN91UkV03CDoFlI4kqWF++Bs8t4WsFzsdNYbCBYHx56gm ul3sJIdW9spSA== Received: from mail-lj1-f182.google.com (mail-lj1-f182.google.com [209.85.208.182]) by server-vie001.gnuweeb.org (Postfix) with ESMTPSA id 7A0E93127B8D for ; Wed, 6 Aug 2025 12:30:09 +0000 (UTC) Received: by mail-lj1-f182.google.com with SMTP id 38308e7fff4ca-3338252b2e6so4653851fa.2 for ; Wed, 06 Aug 2025 05:30:09 -0700 (PDT) X-Forwarded-Encrypted: i=1; AJvYcCVwr+4uLChevJBE8az0qN1eiURrGq8oVMcuaVuE7v57k8OCTA/Tau20qLK5PPtxxCUbA4Oy@vger.gnuweeb.org X-Gm-Message-State: AOJu0Yzm9FdRaimi+IcQp1pEGENHMJYGesR27j8//44y9BR+d7+9I1Mq /nD+SxAmMMpoAK4310DVUW9MsRjo0/W9BO33e8pooNKZf1AF+LPaQOW+OAcT0dWHcahOSm9Oczb 9qu1lsDn22A1qSnTO+HTOVirT66GHxZ8= X-Google-Smtp-Source: AGHT+IG3WxAdI3aJ6xyVuufTqOZiagoQFOY34vv29s7TzoufPmU9JpjqC2Il7hljalMimqHvWMO3SGBmtyHJZ3jP6Tk= X-Received: by 2002:a05:651c:1116:10b0:32a:c14b:7d95 with SMTP id 38308e7fff4ca-333813bfee0mr4195081fa.20.1754483408769; Wed, 06 Aug 2025 05:30:08 -0700 (PDT) MIME-Version: 1.0 References: <20250806035727.216702-1-reyuki@gnuweeb.org> <20250806035727.216702-6-reyuki@gnuweeb.org> In-Reply-To: From: Ahmad Gani Date: Wed, 6 Aug 2025 19:29:31 +0700 X-Gmail-Original-Message-ID: X-Gm-Features: Ac12FXzGOT3Y8-MEXKOCc20AXrRWTO1vtrnbmpmpD3UfcLGf-4IK75XQekcfGfY Message-ID: Subject: Re: [PATCH gwproxy v4 5/6] dnsparser: Transaction id creation is delegated to caller To: Alviro Iskandar Setiawan Cc: Ammar Faizi , "GNU/Weeb Mailing List" Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable List-Id: On Wed, Aug 6, 2025 at 5:51=E2=80=AFPM Alviro Iskandar Setiawan wrote: > On Wed, Aug 6, 2025 at 5:21=E2=80=AFPM Ahmad Gani wrote: > > Err.. How do you usually clean up commits like this? I accidentally ame= nded > > the changes to the current commit, and splitting it manually without a = diff > > seems like a nightmare. Is there a way to make splitting a patch easier= ? > > What do you mean by "splitting it manually without a diff"? > > I don't understand the exact activity you meant. > > This splitting problem is because you didn't do it in the first place. > I don't often do that. Yeah, after a second thought, this isn't a nightmare at all. All I need to do is just git rebase the previous commit that isn't tainted and copy-paste necessary and relevant changes from the mixed patch file while listening to Bad Apple with full bass; it is such a relief. /s Anyway, after reading an email on another thread, I guess I don't need to fix this if it's going to be redesigned anyway. -- Ahmad Gani