From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Should we restore manually maintained ChangeLogs Date: Thu, 10 Mar 2016 11:44:21 +0200 Message-ID: <83d1r2mzuy.fsf@gnu.org> References: <83lh5utbxb.fsf@gnu.org> <56DDD02A.20809@cs.ucla.edu> <83fuw2t2ue.fsf@gnu.org> <56DE0F6A.6010207@cs.ucla.edu> <83pov5rmt6.fsf@gnu.org> <56DFD78F.40205@cs.ucla.edu> <56E06093.7050509@cs.ucla.edu> <83twkfo7ij.fsf@gnu.org> <20160309181005.GF3948@acm.fritz.box> <87vb4vuu59.fsf@thinkpad.rath.org> <87pov3nrnm.fsf@linux-m68k.org> <83mvq6n7xs.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1457603066 3674 80.91.229.3 (10 Mar 2016 09:44:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 10 Mar 2016 09:44:26 +0000 (UTC) Cc: emacs-devel@gnu.org To: Andreas Schwab Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Mar 10 10:44:21 2016 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1adx8l-0001Ax-De for ged-emacs-devel@m.gmane.org; Thu, 10 Mar 2016 10:44:19 +0100 Original-Received: from localhost ([::1]:47240 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1adx8k-0000kf-Uf for ged-emacs-devel@m.gmane.org; Thu, 10 Mar 2016 04:44:18 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56095) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1adx8h-0000kD-0u for emacs-devel@gnu.org; Thu, 10 Mar 2016 04:44:15 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1adx8b-00041J-9A for emacs-devel@gnu.org; Thu, 10 Mar 2016 04:44:14 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:38650) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1adx8b-00041C-6M; Thu, 10 Mar 2016 04:44:09 -0500 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:1060 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1adx8a-0007No-EU; Thu, 10 Mar 2016 04:44:08 -0500 In-reply-to: (message from Andreas Schwab on Thu, 10 Mar 2016 10:05:06 +0100) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:201361 Archived-At: > From: Andreas Schwab > Cc: emacs-devel@gnu.org > Date: Thu, 10 Mar 2016 10:05:06 +0100 > > git replace should be transparent most of the time (except for some > plumbing like git cat-file, and you can ignore replacements with > --no-replace-objects). But note that they are stored in a different > namespace that is not pulled by default. Does "pull --all" solve that? More generally, can we put something in .git/config that would cause that namespace to be pulled by default?