From nobody Mon May 24 18:45:46 2021 X-Original-To: git@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id EFC849FF548 for ; Mon, 24 May 2021 18:45:50 +0000 (UTC) (envelope-from pi@freebsd.org) Received: from fc.opsec.eu (fc.opsec.eu [IPv6:2001:14f8:200:4::4]) (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 did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4FpmPV69GBz3tv3; Mon, 24 May 2021 18:45:50 +0000 (UTC) (envelope-from pi@freebsd.org) Received: from pi by fc.opsec.eu with local (Exim 4.94.2 (FreeBSD)) (envelope-from ) id 1llFaE-0001O2-IE; Mon, 24 May 2021 20:45:46 +0200 Date: Mon, 24 May 2021 20:45:46 +0200 From: Kurt Jaeger To: Ulrich =?iso-8859-1?Q?Sp=F6rlein?= Cc: git@freebsd.org Subject: Re: commit to gitrepo-dev ends up in gitrepo.FreeBSD.org ? Message-ID: References: <202105231312.14NDCcOm011888@gitrepo.freebsd.org> List-Id: Discussion of git use in the FreeBSD project List-Archive: https://lists.freebsd.org/archives/freebsd-git List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-git@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Rspamd-Queue-Id: 4FpmPV69GBz3tv3 X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-Spam: Yes Hi! > > > Looks like you set up the remotes badly maybe? Please paste in your > > > .git/config > > > > Here's .gitconfig. [...] > I don't know what this is, but this is clearly not the .git/config file > that's inside your repository that has the odd remote behavior. Ah, I was not aware of that config file. Here it is: ---------------------- [core] repositoryformatversion = 0 filemode = true bare = false logallrefupdates = true hooksPath = .hooks [remote "freebsd"] fetch = +refs/notes/*:refs/notes/* url = ssh://git@gitrepo-dev.freebsd.org/ports.git fetch = +refs/heads/*:refs/remotes/freebsd/* [branch "main"] remote = freebsd merge = refs/heads/main ---------------------- -- pi@FreeBSD.org +49 171 3101372 Now what ?