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=1754390768; bh=BQEaja52oaSo4+T5DBYE/RaEJOmlXWYAb2JnVrbGMeA=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:In-Reply-To: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=LmAB6YmjGl5y7rTgHDXdZH7EU4vS+eEFPPWpKuTsFcZT5T7F4YDSLz7BgyiWEoGbQ +mIAolPZshDRJNlTqpdDQnrIo/CtGIRDvDbrsztnVn3IkZcDOfzDTeQ0r0SbObxwbI rF8p6qJD2MkweStvWah0Pi0nuoC8ULvFYvcXMpBFXwUR6vDbgw95sD3FAQddlYSf/5 IvJOXnxmItgWQfKU9gaGHUrKiGvIfQMr8K4j2lfiXpHIYPaaldsrbOo6FbAXaIikfF OMRQOVQfsLVFWtSNrgAwJsf0C840dXhBfT/iJO4AkfkyXT+mVsbyqXsb9pfgVteIIN gjX+m74/kn8UQ== Received: from linux.gnuweeb.org (unknown [182.253.126.229]) by server-vie001.gnuweeb.org (Postfix) with ESMTPSA id 32069312804D; Tue, 5 Aug 2025 10:46:07 +0000 (UTC) Date: Tue, 5 Aug 2025 17:46:04 +0700 From: Ammar Faizi To: Ahmad Gani Cc: Alviro Iskandar Setiawan , GNU/Weeb Mailing List Subject: Re: [PATCH gwproxy v3 2/9] dnslookup: Add a new parameter, default_port. Message-ID: References: <20250805064933.109080-1-reyuki@gnuweeb.org> <20250805064933.109080-3-reyuki@gnuweeb.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Machine-Hash: hUx9VaHkTWcLO7S8CQCslj6OzqBx2hfLChRz45nPESx5VSB/xuJQVOKOB1zSXE3yc9ntP27bV1M1 List-Id: On Tue, Aug 05, 2025 at 05:43:30PM +0700, Ahmad Gani wrote: > Will changing this affect subsequent commits too? Does 'squashing' prevent > conflict on subsequent commits? I'll try to learn about squash in git first. Squashing doesn't affect subsequent commits. It literally just merges two or more commits into one. -- Ammar Faizi