From owner-freebsd-questions@freebsd.org Wed Apr 28 13:44:03 2021 Return-Path: Delivered-To: freebsd-questions@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E0FAF5F4857 for ; Wed, 28 Apr 2021 13:44:03 +0000 (UTC) (envelope-from andrea.venturoli@netfence.it) Received: from soth.netfence.it (mailserver.netfence.it [78.134.96.152]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "mailserver.netfence.it", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FVfxH0fLXz4hb4 for ; Wed, 28 Apr 2021 13:44:02 +0000 (UTC) (envelope-from andrea.venturoli@netfence.it) Received: from alamar.ventu (alamar.local.netfence.it [10.1.2.18]) (authenticated bits=0) by soth.netfence.it (8.16.1/8.16.1) with ESMTPSA id 13SDhxsG082156 (version=TLSv1.3 cipher=TLS_AES_128_GCM_SHA256 bits=128 verify=NO); Wed, 28 Apr 2021 15:43:59 +0200 (CEST) (envelope-from andrea.venturoli@netfence.it) X-Authentication-Warning: soth.netfence.it: Host alamar.local.netfence.it [10.1.2.18] claimed to be alamar.ventu Subject: Re: Maintaining my own branch with git To: "Steve O'Hara-Smith" , Andrea Venturoli Cc: freebsd-questions@freebsd.org References: <20210428131629.b644748817de331dbe2edef6@sohara.org> From: Andrea Venturoli Message-ID: <562e5eea-7fe0-1309-c344-6644c2244ae3@netfence.it> Date: Wed, 28 Apr 2021 15:43:59 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:78.0) Gecko/20100101 Thunderbird/78.10.0 MIME-Version: 1.0 In-Reply-To: <20210428131629.b644748817de331dbe2edef6@sohara.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4FVfxH0fLXz4hb4 X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=pass (policy=none) header.from=netfence.it; spf=pass (mx1.freebsd.org: domain of andrea.venturoli@netfence.it designates 78.134.96.152 as permitted sender) smtp.mailfrom=andrea.venturoli@netfence.it X-Spamd-Result: default: False [-3.80 / 15.00]; RCVD_TLS_ALL(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:78.134.96.152]; MIME_GOOD(-0.10)[text/plain]; HAS_XAW(0.00)[]; ARC_NA(0.00)[]; SPAMHAUS_ZRD(0.00)[78.134.96.152:from:127.0.2.255]; TO_MATCH_ENVRCPT_SOME(0.00)[]; RBL_DBL_DONT_QUERY_IPS(0.00)[78.134.96.152:from]; NEURAL_HAM_LONG(-1.00)[-1.000]; DMARC_POLICY_ALLOW(-0.50)[netfence.it,none]; NEURAL_HAM_SHORT(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:35612, ipnet:78.134.0.0/17, country:IT]; RCVD_COUNT_TWO(0.00)[2]; MAILMAN_DEST(0.00)[freebsd-questions] X-Mailman-Approved-At: Thu, 29 Apr 2021 10:04:46 +0000 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Apr 2021 13:44:03 -0000 On 4/28/21 2:16 PM, Steve O'Hara-Smith wrote: >> I cloned FreeBSD's git repository and pushed into my server; then I >> created my own branches. > > OK let's stop there. I would not do that. Ok, I probably worded that wrong: I don't have all of "freebsd" branches on my git server. > 5: Update main with git pull (while freebsd/main is checked out) > NB: This will *always* be fast forward since you *never* commit to it I think here's the problem: in my situation I somehow fail to update freebsd's branches. I'll try to start over and check better. bye & Thanks av.