delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2023/11/06/12:31:21

X-Recipient: archive-cygwin AT delorie DOT com
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org EF85B385C017
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com;
s=default; t=1699291877;
bh=obNVOQ/8HPBRI4bC1EQkbCbaU7T0aUqcDQ1eWQbllL4=;
h=Date:To:Subject:In-Reply-To:References:List-Id:List-Unsubscribe:
List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc:
From;
b=l54woVRkxJqov+GTUOi+JeREEV3SO8E/Dq14gTwIMZxUqQF7Sofv7fxiWU3UzzgNS
Xx5LNEgXkKsHH8fw+qelk4yBUmhii4gPWsE5TwKRtDdb8hQxOyPrGFkhLSh89hlEGz
wsVMyStj8uwLbuMv4cVg66R5rK6AJE5zseuGIZCg=
X-Original-To: cygwin AT cygwin DOT com
Delivered-To: cygwin AT cygwin DOT com
DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 1B9773858415
ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 1B9773858415
ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1699291840; cv=none;
b=AjQiqcpEkhrw8TutKWZPZ+lHqqVng6ZWDh+w9OJaZ4UCki7FC1INUYfnKqj5BCeQ3oDXv3YthH87ARGaZ9ehMePLRIEDrRiEkB6vNzIKAESAyuRTAzwnZIONwjmY7CZQeBKyyyinzQ1n5iCVUoM+44VXbz7XO6vfWMDc4auJAcA=
ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key;
t=1699291840; c=relaxed/simple;
bh=4v+uD6jZQkyEaFQpaUdTX69gp6gRUQxptXSUpnvBJ64=;
h=DKIM-Signature:Date:From:Message-ID:To:Subject:MIME-Version;
b=e8rLkGz/ly9lQDRThGYAh7HiuHLEPFZRE64azQQe8jGWVXXCod0NLJs+ei9K5D2kVMID9SPTvIBFPp1WOlq2bKBLZdhxCSJbxGE7EEkLaf2XcuBb+3IPtbzgxwFD1cxl/4YUerJE5B9vkWIX/jpJH4uSTEmqHJKvj+hBYlFGIvE=
ARC-Authentication-Results: i=1; server2.sourceware.org
X-Yandex-Fwd: 1
Date: Sun, 21 May 2023 19:07:19 +0300
X-Mailer: The Bat! (v9.3.4) Professional
Message-ID: <1397124321.20230521190719@yandex.ru>
To: "Fuchs, Thorsten" <Thorsten DOT Fuchs AT brose DOT com>, cygwin AT cygwin DOT com
Subject: Re: git 2.39.0 change from relative to absolute submodule paths
In-Reply-To: <DB8PR08MB4011551CD0987865BF92D0F7947E9@DB8PR08MB4011.eurprd08.prod.outlook.com>
References: <DB8PR08MB4011551CD0987865BF92D0F7947E9 AT DB8PR08MB4011 DOT eurprd08 DOT prod DOT outlook DOT com>
MIME-Version: 1.0
X-Spam-Status: No, score=-0.0 required=5.0 tests=BAYES_00, DATE_IN_PAST_96_XX,
DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM,
KAM_THEBAT, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H5,
RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_PASS, TXREP,
T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.6
X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on
server2.sourceware.org
X-BeenThere: cygwin AT cygwin DOT com
X-Mailman-Version: 2.1.30
List-Id: General Cygwin discussions and problem reports <cygwin.cygwin.com>
List-Unsubscribe: <https://cygwin.com/mailman/options/cygwin>,
<mailto:cygwin-request AT cygwin DOT com?subject=unsubscribe>
List-Archive: <https://cygwin.com/pipermail/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-request AT cygwin DOT com?subject=help>
List-Subscribe: <https://cygwin.com/mailman/listinfo/cygwin>,
<mailto:cygwin-request AT cygwin DOT com?subject=subscribe>
From: Andrey Repin via Cygwin <cygwin AT cygwin DOT com>
Reply-To: cygwin AT cygwin DOT com
Cc: Andrey Repin <anrdaemon AT yandex DOT ru>
Errors-To: cygwin-bounces+archive-cygwin=delorie DOT com AT cygwin DOT com
Sender: "Cygwin" <cygwin-bounces+archive-cygwin=delorie DOT com AT cygwin DOT com>

Greetings, Fuchs, Thorsten!

> After submodule update with git 2.39.0 some of our sub modules got their
> worktree settings in the .git/modules/<submodul>/config fil set as absolute
> paths. See the attached config files as example. It seems that if the path
> is changed from relative. Not all submodules are effected. It happens also
> sporadically and not and very frequently.
> It is possible to carry on working Cygwin git. However, we are using
> Tortoise git with libgit2 and git for windows in parallel. Due to the
> absolute Cygwin paths this is not working anymore.
> We have not yet seen such a behavior in git for windows. Also we can't
> reproduce it at this point in time. We consider it a bug but nor sure about it.

I've faced something like this in Git projects served from network path.
Unfortunately, I've lost access to my system via Samba and I unable to run any
tests until it is restored.


-- 
With best regards,
Andrey Repin
Sunday, May 21, 2023 19:05:26

Sorry for my terrible english...


-- 
Problem reports:      https://cygwin.com/problems.html
FAQ:                  https://cygwin.com/faq/
Documentation:        https://cygwin.com/docs.html
Unsubscribe info:     https://cygwin.com/ml/#unsubscribe-simple

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019