From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?utf-8?Q?=C3=93scar_Fuentes?= Newsgroups: gmane.emacs.help Subject: Re: Height of Unicode chars is not right Date: Wed, 23 Sep 2015 21:05:30 +0200 Message-ID: <87fv253qit.fsf@wanadoo.es> References: <1d60e77d-ab45-46e5-b0c7-39c653a9fda8@googlegroups.com> <10bb2a84-1b3e-492c-9cb4-423a0a29dbd3@googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1443035164 8505 80.91.229.3 (23 Sep 2015 19:06:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 23 Sep 2015 19:06:04 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Sep 23 21:05:59 2015 Return-path: Envelope-to: geh-help-gnu-emacs@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 1ZepMb-0003Sv-I7 for geh-help-gnu-emacs@m.gmane.org; Wed, 23 Sep 2015 21:05:57 +0200 Original-Received: from localhost ([::1]:50114 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZepMb-0000FY-1L for geh-help-gnu-emacs@m.gmane.org; Wed, 23 Sep 2015 15:05:57 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:47982) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZepMO-0000FI-1a for help-gnu-emacs@gnu.org; Wed, 23 Sep 2015 15:05:45 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZepMI-0007Fa-Tw for help-gnu-emacs@gnu.org; Wed, 23 Sep 2015 15:05:43 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:51238) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZepMI-0007FP-LB for help-gnu-emacs@gnu.org; Wed, 23 Sep 2015 15:05:38 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1ZepMG-00032j-Gw for help-gnu-emacs@gnu.org; Wed, 23 Sep 2015 21:05:36 +0200 Original-Received: from 148.red-83-45-65.dynamicip.rima-tde.net ([83.45.65.148]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 23 Sep 2015 21:05:36 +0200 Original-Received: from ofv by 148.red-83-45-65.dynamicip.rima-tde.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 23 Sep 2015 21:05:36 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 25 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 148.red-83-45-65.dynamicip.rima-tde.net User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) Cancel-Lock: sha1:sp+p8JKwVhywYRqjU2zbrnKMpK4= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:107308 Archived-At: Rusi writes: > Yes that is so > I tried again with --depth 1 (shallow clone) > Shallow emacs 262M > Full clone 441M > > In particular > shallow emacs' .git 38M > Full emacs .git 228M > > Most important it was some 2 hours yesterday with full and less than ½ with shallow > > So people setting out to build their own should probably be recommended to > use --depth 1 ?? No, unless they have no intention of helping Emacs hackers to troubleshoot regressions. When you wish to check some past revisions to find the point where a bug was introduced, having the full history locally is an advantage. Moreover, let's suppose that you build your Emacs and it turns to be unusable or faulty for your workflow due to some ongoing changes. With the full history, going back to find a stable development point is much easier.