From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andrey Lisin Newsgroups: gmane.emacs.help Subject: Re: How to update Emacs git? Date: Sat, 28 Feb 2015 22:20:18 +0600 Message-ID: References: <87lhjiuhxa.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1425140455 9657 80.91.229.3 (28 Feb 2015 16:20:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 28 Feb 2015 16:20:55 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Rodolfo Medina Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Feb 28 17:20:47 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 1YRk8E-0002SO-Js for geh-help-gnu-emacs@m.gmane.org; Sat, 28 Feb 2015 17:20:46 +0100 Original-Received: from localhost ([::1]:41624 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YRk8D-0008VB-I9 for geh-help-gnu-emacs@m.gmane.org; Sat, 28 Feb 2015 11:20:45 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41078) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YRk7y-0008T6-5w for help-gnu-emacs@gnu.org; Sat, 28 Feb 2015 11:20:31 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YRk7u-0001bZ-OP for help-gnu-emacs@gnu.org; Sat, 28 Feb 2015 11:20:30 -0500 Original-Received: from mail-lb0-x22f.google.com ([2a00:1450:4010:c04::22f]:43430) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YRk7u-0001bN-9B for help-gnu-emacs@gnu.org; Sat, 28 Feb 2015 11:20:26 -0500 Original-Received: by lbiw7 with SMTP id w7so22622394lbi.10 for ; Sat, 28 Feb 2015 08:20:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=uXAGx1xUE+MvsdjwrZ01LXzRUsBRo97ys6LMkpj0KoY=; b=0BO6dzHnEV7z/ZchK8K5hsSpjwTifqwmfIWmIAxll1NmSfrKRSq8pvgKPhiyYyiKg0 KVMB8FbIyX/FHtB4tDHB00fIqnAt5jb40SQrUoJmWLiTyOmYFgq8gnY+RI0KBatkmEzz iiD3XIYb0rjEET3AZnBGgEEl2V3ap7veWpm0k2Ivrysqkamd2ERH+7b4o3kYIk+I2cSz 8cZG43PN8NR6hrvEGhwknmLXI7UNEICaIMwqEZnPcsiUHNEY9XG1rYHNFgAYb9sEgh2E rlyv/ZUa/C+Z+l1LirG4xDMvL2ERso8g2h/1MWRqrew4lREWkrOAfw1vfRVIJPuW4HdL +V3g== X-Received: by 10.152.7.162 with SMTP id k2mr16954156laa.92.1425140423529; Sat, 28 Feb 2015 08:20:23 -0800 (PST) Original-Received: from Andreys-MacBook-Pro.local ([95.46.133.134]) by mx.google.com with ESMTPSA id uc5sm1523390lac.33.2015.02.28.08.20.22 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 28 Feb 2015 08:20:22 -0800 (PST) In-Reply-To: <87lhjiuhxa.fsf@gmail.com> (Rodolfo Medina's message of "Sat, 28 Feb 2015 16:20:17 +0000") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (darwin) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c04::22f 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:102950 Archived-At: Hi, probably, something like this will do what you want: $ cd emacs $ git pull $ ./autogen.sh $ ./configure $ make $ make install `git pull' command will download only the changes, not whole repository.