X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:reply-to:message-id:to:subject :mime-version:content-type:content-transfer-encoding; q=dns; s= default; b=f8TP8UiHjOz0ooZh4rnyR3UsdvXKqNggAc3HBJzIX3Vf/hfGAa4aO 0vLwc1fa7n64oFBrPXQlPX46z8eVIrs69PLN3n3gf4nj2mQJHa2Hzst2Jzx6peFe rFfxtl3NO1TdUe0c2/n2PY+91e8EUSyXxBJ6cAIzMcOacMd9VoKduQ= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:reply-to:message-id:to:subject :mime-version:content-type:content-transfer-encoding; s=default; bh=fAKR5xJkA8wIvn2KqHDGGFYZymE=; b=MHbhUiC3rFr4VNqzrJGbciWnuZoF 0A4bdoe1QPkoKxM/6zbTlmwpDXEnF50Rq6SRDNcn1PW8/Jl7DZN8yUS3o3t368Jj WIqopkbrhrGqJHDffwHdfp67/t794Fh4zwYX1Ru0ye9cG4uzf/EighwEsm9o4fId hT5lERh+sdyQuCA= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-0.7 required=5.0 tests=BAYES_00,FREEMAIL_FROM,KAM_THEBAT,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=no version=3.3.1 spammy=H*UA:Bat!, HX-Languages-Length:715, H*x:Bat!, Documents X-HELO: forward100o.mail.yandex.net DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1561568701; bh=9vgIl992hXQ15ZZG6cvecS91peJ1IDz8YCJQXbaQYAk=; h=Subject:To:Reply-To:From:Message-ID:Date; b=GAEmA1zRmcq2pP2kjul4OsmTUVyqJ/k4NanA327jSCgOs0o/eFuT8nTBjJCYXPUYx E8Dqmgu4JNQJlCUAnnUVrOjbQjqu5KJ7WIOTMIgdeUdEED+f8KCph7R5DP2KHg7h7k IijLAtL9ggIV/gQ+eUYT7HQ1eWQmj2I7X1G51+Po= Authentication-Results: mxback18g.mail.yandex.net; dkim=pass header.i=@yandex.ru Date: Wed, 26 Jun 2019 19:59:40 +0300 From: Andrey Repin Reply-To: cygwin AT cygwin DOT com Message-ID: <517680510.20190626195940@yandex.ru> To: All Subject: Git unable to construct submodule's relative path MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Greetings, All! Checking out the https://gitlab.com/norganna-wow/all I've noticed a problem in updating submodules after first init. Inspecting the Git config area, I stumbled upon paths like worktree = ../../../../../../../../../anrdaemon/Documents/Games/WoW/NorgannaAddons/auctioneer/Auc-Advanced which is obviously wrong. To begin with, there's not enough parent directories to fill the path, and even if I correct the path to worktree = ../../../../auctioneer/Auc-Advanced the next run of "git submodule update --recursive --remote" trashes it again. -- With best regards, Andrey Repin Wednesday, June 26, 2019 19:21:13 Sorry for my terrible english... -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple