From nobody Mon May 24 15:35:33 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 CE9B49E99B3 for ; Mon, 24 May 2021 15:35:36 +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 4FphB05bgtz3Hkv; Mon, 24 May 2021 15:35:36 +0000 (UTC) (envelope-from pi@freebsd.org) Received: from pi by fc.opsec.eu with local (Exim 4.94.2 (FreeBSD)) (envelope-from ) id 1llCc9-0001Bl-Ko; Mon, 24 May 2021 17:35:33 +0200 Date: Mon, 24 May 2021 17:35:33 +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: 4FphB05bgtz3Hkv 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! > > This is *really* strange. > > > > I've tried to test-commit to the test repo using > > > > git push git@gitrepo-dev.FreeBSD.org:ports.git > > > > and it ended up in the production repo somehow ? > Looks like you set up the remotes badly maybe? Please paste in your > .git/config Here's .gitconfig. ------------- # This is Git's per-user configuration file. [includeIf "gitdir:~/git/"] path = ~/.git-github [includeIf "gitdir:~/g/"] path = ~/.git-fbsd [includeIf "gitdir:~/tg/"] path = ~/.git-fbsd [includeIf "gitdir:~/h/"] path = ~/.git-fbsd [includeIf "gitdir:/pou/ports/default/"] path = ~/.git-fbsd [init] defaultBranch = main [pager] diff = false show = false [color] ui = off ---------------- The directory-specifics are just different email values, e.g. .git-fbsd: ---------------- [user] name = Kurt Jaeger email = pi@FreeBSD.org ---------------- -- pi@FreeBSD.org +49 171 3101372 Now what ?