From debbugs-submit-bounces@debbugs.gnu.org Mon Jun 01 12:10:10 2015 Received: (at submit) by debbugs.gnu.org; 1 Jun 2015 16:10:11 +0000 Received: from localhost ([127.0.0.1]:36328 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YzSHx-0003Kf-S2 for submit@debbugs.gnu.org; Mon, 01 Jun 2015 12:10:10 -0400 Received: from fencepost.gnu.org ([208.118.235.10]:43388 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YzSHu-0003KV-EZ for submit@debbugs.gnu.org; Mon, 01 Jun 2015 12:10:06 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1YzSHr-0004P3-Px; Mon, 01 Jun 2015 12:10:03 -0400 From: Glenn Morris To: submit@debbugs.gnu.org Subject: gitignore patterns for ps, html etc are too broad X-Spook: Kh-11 ANZUS Honduras KGB kilo class Uzbekistan president X-Ran: m6$GHOvGF|Vs6>1FCfC(3'Gc9wONFxwU{bJ*Ag^U-g:A$8Y8*tc20lEfp.ckhcpxuOm_Zk X-Hue: cyan X-Debbugs-No-Ack: yes X-Attribution: GM Date: Mon, 01 Jun 2015 12:10:03 -0400 Message-ID: User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) Package: emacs Severity: minor git ls-files -i --exclude-standard admin/unidata/copyright.html etc/ps-prin0.ps etc/ps-prin1.ps leim/MISC-DIC/CTLau-b5.html leim/MISC-DIC/CTLau.html nextstep/Cocoa/Emacs.base/Contents/Resources/Credits.html test/indent/ps-mode.ps test/indent/sgml-mode-attribute.html Due to the presence of *.html *.ps in .gitignore. With bzr, those forms were the correct: doc/**/*.ps doc/**/*.html A comment at the start of .gitignore says it avoids '**' for the sake of old git versions. Explicitly listing all current and future versioned html and ps files for the sake of old git versions seems like a PITA. From debbugs-submit-bounces@debbugs.gnu.org Mon Jun 01 12:24:40 2015 Received: (at 20710) by debbugs.gnu.org; 1 Jun 2015 16:24:40 +0000 Received: from localhost ([127.0.0.1]:36340 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YzSW0-0003gX-A0 for submit@debbugs.gnu.org; Mon, 01 Jun 2015 12:24:40 -0400 Received: from mtaout24.012.net.il ([80.179.55.180]:40454) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YzSVx-0003gH-UX for 20710@debbugs.gnu.org; Mon, 01 Jun 2015 12:24:38 -0400 Received: from conversion-daemon.mtaout24.012.net.il by mtaout24.012.net.il (HyperSendmail v2007.08) id <0NP900A00WYUZO00@mtaout24.012.net.il> for 20710@debbugs.gnu.org; Mon, 01 Jun 2015 19:16:07 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout24.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NP900AEKX6VW010@mtaout24.012.net.il>; Mon, 01 Jun 2015 19:16:07 +0300 (IDT) Date: Mon, 01 Jun 2015 19:24:18 +0300 From: Eli Zaretskii Subject: Re: bug#20710: gitignore patterns for ps, html etc are too broad In-reply-to: X-012-Sender: halo1@inter.net.il To: Glenn Morris Message-id: <83y4k3s8gd.fsf@gnu.org> References: X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 20710 Cc: 20710@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: Eli Zaretskii List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.0 (+) > From: Glenn Morris > Date: Mon, 01 Jun 2015 12:10:03 -0400 > > git ls-files -i --exclude-standard > admin/unidata/copyright.html > etc/ps-prin0.ps > etc/ps-prin1.ps > leim/MISC-DIC/CTLau-b5.html > leim/MISC-DIC/CTLau.html > nextstep/Cocoa/Emacs.base/Contents/Resources/Credits.html > test/indent/ps-mode.ps > test/indent/sgml-mode-attribute.html > > Due to the presence of > > *.html > *.ps > > in .gitignore. > > With bzr, those forms were the correct: > > doc/**/*.ps > doc/**/*.html > > A comment at the start of .gitignore says it avoids '**' for the sake of > old git versions. > > Explicitly listing all current and future versioned html and ps files > for the sake of old git versions seems like a PITA. There aren't too many subdirectories in doc/, so perhaps something like doc/emacs/*.html doc/lispintro/*.html doc/lispref/*.html doc/man/*.html doc/mis/*.html and similarly with *.ps will do? OTOH, is "**" supported by Git 1.7.1? From debbugs-submit-bounces@debbugs.gnu.org Mon Jun 01 18:55:31 2015 Received: (at 20710) by debbugs.gnu.org; 1 Jun 2015 22:55:31 +0000 Received: from localhost ([127.0.0.1]:36469 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YzYcE-0004L0-Q7 for submit@debbugs.gnu.org; Mon, 01 Jun 2015 18:55:31 -0400 Received: from mail-out.m-online.net ([212.18.0.10]:38798) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YzYcC-0004Kq-36 for 20710@debbugs.gnu.org; Mon, 01 Jun 2015 18:55:29 -0400 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 3m0sKV68lVz3hrRF; Tue, 2 Jun 2015 00:55:26 +0200 (CEST) Received: from localhost (dynscan1.mnet-online.de [192.168.6.68]) by mail.m-online.net (Postfix) with ESMTP id 3m0sKV4l2Bzvh1k; Tue, 2 Jun 2015 00:55:26 +0200 (CEST) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.68]) (amavisd-new, port 10024) with ESMTP id yCfJZfyRxkve; Tue, 2 Jun 2015 00:55:25 +0200 (CEST) X-Auth-Info: UiNWtvdyru77CmOOxpx4sGQhPWv/wbjRk3qp6vBQWBxzmbFmz4UWyxdrbWp1+TEx Received: from linux.local (p4FE4C131.dip0.t-ipconnect.de [79.228.193.49]) by mail.mnet-online.de (Postfix) with ESMTPA; Tue, 2 Jun 2015 00:55:25 +0200 (CEST) Received: by linux.local (Postfix, from userid 501) id 18EBF1E58D4; Tue, 2 Jun 2015 00:55:24 +0200 (CEST) From: Andreas Schwab To: Eli Zaretskii Subject: Re: bug#20710: gitignore patterns for ps, html etc are too broad References: <83y4k3s8gd.fsf@gnu.org> X-Yow: .. this must be what it's like to be a COLLEGE GRADUATE!! Date: Tue, 02 Jun 2015 00:55:24 +0200 In-Reply-To: <83y4k3s8gd.fsf@gnu.org> (Eli Zaretskii's message of "Mon, 01 Jun 2015 19:24:18 +0300") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 20710 Cc: Glenn Morris , 20710@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) Eli Zaretskii writes: > There aren't too many subdirectories in doc/, so perhaps something > like > > doc/emacs/*.html > doc/lispintro/*.html > doc/lispref/*.html > doc/man/*.html > doc/mis/*.html doc/*/*.html should work too. Andreas. -- Andreas Schwab, schwab@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different." From debbugs-submit-bounces@debbugs.gnu.org Mon Jun 01 18:57:36 2015 Received: (at 20710) by debbugs.gnu.org; 1 Jun 2015 22:57:36 +0000 Received: from localhost ([127.0.0.1]:36473 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YzYeG-0004O4-9x for submit@debbugs.gnu.org; Mon, 01 Jun 2015 18:57:36 -0400 Received: from mail-out.m-online.net ([212.18.0.9]:57727) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YzYeE-0004Nw-AX for 20710@debbugs.gnu.org; Mon, 01 Jun 2015 18:57:34 -0400 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 3m0sMx2VDvz3hjXb; Tue, 2 Jun 2015 00:57:33 +0200 (CEST) Received: from localhost (dynscan1.mnet-online.de [192.168.6.68]) by mail.m-online.net (Postfix) with ESMTP id 3m0sMx1tWJzvdWw; Tue, 2 Jun 2015 00:57:33 +0200 (CEST) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.68]) (amavisd-new, port 10024) with ESMTP id wbFCcv4jy0io; Tue, 2 Jun 2015 00:57:32 +0200 (CEST) X-Auth-Info: 5xSUpYTzpPIPIVRJ7im6SQU0qzHb96F4wK4nXqxGhx2+ialx363T7ug03mtrdtki Received: from linux.local (p4FE4C131.dip0.t-ipconnect.de [79.228.193.49]) by mail.mnet-online.de (Postfix) with ESMTPA; Tue, 2 Jun 2015 00:57:32 +0200 (CEST) Received: by linux.local (Postfix, from userid 501) id E42541E58B0; Tue, 2 Jun 2015 00:57:31 +0200 (CEST) From: Andreas Schwab To: Glenn Morris Subject: Re: bug#20710: gitignore patterns for ps, html etc are too broad References: X-Yow: I'm ZIPPY the PINHEAD and I'm totally committed to the festive mode. Date: Tue, 02 Jun 2015 00:57:31 +0200 In-Reply-To: (Glenn Morris's message of "Mon, 01 Jun 2015 12:10:03 -0400") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 20710 Cc: 20710@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) Glenn Morris writes: > Due to the presence of > > *.html > *.ps > > in .gitignore. The pattern could be moved to doc/.gitignore. Andreas. -- Andreas Schwab, schwab@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different." From debbugs-submit-bounces@debbugs.gnu.org Tue Jun 02 11:29:26 2015 Received: (at 20710-done) by debbugs.gnu.org; 2 Jun 2015 15:29:26 +0000 Received: from localhost ([127.0.0.1]:37735 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Yzo85-0002QX-Pj for submit@debbugs.gnu.org; Tue, 02 Jun 2015 11:29:26 -0400 Received: from mtaout21.012.net.il ([80.179.55.169]:52790) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Yzo83-0002Q0-JH for 20710-done@debbugs.gnu.org; Tue, 02 Jun 2015 11:29:24 -0400 Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0NPB00K00PJWLL00@a-mtaout21.012.net.il> for 20710-done@debbugs.gnu.org; Tue, 02 Jun 2015 18:29:17 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NPB00K13POSL720@a-mtaout21.012.net.il>; Tue, 02 Jun 2015 18:29:17 +0300 (IDT) Date: Tue, 02 Jun 2015 18:29:06 +0300 From: Eli Zaretskii Subject: Re: bug#20710: gitignore patterns for ps, html etc are too broad In-reply-to: X-012-Sender: halo1@inter.net.il To: Andreas Schwab Message-id: <83d21eruwt.fsf@gnu.org> References: <83y4k3s8gd.fsf@gnu.org> X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 20710-done Cc: rgm@gnu.org, 20710-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: Eli Zaretskii List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.0 (+) > From: Andreas Schwab > Cc: Glenn Morris , 20710@debbugs.gnu.org > Date: Tue, 02 Jun 2015 00:55:24 +0200 > > Eli Zaretskii writes: > > > There aren't too many subdirectories in doc/, so perhaps something > > like > > > > doc/emacs/*.html > > doc/lispintro/*.html > > doc/lispref/*.html > > doc/man/*.html > > doc/mis/*.html > > doc/*/*.html should work too. Thanks, I pushed that. From unknown Fri Aug 15 21:24:29 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 01 Jul 2015 11:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator