From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Ihor Radchenko Newsgroups: gmane.emacs.devel Subject: Re: branch main created (now ffb30cd7373) Date: Sun, 04 Dec 2022 05:33:27 +0000 Message-ID: <87h6ybka1k.fsf@localhost> References: <838rjnd6jf.fsf@gnu.org> <875yer8o3z.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="36647"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Eli Zaretskii , Jeremie Juste , emacs-devel@gnu.org To: Bastien Guerry Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Dec 04 11:34:14 2022 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1p1mK6-0009Lv-Ep for ged-emacs-devel@m.gmane-mx.org; Sun, 04 Dec 2022 11:34:14 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1p1mJY-0002tN-Ei; Sun, 04 Dec 2022 05:33:40 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p1mJV-0002rq-3e for emacs-devel@gnu.org; Sun, 04 Dec 2022 05:33:38 -0500 Original-Received: from mout01.posteo.de ([185.67.36.65]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p1mJQ-00023G-7I for emacs-devel@gnu.org; Sun, 04 Dec 2022 05:33:35 -0500 Original-Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id 75E2D240027 for ; Sun, 4 Dec 2022 11:33:29 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1670150010; bh=jkjAB/g0I+K35mn++IfiFH0LEKEldWkSo2tG9C82yhg=; h=From:To:Cc:Subject:Date:From; b=HQgJr88wGCwJ7uNSkk0MrezRUF37SQbAta6G5QsZKbJoQoc/WM7k/gy4eDOkCKO6D 2sw9NXqyFnDCj+uJkOjbcpOqWDac02QM+uMctCj3tBC+l9i/ctlLKJoloy+XEekvXq dMqDDF41eR/uAoJps8UD2cwf2UWbsTZfhQpRGtVRn8tL28mDPyyJvHFg4hB7YntyWT QUVJXmzddJctJ7nFmlG8EWYDIxoLOI9RtB5zTWQComH4YBzWPBgDP5nkfRXVY6eHLN uSGJ7uUWPlrHX3qPnIaFYSXOSkgZRH9TA3gBbFGd/EgJ3FHm+6jTj91IHcRToaax4j yeOtVsaNKvH1g== Original-Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4NQ31N6W9hz6tm9; Sun, 4 Dec 2022 11:33:28 +0100 (CET) In-Reply-To: <875yer8o3z.fsf@gnu.org> Received-SPF: pass client-ip=185.67.36.65; envelope-from=yantar92@posteo.net; helo=mout01.posteo.de X-Spam_score_int: -11 X-Spam_score: -1.2 X-Spam_bar: - X-Spam_report: (-1.2 / 5.0 requ) BAYES_00=-1.9, DATE_IN_PAST_03_06=1.592, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:300901 Archived-At: Bastien Guerry writes: > Eli Zaretskii writes: > >> It looks like someone has pushed a 'main' branch to the Emacs Git >> repository, and that branch looks like it belongs to the Org Git >> repository? > > I didn't push anything since Org 9.6, I'll see what happened here and > try to fix it later (>7pm CET), unless Kyle or Ihor fix it before. >From git log on Emacs main vs. Org main, it looks like Jeremie messed something when pushing his patch upstream. See https://orgmode.org/list/87lenob0ql.fsf@gmail.com Jeremie, it looks like your upstream git configuration is off. Your commit did not land onto Org git repo upstream and instead messed up the main Emacs repo. If you need any help with git setup, please let us know. Eli, I think you can simply remote this erroneously pushed branch. Jeremie can push his commit to Org repo after fixing the problem with local git setup. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at . Support Org development at , or support my work at