From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on sa.local.altlinux.org X-Spam-Level: X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.1 X-Yandex-Fwd: 1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1763402604; bh=Zp+NmQxHtHqSY39hGg1ym+uZnEj1U2jx6dsTAuggUGo=; h=In-Reply-To:From:Date:References:To:Subject:Message-ID; b=hN1BPKPUu9S67PNT+XThkLyTDVhDZKREg1fzst+jUGHMsjLbAFNc2Nw46Ca1Qi9TG julGb+mGj16BVKcYWBhI99iunQBvIWDZNHVmJe41qHkCc5zGuUDnNodIZSxunms3y+ V/gwgttfd/fGbEQ4UsoR35Xy3eA0ftnAFEJ5zjCc= Authentication-Results: mail-nwsmtp-smtp-production-main-52.klg.yp-c.yandex.net; dkim=pass header.i=@yandex.ru Message-ID: <088dd941-e7a5-4d63-9878-4e1b5e81cef2@yandex.ru> Date: Mon, 17 Nov 2025 21:02:56 +0300 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird To: devel-newbies@lists.altlinux.org References: <1e0a26fc-b507-4833-bfc3-d0a211bf0885@yandex.ru> <20251112195858.32eebe09@legato> Content-Language: en-US From: Alexander Lubyagin In-Reply-To: <20251112195858.32eebe09@legato> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [newbies] git pull into subdirectory X-BeenThere: devel-newbies@lists.altlinux.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: "devel@ where you _can_ ask" List-Id: "devel@ where you _can_ ask" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2025 18:03:28 -0000 Archived-At: List-Archive: 12.11.2025 19:58, Paul Wolneykien пишет: > В последнее время использую команду git subtree. > > Ранее же делал через -Xsubtree, то есть: > > git pull/merge --allow-unrelated-histories -Xsubtree=subdir/ ... > > [ ... ] > Приём с -Xsubtree сработал, правда, без upstream-тэгов: https://git.altlinux.org/people/dfpl/packages/?p=mdless.git&a=tree Утилита собралась. --