From unknown Mon Aug 18 20:15:30 2025 X-Loop: help-debbugs@gnu.org Subject: bug#69547: 29.2; project root directory is wrong for submodules of worktrees Resent-From: Patrick Bader Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 04 Mar 2024 16:06:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 69547 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 69547@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.17095683397760 (code B ref -1); Mon, 04 Mar 2024 16:06:01 +0000 Received: (at submit) by debbugs.gnu.org; 4 Mar 2024 16:05:39 +0000 Received: from localhost ([127.0.0.1]:44532 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rhAoo-00020x-Tc for submit@debbugs.gnu.org; Mon, 04 Mar 2024 11:05:39 -0500 Received: from lists.gnu.org ([209.51.188.17]:32768) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rhA98-0000nu-FZ for submit@debbugs.gnu.org; Mon, 04 Mar 2024 10:22:34 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rhA8e-0003UE-HL for bug-gnu-emacs@gnu.org; Mon, 04 Mar 2024 10:22:00 -0500 Received: from dd10016.kasserver.com ([85.13.146.86]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rhA8c-0005hl-6K for bug-gnu-emacs@gnu.org; Mon, 04 Mar 2024 10:22:00 -0500 Received: from [192.168.0.140] (build.thingos.io [167.86.126.39]) by dd10016.kasserver.com (Postfix) with ESMTPSA id 5B0E46D00152 for ; Mon, 4 Mar 2024 16:21:49 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=patrickbader.eu; s=kas202309111146; t=1709565709; bh=Afn9dweylhzrtFjBkv2F6dM9KXZweFP3igkrNSxeYSk=; h=Date:To:From:Subject:From; b=ewTJX+kNCyL+749gLLn/vo0Wz20A7wYMDnyuwQRElpARC+sBL73efcjDOysjOmT1D rfhciyVc6PHbcRjSisLwRgkIV5RtgNsYhzELIgU0KeAAPzwAh03yfv9B0d3N/HMoks WPSz/qKqO5GkHKANhTAzGpiSqFb6tVqohCj3FrfHwGjWxSU9j3k/QLWi1oSXQdjBnh hx15wLvRhy1npQr3LQsdl+W4zal0fhBeerRNNXrmsQ6RUwyTHTfXsHrbqYhAjh3sn+ kfuXvdQo2RE3FdXLxGzTHCZ9TMI4yvgtOKw1NYrgDSRf5keEXWHRNMunn3tw8efTN6 6DhgVIvn3F9kw== Content-Type: multipart/mixed; boundary="------------myp1dq2I4iPD2I417ck1M5oM" Message-ID: Date: Mon, 4 Mar 2024 16:21:48 +0100 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Content-Language: en-US From: Patrick Bader X-Spamd-Bar: / Received-SPF: pass client-ip=85.13.146.86; envelope-from=mail@patrickbader.eu; helo=dd10016.kasserver.com X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.7 (-) X-Mailman-Approved-At: Mon, 04 Mar 2024 11:05:33 -0500 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.4 (/) This is a multi-part message in MIME format. --------------myp1dq2I4iPD2I417ck1M5oM Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Hi, when navigating to a file in a git submodule, the project root stays in the parent repository. If the submodule is part of a git worktree, however, this does not work as expected and the project root switches to the directory of the submodule itself. The issue seems to be how project--submodule-p is checking whether the current repository is a submodule. In the worktree case, there is the worktree path between the .git and modules directory in the gitfile. There may also be regular directory names before the .git directory apart of "../". I have attached a patch to fix this. Best, Patrick --------------myp1dq2I4iPD2I417ck1M5oM Content-Type: text/x-patch; charset=UTF-8; name="0001-fix-project-submodule-detection-does-not-work-for-wo.patch" Content-Disposition: attachment; filename*0="0001-fix-project-submodule-detection-does-not-work-for-wo.pa"; filename*1="tch" Content-Transfer-Encoding: base64 RnJvbSA1ZmNhNTFiNWQ1MjA1YjZiM2M4MzIyNDZlZTVmMmNiYTFhZjY5N2MwIE1vbiBTZXAg MTcgMDA6MDA6MDAgMjAwMQpGcm9tOiBQYXRyaWNrIEJhZGVyIDxwYXRyaWNrLmJhZGVyQHRo aW5nb3MuaW8+CkRhdGU6IE1vbiwgNCBNYXIgMjAyNCAxNjoxNDoyNSArMDEwMApTdWJqZWN0 OiBbUEFUQ0hdIGZpeDogcHJvamVjdCBzdWJtb2R1bGUgZGV0ZWN0aW9uIGRvZXMgbm90IHdv cmsgZm9yIHdvcmt0cmVlcwoKLS0tCiBsaXNwL3Byb2dtb2Rlcy9wcm9qZWN0LmVsIHwgMiAr LQogMSBmaWxlIGNoYW5nZWQsIDEgaW5zZXJ0aW9uKCspLCAxIGRlbGV0aW9uKC0pCgpkaWZm IC0tZ2l0IGEvbGlzcC9wcm9nbW9kZXMvcHJvamVjdC5lbCBiL2xpc3AvcHJvZ21vZGVzL3By b2plY3QuZWwKaW5kZXggOTYyMmIxYjY3NjguLjJlZGRkYTBhNjdjIDEwMDY0NAotLS0gYS9s aXNwL3Byb2dtb2Rlcy9wcm9qZWN0LmVsCisrKyBiL2xpc3AvcHJvZ21vZGVzL3Byb2plY3Qu ZWwKQEAgLTYwMiw3ICs2MDIsNyBAQCBTZWUgYHByb2plY3QtdmMtZXh0cmEtcm9vdC1tYXJr ZXJzJyBmb3IgdGhlIG1hcmtlciB2YWx1ZSBmb3JtYXQuIikKICAgICAgICAgKGdvdG8tY2hh ciAocG9pbnQtbWluKSkKICAgICAgICAgOzsgS2luZCBvZiBhIGhhY2sgdG8gZGlzdGluZ3Vp c2ggYSBzdWJtb2R1bGUgZnJvbQogICAgICAgICA7OyBvdGhlciBjYXNlcyBvZiAuZ2l0IGZp bGVzIHBvaW50aW5nIGVsc2V3aGVyZS4KLSAgICAgICAgKGxvb2tpbmctYXQgImdpdGRpcjog Wy4vXSsvXFwuZ2l0L21vZHVsZXMvIikpCisgICAgICAgIChsb29raW5nLWF0ICJnaXRkaXI6 IC4rL1xcLmdpdC9cXCh3b3JrdHJlZXMvLipcXCk/bW9kdWxlcy8iKSkKICAgICAgIHQpCiAg ICAgICh0IG5pbCkpKSkKIAoKYmFzZS1jb21taXQ6IDViNDlhMzhkMWIzNzcwN2JiYmM4YzA2 OWVkMjBjZTdjZDE4ZmIyYWMKLS0gCjIuNDQuMAoK --------------myp1dq2I4iPD2I417ck1M5oM-- From unknown Mon Aug 18 20:15:30 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Patrick Bader Subject: bug#69547: closed (Re: bug#69547: 29.2; project root directory is wrong for submodules of worktrees) Message-ID: References: X-Gnu-PR-Message: they-closed 69547 X-Gnu-PR-Package: emacs Reply-To: 69547@debbugs.gnu.org Date: Fri, 15 Mar 2024 02:27:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1710469622-19784-1" This is a multi-part message in MIME format... ------------=_1710469622-19784-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #69547: 29.2; project root directory is wrong for submodules of worktrees which was filed against the emacs package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 69547@debbugs.gnu.org. --=20 69547: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D69547 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1710469622-19784-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 69547-done) by debbugs.gnu.org; 15 Mar 2024 02:26:37 +0000 Received: from localhost ([127.0.0.1]:51027 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rkxHI-00058U-Jt for submit@debbugs.gnu.org; Thu, 14 Mar 2024 22:26:36 -0400 Received: from wout4-smtp.messagingengine.com ([64.147.123.20]:57467) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rkxHE-00058F-8q for 69547-done@debbugs.gnu.org; Thu, 14 Mar 2024 22:26:35 -0400 Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.west.internal (Postfix) with ESMTP id 08FC03200495; Thu, 14 Mar 2024 22:25:49 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute4.internal (MEProxy); Thu, 14 Mar 2024 22:25:50 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gutov.dev; h=cc :content-transfer-encoding:content-type:content-type:date:date :from:from:in-reply-to:in-reply-to:message-id:mime-version :references:reply-to:subject:subject:to:to; s=fm3; t=1710469549; x=1710555949; bh=X6fc/aCBHmdNu/tOF0GtovPpnqzABxdqrp9DMvFUJzY=; b= dZtlzlIKu2jztq8RWqZjDL3qnUcXiQiXEBeFQEp++ltlUH8Mv9BUPgFxIfwC2/er BwITdVI9TTF/uFjQf9MPLhbfcIzG3XRBGbO166UpQo0ApV9gPGIvzeFU3qFTsdZ9 dhm/bcwc9wRzZHQxxs4MeU8ltChBIwyiZNYZcTthf/upWAKZwTCxbfzVlOBji/2n ur4eg1VXDY9omVHDXugiYjurwOwKg802B1WMof/3EihMk4rl4BSsP9KQFDt8iUEh 3JYxfl+yK+90oN5jYGOUJ2LlXSmHPOMshLmZlxwcFsJtGagE3Rfa7F1CoQ5rKgKO L2WYIw9cbrdL3TU+2ubw4Q== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :content-type:date:date:feedback-id:feedback-id:from:from :in-reply-to:in-reply-to:message-id:mime-version:references :reply-to:subject:subject:to:to:x-me-proxy:x-me-proxy :x-me-sender:x-me-sender:x-sasl-enc; s=fm1; t=1710469549; x= 1710555949; bh=X6fc/aCBHmdNu/tOF0GtovPpnqzABxdqrp9DMvFUJzY=; b=Y aLZ47Xo9BqqnUNmec3H4YVo2NS1kRuVRHCZAMS4Jif3GCzQeLWjdhltpjszqOZP0 FdM++LBGATQ5hZEew+VsYn6fdsDoraQ4SACxeaFJ3iPtiRHcBI9R3cbM9idtMx7Z QIMCf+1COM9YojyHAzv9KNhyn7HOJw3JdDfb31GD6hCQPFaKzhqHg25UhPctKFHp qvKK80UoUeYtIpJlO/R0IrTTO+lfIf9FI0R+5l8pqDD7Icp5PuM5UT5UKEox7iia 7ytubE/bGJ/xHD4ip9S9dWj2fANHSsR3vy+bNzVHsFGF3eh/uYtCA4LiDcpzqGnO JYJ8VFcI19/AIPhjfs+xw== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvledrjeekgdeghecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecunecujfgurhepkfffgggfuffvfhfhjggtgfesthejre dttddvjeenucfhrhhomhepffhmihhtrhihucfiuhhtohhvuceoughmihhtrhihsehguhht ohhvrdguvghvqeenucggtffrrghtthgvrhhnpedthfeuvddtveelgeeuleevvdejveehff evveehvdeuffdtfefhvdeugefgtefgtdenucevlhhushhtvghrufhiiigvpedtnecurfgr rhgrmhepmhgrihhlfhhrohhmpegumhhithhrhiesghhuthhovhdruggvvh X-ME-Proxy: Feedback-ID: i0e71465a:Fastmail Received: by mail.messagingengine.com (Postfix) with ESMTPA; Thu, 14 Mar 2024 22:25:47 -0400 (EDT) Message-ID: Date: Fri, 15 Mar 2024 04:25:46 +0200 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: bug#69547: 29.2; project root directory is wrong for submodules of worktrees Content-Language: en-US To: Patrick Bader , 69547-done@debbugs.gnu.org References: From: Dmitry Gutov In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 69547-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) Hi! On 04/03/2024 17:21, Patrick Bader wrote: > when navigating to a file in a git submodule, the project root stays in > the parent repository. > If the submodule is part of a git worktree, however, this does not work > as expected and the project root switches to the directory of the > submodule itself. > > The issue seems to be how project--submodule-p is checking whether the > current repository is a submodule. > In the worktree case, there is the worktree path between the .git and > modules directory in the gitfile. > There may also be regular directory names before the .git directory > apart of "../". > > I have attached a patch to fix this. Thanks! Installed. ------------=_1710469622-19784-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 4 Mar 2024 16:05:39 +0000 Received: from localhost ([127.0.0.1]:44532 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rhAoo-00020x-Tc for submit@debbugs.gnu.org; Mon, 04 Mar 2024 11:05:39 -0500 Received: from lists.gnu.org ([209.51.188.17]:32768) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rhA98-0000nu-FZ for submit@debbugs.gnu.org; Mon, 04 Mar 2024 10:22:34 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rhA8e-0003UE-HL for bug-gnu-emacs@gnu.org; Mon, 04 Mar 2024 10:22:00 -0500 Received: from dd10016.kasserver.com ([85.13.146.86]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rhA8c-0005hl-6K for bug-gnu-emacs@gnu.org; Mon, 04 Mar 2024 10:22:00 -0500 Received: from [192.168.0.140] (build.thingos.io [167.86.126.39]) by dd10016.kasserver.com (Postfix) with ESMTPSA id 5B0E46D00152 for ; Mon, 4 Mar 2024 16:21:49 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=patrickbader.eu; s=kas202309111146; t=1709565709; bh=Afn9dweylhzrtFjBkv2F6dM9KXZweFP3igkrNSxeYSk=; h=Date:To:From:Subject:From; b=ewTJX+kNCyL+749gLLn/vo0Wz20A7wYMDnyuwQRElpARC+sBL73efcjDOysjOmT1D rfhciyVc6PHbcRjSisLwRgkIV5RtgNsYhzELIgU0KeAAPzwAh03yfv9B0d3N/HMoks WPSz/qKqO5GkHKANhTAzGpiSqFb6tVqohCj3FrfHwGjWxSU9j3k/QLWi1oSXQdjBnh hx15wLvRhy1npQr3LQsdl+W4zal0fhBeerRNNXrmsQ6RUwyTHTfXsHrbqYhAjh3sn+ kfuXvdQo2RE3FdXLxGzTHCZ9TMI4yvgtOKw1NYrgDSRf5keEXWHRNMunn3tw8efTN6 6DhgVIvn3F9kw== Content-Type: multipart/mixed; boundary="------------myp1dq2I4iPD2I417ck1M5oM" Message-ID: Date: Mon, 4 Mar 2024 16:21:48 +0100 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Content-Language: en-US To: bug-gnu-emacs@gnu.org From: Patrick Bader Subject: 29.2; project root directory is wrong for submodules of worktrees X-Spamd-Bar: / Received-SPF: pass client-ip=85.13.146.86; envelope-from=mail@patrickbader.eu; helo=dd10016.kasserver.com X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.7 (-) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Mon, 04 Mar 2024 11:05:33 -0500 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.4 (/) This is a multi-part message in MIME format. --------------myp1dq2I4iPD2I417ck1M5oM Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Hi, when navigating to a file in a git submodule, the project root stays in the parent repository. If the submodule is part of a git worktree, however, this does not work as expected and the project root switches to the directory of the submodule itself. The issue seems to be how project--submodule-p is checking whether the current repository is a submodule. In the worktree case, there is the worktree path between the .git and modules directory in the gitfile. There may also be regular directory names before the .git directory apart of "../". I have attached a patch to fix this. Best, Patrick --------------myp1dq2I4iPD2I417ck1M5oM Content-Type: text/x-patch; charset=UTF-8; name="0001-fix-project-submodule-detection-does-not-work-for-wo.patch" Content-Disposition: attachment; filename*0="0001-fix-project-submodule-detection-does-not-work-for-wo.pa"; filename*1="tch" Content-Transfer-Encoding: base64 RnJvbSA1ZmNhNTFiNWQ1MjA1YjZiM2M4MzIyNDZlZTVmMmNiYTFhZjY5N2MwIE1vbiBTZXAg MTcgMDA6MDA6MDAgMjAwMQpGcm9tOiBQYXRyaWNrIEJhZGVyIDxwYXRyaWNrLmJhZGVyQHRo aW5nb3MuaW8+CkRhdGU6IE1vbiwgNCBNYXIgMjAyNCAxNjoxNDoyNSArMDEwMApTdWJqZWN0 OiBbUEFUQ0hdIGZpeDogcHJvamVjdCBzdWJtb2R1bGUgZGV0ZWN0aW9uIGRvZXMgbm90IHdv cmsgZm9yIHdvcmt0cmVlcwoKLS0tCiBsaXNwL3Byb2dtb2Rlcy9wcm9qZWN0LmVsIHwgMiAr LQogMSBmaWxlIGNoYW5nZWQsIDEgaW5zZXJ0aW9uKCspLCAxIGRlbGV0aW9uKC0pCgpkaWZm IC0tZ2l0IGEvbGlzcC9wcm9nbW9kZXMvcHJvamVjdC5lbCBiL2xpc3AvcHJvZ21vZGVzL3By b2plY3QuZWwKaW5kZXggOTYyMmIxYjY3NjguLjJlZGRkYTBhNjdjIDEwMDY0NAotLS0gYS9s aXNwL3Byb2dtb2Rlcy9wcm9qZWN0LmVsCisrKyBiL2xpc3AvcHJvZ21vZGVzL3Byb2plY3Qu ZWwKQEAgLTYwMiw3ICs2MDIsNyBAQCBTZWUgYHByb2plY3QtdmMtZXh0cmEtcm9vdC1tYXJr ZXJzJyBmb3IgdGhlIG1hcmtlciB2YWx1ZSBmb3JtYXQuIikKICAgICAgICAgKGdvdG8tY2hh ciAocG9pbnQtbWluKSkKICAgICAgICAgOzsgS2luZCBvZiBhIGhhY2sgdG8gZGlzdGluZ3Vp c2ggYSBzdWJtb2R1bGUgZnJvbQogICAgICAgICA7OyBvdGhlciBjYXNlcyBvZiAuZ2l0IGZp bGVzIHBvaW50aW5nIGVsc2V3aGVyZS4KLSAgICAgICAgKGxvb2tpbmctYXQgImdpdGRpcjog Wy4vXSsvXFwuZ2l0L21vZHVsZXMvIikpCisgICAgICAgIChsb29raW5nLWF0ICJnaXRkaXI6 IC4rL1xcLmdpdC9cXCh3b3JrdHJlZXMvLipcXCk/bW9kdWxlcy8iKSkKICAgICAgIHQpCiAg ICAgICh0IG5pbCkpKSkKIAoKYmFzZS1jb21taXQ6IDViNDlhMzhkMWIzNzcwN2JiYmM4YzA2 OWVkMjBjZTdjZDE4ZmIyYWMKLS0gCjIuNDQuMAoK --------------myp1dq2I4iPD2I417ck1M5oM-- ------------=_1710469622-19784-1--