From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-Status: No, score=-4.0 required=3.0 tests=AWL,BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,NICE_REPLY_A, RCVD_IN_DNSWL_HI,SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by dcvr.yhbt.net (Postfix) with ESMTP id 2BD051F9FD for ; Thu, 4 Mar 2021 00:53:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1355272AbhCDAWD (ORCPT ); Wed, 3 Mar 2021 19:22:03 -0500 Received: from [93.83.142.38] ([93.83.142.38]:35370 "EHLO localhost" rhost-flags-FAIL-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1452178AbhCCHNg (ORCPT ); Wed, 3 Mar 2021 02:13:36 -0500 Received: from [IPv6:::1] (localhost [IPv6:::1]) by localhost (Postfix) with ESMTP id 26782368B9; Wed, 3 Mar 2021 08:13:13 +0100 (CET) Subject: Re: Round-tripping fast-export/import changes commit hashes To: anatoly techtonik Cc: Junio C Hamano , =?UTF-8?B?w4Z2YXIgQXJuZmrDtnLDsCBCamFybWFzb24=?= , Elijah Newren , Git Mailing List References: <87mtvolbuj.fsf@evledraar.gmail.com> From: Johannes Sixt Message-ID: <08f31194-dce6-9434-c362-94d9a2d97563@kdbg.org> Date: Wed, 3 Mar 2021 08:13:13 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Am 02.03.21 um 22:52 schrieb anatoly techtonik: > For my use case, where I just need to attach another branch in > time without altering original commits in any way, `reposurgeon` > can not be used. What do you mean by "attach another branch in time"? Because if you really do not want to alter original commits in any way, perhaps you only want `git fetch /the/other/repository master:the-other-one-s-master`? -- Hannes