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, 25 Oct 2024 09:24:48 +0300 Message-ID: <867c9wd7in.fsf@gnu.org> References: <875xr6af7q.fsf@gmail.com> <86tteqwvdl.fsf@gnu.org> <86h692enlw.fsf@gnu.org> <865xpidmdx.fsf@gnu.org> <87cyjp9riy.fsf@igel.home> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="12603"; mail-complaints-to="usenet@ciao.gmane.io" Cc: tomas@tuxteam.de, emacs-devel@gnu.org To: Andreas Schwab Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Oct 25 08:25:38 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 1t4DlS-00039S-D3 for ged-emacs-devel@m.gmane-mx.org; Fri, 25 Oct 2024 08:25:38 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1t4Dkk-0007VM-3X; Fri, 25 Oct 2024 02:24:54 -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 1t4Dki-0007Us-KI for emacs-devel@gnu.org; Fri, 25 Oct 2024 02:24:52 -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 1t4Dkh-0006E0-0P; Fri, 25 Oct 2024 02:24:51 -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=rS0J4OXltQvTT424dIjRvml/FsYk8hHV07mTGHpcz98=; b=r1G5uCAVBNds 7ysM8w93BHyE6IzVApAdRKmJTfZT9+SyT4TQyLDNylmRD+utwhMnEbxTIuzeiZgVcAQRpOx0Or5ji R8CpNJICiqbskuKXKM0czsPACCnJrzQ6zIz8jkTMs/k8yf9F9WIpG1SpahrzB62PAPvb42LCvr8jn xuzhJJ4767GoNYxk+i69q1mtZPDmoTclbXSPiy0tb3I8Wrsb2KRcVlcZf6OJftqvt/kr0VY4HZ0q+ hqSmCvwJ9PK6AMoW8kS3oVDRH1DK9gmICPhlRcDWaJa+zplu6sdprWAfsGHy2PhI2C1zlOffT5Hy5 umdg6hBaVjaVhLYtwq8Y/w==; In-Reply-To: <87cyjp9riy.fsf@igel.home> (message from Andreas Schwab on Thu, 24 Oct 2024 22:26:13 +0200) 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:324833 Archived-At: > 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