From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Feedback on scratch/igc Branch Date: Fri, 01 Nov 2024 22:02:09 +0200 Message-ID: <86v7x6zpry.fsf@gnu.org> References: <875xr6af7q.fsf@gmail.com> <86tteqwvdl.fsf@gnu.org> <86h692enlw.fsf@gnu.org> <865xpidmdx.fsf@gnu.org> <87cyjp9riy.fsf@igel.home> <867c9wd7in.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="9674"; mail-complaints-to="usenet@ciao.gmane.io" Cc: schwab@linux-m68k.org, tomas@tuxteam.de, emacs-devel@gnu.org To: Jean Louis Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Nov 01 21:03:28 2024 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 1t6xrh-0002L3-9w for ged-emacs-devel@m.gmane-mx.org; Fri, 01 Nov 2024 21:03:25 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1t6xqt-0006Yv-4o; Fri, 01 Nov 2024 16:02:35 -0400 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 1t6xqo-0006Yd-W7 for emacs-devel@gnu.org; Fri, 01 Nov 2024 16:02:31 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1t6xqn-00076B-69; Fri, 01 Nov 2024 16:02:29 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=TdkxHb1ZYzPw7bTCgsCvlE4UAh/fL5Qnc01iOg8Q1sQ=; b=V74WMBxTevco n9OfFbjgJRpW5D/BQNhQl3HSgDICEZ05g7HVw/8ANNGoEzUFcROjKaFjqtcALqIzv89c992a/REzO MN8yq5yMOfsATUDMgquchmhwQ+92+HplaTH02BEEY2yEHlJdsuEkb+HkevQxxAbs6K+6jEXBd6gGL Yzorq5f1FRuPLTFNDDZ5V34TtjDMQRxU5xwq4Qha7ofAK6gwlzjKhoJBEAdRrpY0Glc6O9XnQt2cv RwUiI7j1lIwwywW6PbEWMKrwMISQj1L7BnUKzJjU51A7Dec7bAeoza5q0yQyHW1cWvP+SXJmeLLU/ y8UXOVg044kGaU0w56zb7w==; In-Reply-To: (message from Jean Louis on Fri, 1 Nov 2024 22:31:06 +0300) 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:324997 Archived-At: > Date: Fri, 1 Nov 2024 22:31:06 +0300 > From: Jean Louis > Cc: Andreas Schwab , tomas@tuxteam.de, > emacs-devel@gnu.org > > * Eli Zaretskii [2024-10-25 09:26]: > > > From: Andreas Schwab > > > Cc: emacs-devel@gnu.org > > > Date: Thu, 24 Oct 2024 22:26:13 +0200 > > > > > > On Okt 24 2024, Jean Louis wrote: > > > > > > > That is where I expected "igc" to be alphabetically sorted, is not there. > > > > > > What's your fetch spec? > > > > > > $ git config get --all remote.origin.fetch > > > > I think you meant > > > > $ git config --get-all remote.origin.fetch > > +refs/heads/feature/integration-of-dictionary-el Your clone includes only a single branch, so it's a small wonder you don't see others. I suggest to remove it and clone again, this time using the command shown on the project's Savannah page.