From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dani Moncayo Newsgroups: gmane.emacs.devel Subject: Re: git commit/push and VC Date: Fri, 21 Nov 2014 10:40:51 +0100 Message-ID: References: <871toysqyq.fsf@rosalinde.fritz.box> <838uj57u5b.fsf@gnu.org> <87ppchd9dk.fsf@Gertrud.fritz.box> <83fvdd612c.fsf@gnu.org> <546EF69B.20303@gmx.at> <83mw7k53e5.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1416562879 28748 80.91.229.3 (21 Nov 2014 09:41:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 21 Nov 2014 09:41:19 +0000 (UTC) Cc: Emacs development discussions To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Nov 21 10:41:12 2014 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 1XrkiC-0001vG-RZ for ged-emacs-devel@m.gmane.org; Fri, 21 Nov 2014 10:41:09 +0100 Original-Received: from localhost ([::1]:39586 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XrkiC-0002wi-F0 for ged-emacs-devel@m.gmane.org; Fri, 21 Nov 2014 04:41:08 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:48720) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xrkhy-0002wQ-8r for emacs-devel@gnu.org; Fri, 21 Nov 2014 04:40:54 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xrkhx-0000WA-Gz for emacs-devel@gnu.org; Fri, 21 Nov 2014 04:40:54 -0500 Original-Received: from mail-ob0-x22c.google.com ([2607:f8b0:4003:c01::22c]:48558) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xrkhv-0000Rk-Rv; Fri, 21 Nov 2014 04:40:51 -0500 Original-Received: by mail-ob0-f172.google.com with SMTP id wn1so3713649obc.17 for ; Fri, 21 Nov 2014 01:40:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=orC5VGXFTuv33/j2izKX0DF4kicZiyY3x1CubXaZfiQ=; b=zDC9dzo4jJS99edwMXdpj/fVi2jvlTyLCLOjWy4/QiEwFDvMdzR0K3B5APmK1Y/lpI nv0w/m59sTMIYsHWiH7xoKoZb9tMwNu6DBHxmHhzDC8RRMz6pRP8EuqeWQEHW2NDKNQ0 7C9m6jrDpM8B5+SmISGrgx6TXaxVxoZjp66LtedXXOHhdfslMjM1Ja19yYBQ+nhcw11a I4SoQ/qzr1BRgiojAncBUc9uNrA+SI1dOfeL+SNkh4rnFVSKWJVC/wTc2fF/yvdGaYez uf5xNWKhjt4/+GU+K2KsOjdgQ8eGItcf/aHZxigu3rb8itzpSUv1rjSax5mPm9GfMIfA sDfg== X-Received: by 10.182.65.135 with SMTP id x7mr2310597obs.44.1416562851253; Fri, 21 Nov 2014 01:40:51 -0800 (PST) Original-Received: by 10.60.47.84 with HTTP; Fri, 21 Nov 2014 01:40:51 -0800 (PST) In-Reply-To: <83mw7k53e5.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4003:c01::22c 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:177927 Archived-At: >> Having touched one C header file means that rebuilding takes almost >> 10 minutes here. > > That's strange: compiling C sources is very fast, most of the > bootstrap time is spent compiling Lisp. FWIW: I agree, and that, I think, is one reason why it would be great to move large subsystems like GNUS or CEDET into GNU ELPA; bootstrapping would be much faster. -- Dani Moncayo