From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Sebastien Vauban Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] master 4e23cd0 4/5: * mail/rmail.el (rmail-show-message-1): When displaying a mime message, Date: Wed, 08 Apr 2015 14:02:41 +0200 Organization: Sebastien Vauban Message-ID: <86egnultem.fsf@example.com> References: <20150405124321.362.95112@vcs.savannah.gnu.org> <552130FE.1010101@yandex.ru> <83mw2mn2no.fsf@gnu.org> <5521359D.2000509@yandex.ru> <83384emoyw.fsf@gnu.org> <83egnxln0y.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1428494598 28539 80.91.229.3 (8 Apr 2015 12:03:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 8 Apr 2015 12:03:18 +0000 (UTC) To: emacs-devel-mXXj517/zsQ@public.gmane.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org-mXXj517/zsQ@public.gmane.org Wed Apr 08 14:03:07 2015 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 1YfohH-0001Sn-Go for ged-emacs-devel@m.gmane.org; Wed, 08 Apr 2015 14:03:07 +0200 Original-Received: from localhost ([::1]:52459 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YfohG-0006zI-NM for ged-emacs-devel@m.gmane.org; Wed, 08 Apr 2015 08:03:06 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:38269) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YfohD-0006zD-BU for emacs-devel-mXXj517/zsQ@public.gmane.org; Wed, 08 Apr 2015 08:03:04 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yfoh7-0006y5-4w for emacs-devel-mXXj517/zsQ@public.gmane.org; Wed, 08 Apr 2015 08:03:03 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:56775) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yfoh6-0006xq-Ty for emacs-devel-mXXj517/zsQ@public.gmane.org; Wed, 08 Apr 2015 08:02:57 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Yfoh4-0001MR-Rg for emacs-devel-mXXj517/zsQ@public.gmane.org; Wed, 08 Apr 2015 14:02:54 +0200 Original-Received: from dd5e0353a.access.telenet.be ([213.224.53.58]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 08 Apr 2015 14:02:54 +0200 Original-Received: from sva-news by dd5e0353a.access.telenet.be with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 08 Apr 2015 14:02:54 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 22 Original-X-Complaints-To: usenet-dbVV3NMTNubNLxjTenLetw@public.gmane.org X-Gmane-NNTP-Posting-Host: dd5e0353a.access.telenet.be X-Url: Under construction... X-Archive: encrypt User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (windows-nt) Cancel-Lock: sha1:UF3kepP62YBIPPRVevxHDyAeEX0= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: emacs-devel-mXXj517/zsQ@public.gmane.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-mXXj517/zsQ@public.gmane.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org-mXXj517/zsQ@public.gmane.org Xref: news.gmane.org gmane.emacs.devel:185145 Archived-At: Eli Zaretskii wrote: > That's because "git show" expects a range of commits to show, and the > two dots are part of specifying a range. The full spec of what you > want is "origin/master..HEAD", where HEAD stands for the last commit > in your local branch, but HEAD can be omitted for shorthand purposes. I had the impression that "git show" was an older command, now replaceable by "git log" with some options. Is my impression right? > By contrast, "git diff" takes a single commit argument, and displays > the diffs between the working tree and that commit. Isn't there a difference between "git diff" and "git diff HEAD" where the first would show the changes between the working tree and the index, while the latter would show them between the working tree and the latest commit (HEAD, as you said)? Best regards, Seb -- Sebastien Vauban