From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Van L Newsgroups: gmane.emacs.devel Subject: Re: git question Date: Thu, 28 Jun 2018 00:12:17 +1000 Message-ID: <6A4C9B41-055A-42A7-BFF2-9EE85C3719D3@scratch.space> References: NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: blaine.gmane.org 1530108883 28302 195.159.176.226 (27 Jun 2018 14:14:43 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 27 Jun 2018 14:14:43 +0000 (UTC) Cc: EMACS devel list To: Jean-Christophe Helary Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 27 16:14:39 2018 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fYBDT-0007F7-8f for ged-emacs-devel@m.gmane.org; Wed, 27 Jun 2018 16:14:39 +0200 Original-Received: from localhost ([::1]:59576 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fYBFa-0006hT-I5 for ged-emacs-devel@m.gmane.org; Wed, 27 Jun 2018 10:16:50 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41647) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fYBBR-0003sz-1Y for emacs-devel@gnu.org; Wed, 27 Jun 2018 10:12:33 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fYBBN-0005Vu-QK for emacs-devel@gnu.org; Wed, 27 Jun 2018 10:12:32 -0400 Original-Received: from relay2-d.mail.gandi.net ([217.70.183.194]:36653) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fYBBN-0005OS-H0 for emacs-devel@gnu.org; Wed, 27 Jun 2018 10:12:29 -0400 X-Originating-IP: 203.213.106.91 Original-Received: from epi.local (203-213-106-91.static.tpgi.com.au [203.213.106.91]) (Authenticated sender: van@scratch.space) by relay2-d.mail.gandi.net (Postfix) with ESMTPSA id 74DD940012; Wed, 27 Jun 2018 14:12:22 +0000 (UTC) In-Reply-To: X-Mailer: Apple Mail (2.3124) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 217.70.183.194 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.devel:226769 Archived-At: > Sorry for the beginner level for this question. >=20 > When I do a git pull and I get, for ex: >=20 > etc/NEWS | 6 ++++++ > lisp/info.el | 4 ++-- > lisp/server.el | 10 ++++++---- >=20 > like I just had. >=20 > What git command should I use to examine what are the modifications on = the three above files? (better to ask this on help-gnu-emacs) Click on the file to open. To show version control related keys, type C-x v C-h=20 and that suggests typing C-x v l if you then click on a commit line and type d,=20 you should see a color highlighted diff listing=