From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Andreas Schwab Newsgroups: gmane.emacs.devel Subject: Re: git question Date: Wed, 27 Jun 2018 16:19:35 +0200 Message-ID: References: NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1530109253 22441 195.159.176.226 (27 Jun 2018 14:20:53 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 27 Jun 2018 14:20:53 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) 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:20:49 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 1fYBJP-0005kW-PI for ged-emacs-devel@m.gmane.org; Wed, 27 Jun 2018 16:20:47 +0200 Original-Received: from localhost ([::1]:59618 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fYBLX-0002n6-4R for ged-emacs-devel@m.gmane.org; Wed, 27 Jun 2018 10:22:59 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:43929) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fYBIL-0001IA-Ho for emacs-devel@gnu.org; Wed, 27 Jun 2018 10:19:42 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fYBII-0005cr-9j for emacs-devel@gnu.org; Wed, 27 Jun 2018 10:19:41 -0400 Original-Received: from mx2.suse.de ([195.135.220.15]:45364) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fYBII-0005aH-1n for emacs-devel@gnu.org; Wed, 27 Jun 2018 10:19:38 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Original-Received: from relay2.suse.de (charybdis-ext-too.suse.de [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id 99844AEB3; Wed, 27 Jun 2018 14:19:35 +0000 (UTC) X-Yow: They collapsed.... like nuns in the street... they had no teen appeal! In-Reply-To: (Jean-Christophe Helary's message of "Wed, 27 Jun 2018 22:54:51 +0900") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x (no timestamps) [generic] [fuzzy] X-Received-From: 195.135.220.15 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:226771 Archived-At: On Jun 27 2018, Jean-Christophe Helary wrote: > Sorry for the beginner level for this question. > > When I do a git pull and I get, for ex: > > etc/NEWS | 6 ++++++ > lisp/info.el | 4 ++-- > lisp/server.el | 10 ++++++---- > > like I just had. > > What git command should I use to examine what are the modifications on the three above files? $ git diff HEAD@{1} shows the difference between HEAD and the previous state of HEAD. Andreas. -- Andreas Schwab, SUSE Labs, schwab@suse.de GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7 "And now for something completely different."